public class JAASLoginService extends AbstractLifeCycle implements LoginService
AbstractLifeCycle.AbstractLifeCycleListenerLifeCycle.Listener| Modifier and Type | Field and Description |
|---|---|
protected String |
_callbackHandlerClass |
protected JAASUserPrincipal |
_defaultUser |
protected IdentityService |
_identityService |
protected String |
_loginModuleName |
protected String |
_realmName |
protected String[] |
_roleClassNames |
static String |
DEFAULT_ROLE_CLASS_NAME |
static String[] |
DEFAULT_ROLE_CLASS_NAMES |
_listeners, FAILED, RUNNING, STARTED, STARTING, STOPPED, STOPPING| Constructor and Description |
|---|
JAASLoginService()
Constructor.
|
JAASLoginService(String name)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
doStart() |
IdentityService |
getIdentityService()
Get the identityService.
|
String |
getName()
Get the name of the realm.
|
String[] |
getRoleClassNames() |
UserIdentity |
login(String username,
Object credentials)
Login a user.
|
void |
logout(UserIdentity user) |
void |
setCallbackHandlerClass(String classname) |
void |
setIdentityService(IdentityService identityService)
Set the identityService.
|
void |
setLoginModuleName(String name)
Set the name to use to index into the config
file of LoginModules.
|
void |
setName(String name)
Set the name of the realm
|
void |
setRoleClassNames(String[] classnames) |
boolean |
validate(UserIdentity user)
Validate a user identity.
|
addLifeCycleListener, doStop, getState, getState, isFailed, isRunning, isStarted, isStarting, isStopped, isStopping, removeLifeCycleListener, start, stoppublic static String DEFAULT_ROLE_CLASS_NAME
public static String[] DEFAULT_ROLE_CLASS_NAMES
protected String[] _roleClassNames
protected String _callbackHandlerClass
protected String _realmName
protected String _loginModuleName
protected JAASUserPrincipal _defaultUser
protected IdentityService _identityService
public JAASLoginService()
public JAASLoginService(String name)
name - the name of the realmpublic String getName()
getName in interface LoginServicepublic void setName(String name)
name - a String valuepublic IdentityService getIdentityService()
getIdentityService in interface LoginServicepublic void setIdentityService(IdentityService identityService)
setIdentityService in interface LoginServiceidentityService - the identityService to setpublic void setLoginModuleName(String name)
name - a String valuepublic void setCallbackHandlerClass(String classname)
public void setRoleClassNames(String[] classnames)
public String[] getRoleClassNames()
protected void doStart()
throws Exception
doStart in class AbstractLifeCycleExceptionAbstractLifeCycle.doStart()public UserIdentity login(String username, Object credentials)
LoginServicelogin in interface LoginServiceusername - The user namecredentials - The users credentialspublic boolean validate(UserIdentity user)
LoginServiceLoginService.login(String, Object) is still valid.validate in interface LoginServiceuser - The user to validatepublic void logout(UserIdentity user)
logout in interface LoginServiceCopyright © 1995-2015 Mort Bay Consulting. All Rights Reserved.