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

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

public class ClientPropertiesHandler
extends org.apache.axis.handlers.BasicHandler

Handler used to set appropriate authorization properties when transport security is used. It picks up the authorization properties from those that are used for Secure Message/Conversation mechanism

See Also:
Serialized Form

Field Summary
 
Fields inherited from class org.apache.axis.handlers.BasicHandler
makeLockable, name, options
 
Constructor Summary
ClientPropertiesHandler()
           
 
Method Summary
 void invoke(org.apache.axis.MessageContext messageContext)
           
 
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

ClientPropertiesHandler

public ClientPropertiesHandler()
Method Detail

invoke

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