Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

com.clra.xml.security
Class DBAuthenticationHandler  view DBAuthenticationHandler download DBAuthenticationHandler.java

java.lang.Object
  extended byorg.apache.axis.handlers.BasicHandler
      extended bycom.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 $)

Field Summary
protected static org.apache.commons.logging.Log log
           
 
Fields inherited from class org.apache.axis.handlers.BasicHandler
makeLockable, name, options
 
Constructor Summary
DBAuthenticationHandler()
           
 
Method Summary
 void invoke(org.apache.axis.MessageContext msgContext)
          Authenticate the user and password from the 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

log

protected static org.apache.commons.logging.Log log
Constructor Detail

DBAuthenticationHandler

public DBAuthenticationHandler()
Method Detail

invoke

public void invoke(org.apache.axis.MessageContext msgContext)
            throws org.apache.axis.AxisFault
Authenticate the user and password from the msgContext