|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.axis.handlers.BasicHandler
org.sape.smfw.soapengine.HttpAuthenticationHandler
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.
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 |
private static final org.apache.commons.logging.Log log
Constructor Detail |
public HttpAuthenticationHandler()
Method Detail |
public void invoke(org.apache.axis.MessageContext messageContext) throws org.apache.axis.AxisFault
org.apache.axis.AxisFault
Handler.invoke(MessageContext)
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |