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

java.lang.Object
  extended byorg.apache.axis.handlers.BasicHandler
      extended byorg.globus.wsrf.impl.security.authentication.ClientPropertiesHandler
All Implemented Interfaces:
Handler, Serializable

public class ClientPropertiesHandler
extends BasicHandler

Handler that translates security settings in client security descriptor into properties on the MessageContext.

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
ClientPropertiesHandler()
           
 
Method Summary
 void invoke(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

ClientPropertiesHandler

public ClientPropertiesHandler()
Method Detail

invoke

public void invoke(MessageContext msgCtx)
            throws AxisFault
Throws:
AxisFault