java.lang.Object
org.apache.axis.handlers.BasicHandler
com.clra.xml.security.DBAuthorizationHandler
- All Implemented Interfaces:
- org.apache.axis.Handler, java.io.Serializable
- public class DBAuthorizationHandler
- extends org.apache.axis.handlers.BasicHandler
A renamed, but otherwise identical, version of the Axis
SimpleAuthorizationHandler, which checks to see if a user specified in
the MessageContext is allowed to perform the requested action. The main
value of this class is to put the Axis code under CLRA version control,
in case the Axis version disappears or changes in some incompatible way
(which is, admittedly, very unlikely).
- 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
DBAuthorizationHandler
public DBAuthorizationHandler()
invoke
public void invoke(org.apache.axis.MessageContext msgContext)
throws org.apache.axis.AxisFault
- Authorize the user and targetService from the msgContext
undo
public void undo(org.apache.axis.MessageContext msgContext)
- Nothing to undo