org.gcube.common.core.security.impl.authentication.extendedhandlers
Class ExtendedDescriptorHandler

java.lang.Object
  extended by org.apache.axis.handlers.BasicHandler
      extended by org.gcube.common.core.security.impl.authentication.extendedhandlers.ExtendedDescriptorHandler
All Implemented Interfaces:
Serializable, org.apache.axis.Handler
Direct Known Subclasses:
ExtendedSecurityPolicyHandler

public abstract class ExtendedDescriptorHandler
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
 
Fields inherited from class org.apache.axis.handlers.BasicHandler
makeLockable, name, options
 
Constructor Summary
ExtendedDescriptorHandler()
           
 
Method Summary
abstract  void handle(org.apache.axis.MessageContext msgCtx, org.globus.wsrf.impl.security.descriptor.ResourceSecurityDescriptor resDesc, org.globus.wsrf.impl.security.descriptor.ServiceSecurityDescriptor desc, 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
 

Constructor Detail

ExtendedDescriptorHandler

public ExtendedDescriptorHandler()
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,
                            org.globus.wsrf.impl.security.descriptor.ResourceSecurityDescriptor resDesc,
                            org.globus.wsrf.impl.security.descriptor.ServiceSecurityDescriptor desc,
                            String servicePath)
                     throws org.apache.axis.AxisFault
Throws:
org.apache.axis.AxisFault


Copyright © 2012. All Rights Reserved.