org.globus.ogsa.impl.security.authentication
Class DescriptorHandler
java.lang.Object
BasicHandler
org.globus.ogsa.impl.security.authentication.DescriptorHandler
- Direct Known Subclasses:
- AuthHandler, RunAsHandler, SecurityPolicyHandler
- public abstract class DescriptorHandler
- extends BasicHandler
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DescriptorHandler
public DescriptorHandler()
getOperationName
public static QName getOperationName(MessageContext messageContext)
throws AxisFault
- Throws:
AxisFault
getService
public static ServiceProperties getService(MessageContext msgCtx)
throws AxisFault
- Throws:
AxisFault
invoke
public void invoke(MessageContext msgCtx)
throws AxisFault
- Throws:
AxisFault
handle
public abstract void handle(MessageContext msgCtx,
ServiceProperties props,
SecurityDescriptor desc)
throws AxisFault
- Throws:
AxisFault