com.retek.component.security.auth
Class LdapLoginModule

java.lang.Object
  extended bycom.retek.component.security.auth.RetekLoginModule
      extended bycom.retek.component.security.auth.LdapLoginModule
All Implemented Interfaces:
javax.security.auth.spi.LoginModule

public class LdapLoginModule
extends RetekLoginModule


Constructor Summary
LdapLoginModule()
           
 
Method Summary
protected  boolean authenticate(java.lang.String username, java.lang.String password)
           
 boolean isInternalLoginModule()
           
protected  void moduleInitialize(java.util.Map options)
           
 boolean supportsBlankPassword()
           
 
Methods inherited from class com.retek.component.security.auth.RetekLoginModule
abort, commit, initialize, login, logout
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LdapLoginModule

public LdapLoginModule()
Method Detail

moduleInitialize

protected void moduleInitialize(java.util.Map options)
Specified by:
moduleInitialize in class RetekLoginModule

authenticate

protected boolean authenticate(java.lang.String username,
                               java.lang.String password)
                        throws javax.security.auth.login.LoginException
Specified by:
authenticate in class RetekLoginModule
Throws:
javax.security.auth.login.LoginException

isInternalLoginModule

public boolean isInternalLoginModule()
Specified by:
isInternalLoginModule in class RetekLoginModule

supportsBlankPassword

public boolean supportsBlankPassword()
Specified by:
supportsBlankPassword in class RetekLoginModule


Copyright © 2004 Retek Inc. All Rights Reserved. - Generated at Fri, 10/22/2004 07:28