org.jboss.seam.security.jaas
public class SeamLoginModule extends Object implements LoginModule
| Modifier and Type | Field and Description |
|---|---|
protected CallbackHandler |
callbackHandler |
protected Map<String,?> |
options |
protected Set<String> |
roles |
protected Subject |
subject |
protected String |
username |
| Constructor and Description |
|---|
SeamLoginModule() |
protected Subject subject
protected CallbackHandler callbackHandler
protected String username
public boolean abort()
throws LoginException
abort in interface LoginModuleLoginExceptionpublic boolean commit()
throws LoginException
commit in interface LoginModuleLoginExceptionpublic void initialize(Subject subject, CallbackHandler callbackHandler, Map<String,?> sharedState, Map<String,?> options)
initialize in interface LoginModulepublic boolean login()
throws LoginException
login in interface LoginModuleLoginExceptionpublic boolean logout()
throws LoginException
logout in interface LoginModuleLoginExceptionCopyright © 2015 Seam Framework. All Rights Reserved.