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

java.lang.Object
  extended byBasicHandler
      extended byorg.globus.ogsa.impl.security.authentication.DescriptorHandler
          extended byorg.globus.ogsa.impl.security.authentication.SecurityPolicyHandler

public class SecurityPolicyHandler
extends DescriptorHandler

See Also:
Serialized Form

Constructor Summary
SecurityPolicyHandler()
           
 
Method Summary
 void handle(MessageContext msgCtx, ServiceProperties props, SecurityDescriptor desc)
           
 
Methods inherited from class org.globus.ogsa.impl.security.authentication.DescriptorHandler
getOperationName, getService, invoke
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SecurityPolicyHandler

public SecurityPolicyHandler()
Method Detail

handle

public void handle(MessageContext msgCtx,
                   ServiceProperties props,
                   SecurityDescriptor desc)
            throws AxisFault
Specified by:
handle in class DescriptorHandler
Throws:
AxisFault