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

java.lang.Object
  extended byorg.apache.axis.handlers.BasicHandler
      extended byorg.globus.wsrf.impl.security.authentication.DescriptorHandler
All Implemented Interfaces:
org.apache.axis.Handler, java.io.Serializable
Direct Known Subclasses:
AuthHandler, RunAsHandler, SecurityPolicyHandler

public abstract class DescriptorHandler
extends org.apache.axis.handlers.BasicHandler

Handler used for enforcing security policy on server side. Parses and initalized all relevant SecurityDescriptor. Resource security policy is used, if not set, service security policy is used.

See Also:
Serialized Form

Field Summary
private static org.apache.commons.logging.Log logger
           
 
Fields inherited from class org.apache.axis.handlers.BasicHandler
makeLockable, name, options
 
Constructor Summary
DescriptorHandler()
           
 
Method Summary
abstract  void handle(org.apache.axis.MessageContext msgCtx, ResourceSecurityDescriptor resDesc, ServiceSecurityDescriptor desc, java.lang.String servicePath)
           
 void invoke(org.apache.axis.MessageContext msgCtx)
           
 
Methods inherited from class org.apache.axis.handlers.BasicHandler
canHandleBlock, cleanup, generateWSDL, getDeploymentData, getName, getOption, getOptions, getUnderstoodHeaders, init, initHashtable, onFault, setName, setOption, setOptionDefault, setOptions, setOptionsLockable
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

logger

private static org.apache.commons.logging.Log logger
Constructor Detail

DescriptorHandler

public DescriptorHandler()
Method Detail

invoke

public void invoke(org.apache.axis.MessageContext msgCtx)
            throws org.apache.axis.AxisFault
Throws:
org.apache.axis.AxisFault

handle

public abstract void handle(org.apache.axis.MessageContext msgCtx,
                            ResourceSecurityDescriptor resDesc,
                            ServiceSecurityDescriptor desc,
                            java.lang.String servicePath)
                     throws org.apache.axis.AxisFault
Throws:
org.apache.axis.AxisFault