com.retek.rsm.domain.security.dao
Class XMLLoginModule

java.lang.Object
  |
  +--com.retek.rsm.domain.security.dao.AbstractLoginModule
        |
        +--com.retek.rsm.domain.security.dao.XMLLoginModule
All Implemented Interfaces:
javax.security.auth.spi.LoginModule

public class XMLLoginModule
extends AbstractLoginModule


Field Summary
protected  org.apache.commons.logging.Log LOG
           
 
Constructor Summary
XMLLoginModule()
           
 
Method Summary
 void authenticate(java.lang.String userName, char[] password)
           
 
Methods inherited from class com.retek.rsm.domain.security.dao.AbstractLoginModule
abort, cleanUp, commit, initialize, login, logout
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

LOG

protected org.apache.commons.logging.Log LOG
Constructor Detail

XMLLoginModule

public XMLLoginModule()
Method Detail

authenticate

public void authenticate(java.lang.String userName,
                         char[] password)
                  throws javax.security.auth.login.FailedLoginException,
                         javax.security.auth.login.LoginException
Overrides:
authenticate in class AbstractLoginModule
javax.security.auth.login.FailedLoginException
javax.security.auth.login.LoginException