org.apache.geronimo.security.jaas
Class NamedUPCredentialLoginModule
java.lang.Object
   org.apache.geronimo.security.jaas.NamedUPCredentialLoginModule
org.apache.geronimo.security.jaas.NamedUPCredentialLoginModule
- All Implemented Interfaces: 
- LoginModule
- 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.
 
 
 
| Methods inherited from class java.lang.Object | 
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
CREDENTIAL_NAME
public static final String CREDENTIAL_NAME
- See Also:
- Constant Field Values
NamedUPCredentialLoginModule
public NamedUPCredentialLoginModule()
abort
public boolean abort()
              throws LoginException
- 
- Specified by:
- abortin interface- LoginModule
 
- 
- Throws:
- LoginException
 
commit
public boolean commit()
               throws LoginException
- 
- Specified by:
- commitin interface- LoginModule
 
- 
- Throws:
- LoginException
 
login
public boolean login()
              throws LoginException
- 
- Specified by:
- loginin interface- LoginModule
 
- 
- Throws:
- LoginException
 
logout
public boolean logout()
               throws LoginException
- 
- Specified by:
- logoutin interface- LoginModule
 
- 
- Throws:
- LoginException
 
initialize
public void initialize(Subject subject,
                       CallbackHandler callbackHandler,
                       Map sharedState,
                       Map options)
- 
- Specified by:
- initializein interface- LoginModule
 
- 
 
Copyright © 2006 Apache Software Foundation. All Rights Reserved.