com.retek.component.security.auth
Class PropertiesLoginModule

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

public class PropertiesLoginModule
extends RetekLoginModule


Field Summary
static java.lang.String PROPS_FILE_NAME
           
 
Constructor Summary
PropertiesLoginModule()
           
 
Method Summary
 boolean authenticate(java.lang.String username, java.lang.String password)
           
 boolean isInternalLoginModule()
           
 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
 

Field Detail

PROPS_FILE_NAME

public static final java.lang.String PROPS_FILE_NAME
See Also:
Constant Field Values
Constructor Detail

PropertiesLoginModule

public PropertiesLoginModule()
Method Detail

moduleInitialize

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

authenticate

public 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