public class JaasUserRealm
extends org.eclipse.jetty.security.MappedLoginService
| Modifier and Type | Class and Description |
|---|---|
static class |
JaasUserRealm.JaasJettyIdentityService |
org.eclipse.jetty.security.MappedLoginService.Anonymous, org.eclipse.jetty.security.MappedLoginService.KnownUser, org.eclipse.jetty.security.MappedLoginService.RolePrincipal, org.eclipse.jetty.security.MappedLoginService.UserPrincipal| Constructor and Description |
|---|
JaasUserRealm() |
| Modifier and Type | Method and Description |
|---|---|
AuthenticationService |
getAuthenticationService() |
java.lang.String |
getDomain() |
protected org.eclipse.jetty.server.UserIdentity |
loadUser(java.lang.String username) |
protected void |
loadUsers() |
org.eclipse.jetty.server.UserIdentity |
login(java.lang.String username,
java.lang.Object credentials) |
void |
setAuthenticationService(AuthenticationService authenticationService) |
void |
setDomain(java.lang.String domain) |
doStart, doStop, getIdentityService, getName, getUsers, logout, putUser, putUser, removeUser, setIdentityService, setName, setUsers, toString, validatepublic AuthenticationService getAuthenticationService()
public void setAuthenticationService(AuthenticationService authenticationService)
authenticationService - the authenticationService to setpublic java.lang.String getDomain()
public void setDomain(java.lang.String domain)
domain - the domain to setpublic org.eclipse.jetty.server.UserIdentity login(java.lang.String username,
java.lang.Object credentials)
login in interface org.eclipse.jetty.security.LoginServicelogin in class org.eclipse.jetty.security.MappedLoginServiceprotected org.eclipse.jetty.server.UserIdentity loadUser(java.lang.String username)
loadUser in class org.eclipse.jetty.security.MappedLoginServiceprotected void loadUsers()
throws java.io.IOException
loadUsers in class org.eclipse.jetty.security.MappedLoginServicejava.io.IOExceptionCopyright © 2005-2015 FuseSource. All Rights Reserved.