org.sape.smfw.soapengine
Class HttpAuthenticationHandler

java.lang.Object
  extended byorg.apache.axis.handlers.BasicHandler
      extended byorg.sape.smfw.soapengine.HttpAuthenticationHandler
All Implemented Interfaces:
org.apache.axis.Handler, Serializable

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

Extracts a User object from the HTTP request. Only the principal is available using this approach. The credentials member will be set to null. Make this handler part of the request chain to extract the user.

See Also:
Serialized Form

Field Summary
private static org.apache.commons.logging.Log log
           
 
Fields inherited from class org.apache.axis.handlers.BasicHandler
makeLockable, name, options
 
Constructor Summary
HttpAuthenticationHandler()
           
 
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
 

Field Detail

log

private static final org.apache.commons.logging.Log log
Constructor Detail

HttpAuthenticationHandler

public HttpAuthenticationHandler()
Method Detail

invoke

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


Copyright 2003 Sapient Corporation. All Rights Reserved.