org.apache.geronimo.security.jaas
Class NamedUPCredentialLoginModule

java.lang.Object
  extended by org.apache.geronimo.security.jaas.NamedUPCredentialLoginModule
All Implemented Interfaces:
LoginModule

Deprecated. As of release 2.0.3

@Deprecated
public class NamedUPCredentialLoginModule
extends Object
implements LoginModule

Inserts named Username/Password credential into private credentials of Subject.

If either the username or password is not passed in the callback handler, then the credential is not placed into the Subject. This login module does not check credentials so it should never be able to cause a login to succeed. Therefore the lifecycle methods must return false to indicate success or throw a LoginException to indicate failure.

See Also:
NamedUsernamePasswordCredentialLoginModule

Field Summary
static String CREDENTIAL_NAME
          Deprecated.  
static List<String> supportedOptions
          Deprecated.  
 
Constructor Summary
NamedUPCredentialLoginModule()
          Deprecated.  
 
Method Summary
 boolean abort()
          Deprecated.  
 boolean commit()
          Deprecated.  
 void initialize(Subject subject, CallbackHandler callbackHandler, Map sharedState, Map options)
          Deprecated.  
 boolean login()
          Deprecated.  
 boolean logout()
          Deprecated.  
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

CREDENTIAL_NAME

public static final String CREDENTIAL_NAME
Deprecated. 
See Also:
Constant Field Values

supportedOptions

public static final List<String> supportedOptions
Deprecated. 
Constructor Detail

NamedUPCredentialLoginModule

public NamedUPCredentialLoginModule()
Deprecated. 
Method Detail

initialize

public void initialize(Subject subject,
                       CallbackHandler callbackHandler,
                       Map sharedState,
                       Map options)
Deprecated. 
Specified by:
initialize in interface LoginModule

login

public boolean login()
              throws LoginException
Deprecated. 
Specified by:
login in interface LoginModule
Throws:
LoginException

commit

public boolean commit()
               throws LoginException
Deprecated. 
Specified by:
commit in interface LoginModule
Throws:
LoginException

abort

public boolean abort()
              throws LoginException
Deprecated. 
Specified by:
abort in interface LoginModule
Throws:
LoginException

logout

public boolean logout()
               throws LoginException
Deprecated. 
Specified by:
logout in interface LoginModule
Throws:
LoginException


Copyright © 2003-2008 The Apache Geronimo development community. All Rights Reserved.