org.globus.ogsa.impl.security.authentication
Class DescriptorHandler

java.lang.Object
  extended byBasicHandler
      extended byorg.globus.ogsa.impl.security.authentication.DescriptorHandler
Direct Known Subclasses:
AuthHandler, RunAsHandler, SecurityPolicyHandler

public abstract class DescriptorHandler
extends BasicHandler

See Also:
Serialized Form

Constructor Summary
DescriptorHandler()
           
 
Method Summary
static QName getOperationName(MessageContext messageContext)
           
static ServiceProperties getService(MessageContext msgCtx)
           
abstract  void handle(MessageContext msgCtx, ServiceProperties props, SecurityDescriptor desc)
           
 void invoke(MessageContext msgCtx)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DescriptorHandler

public DescriptorHandler()
Method Detail

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