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

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

public class RunAsHandler
extends DescriptorHandler

See Also:
Serialized Form

Constructor Summary
RunAsHandler()
           
 
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

RunAsHandler

public RunAsHandler()
Method Detail

handle

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