当前页面: 
在线文档首页 > 
JBoss Seam  1.2.0 API 英文版文档
SeamLoginModule (JBoss Seam API Documentation) - JBoss Seam  1.2.0 API 英文版文档
org.jboss.seam.security.jaas
Class SeamLoginModule
java.lang.Object
   org.jboss.seam.security.jaas.SeamLoginModule
org.jboss.seam.security.jaas.SeamLoginModule
- All Implemented Interfaces: 
- LoginModule
- public class SeamLoginModule 
- extends Object- implements LoginModule
Performs authentication using a Seam component
- Author:
- Shane Bryzak
 
 
 
| Methods inherited from class java.lang.Object | 
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
roles
protected Set<String> roles
subject
protected Subject subject
options
protected Map<String,?> options
callbackHandler
protected CallbackHandler callbackHandler
username
protected String username
SeamLoginModule
public SeamLoginModule()
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
 
initialize
public void initialize(Subject subject,
                       CallbackHandler callbackHandler,
                       Map<String,?> sharedState,
                       Map<String,?> options)
- 
- Specified by:
- initializein interface- LoginModule
 
- 
 
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