org.globus.wsrf.impl.security.authentication.transport
Class TomcatTransportSecurityHandler

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

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

See Also:
Serialized Form

Field Summary
private static org.globus.util.I18n i18n
           
private static org.apache.commons.logging.Log logger
           
 
Fields inherited from class org.apache.axis.handlers.BasicHandler
makeLockable, name, options
 
Constructor Summary
TomcatTransportSecurityHandler()
           
 
Method Summary
private  javax.security.auth.Subject getSubject(org.apache.axis.MessageContext msgContext)
           
 void invoke(org.apache.axis.MessageContext msgContext)
           
 
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

i18n

private static final org.globus.util.I18n i18n

logger

private static org.apache.commons.logging.Log logger
Constructor Detail

TomcatTransportSecurityHandler

public TomcatTransportSecurityHandler()
Method Detail

invoke

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

getSubject

private javax.security.auth.Subject getSubject(org.apache.axis.MessageContext msgContext)