java.lang.Object
org.apache.axis.handlers.BasicHandler
com.clra.xml.security.DBAuthenticationHandler
- All Implemented Interfaces:
- org.apache.axis.Handler, java.io.Serializable
- public class DBAuthenticationHandler
- extends org.apache.axis.handlers.BasicHandler
An minor rewrite of the Axis SimpleAuthenticationHandler, which checks
to see if a user specified in the MessageContext is allowed to continue.
This code differs from the Axis code by using the DBSecurityProvider.
- Version:
- $Revision: 1.1 $ ($Date: 2003/03/05 01:21:03 $)
| 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 |
log
protected static org.apache.commons.logging.Log log
DBAuthenticationHandler
public DBAuthenticationHandler()
invoke
public void invoke(org.apache.axis.MessageContext msgContext)
throws org.apache.axis.AxisFault
- Authenticate the user and password from the msgContext