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

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

public class LdapLoginModule
extends AbstractLoginModule


Field Summary
protected  org.apache.commons.logging.Log LOG
           
 
Constructor Summary
LdapLoginModule()
           
 
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

LdapLoginModule

public LdapLoginModule()
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