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

java.lang.Object
  extended bycom.retek.rsm.domain.security.dao.AbstractLoginModule
      extended bycom.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
Throws:
javax.security.auth.login.FailedLoginException - if authentication fails
javax.security.auth.login.LoginException - if a system exception occurs