static class AppServer.TestMappedLoginService
extends org.eclipse.jetty.security.AbstractLoginService
org.eclipse.jetty.security.AbstractLoginService.RolePrincipal, org.eclipse.jetty.security.AbstractLoginService.UserPrincipal
Modifier and Type | Field and Description |
---|---|
private java.lang.String |
role |
protected java.util.concurrent.ConcurrentMap<java.lang.String,org.eclipse.jetty.security.AbstractLoginService.UserPrincipal> |
users |
Constructor and Description |
---|
TestMappedLoginService(java.lang.String role) |
Modifier and Type | Method and Description |
---|---|
protected void |
doStart() |
protected java.lang.String[] |
loadRoleInfo(org.eclipse.jetty.security.AbstractLoginService.UserPrincipal user) |
protected org.eclipse.jetty.security.AbstractLoginService.UserPrincipal |
loadUserInfo(java.lang.String user) |
getIdentityService, getName, isFullValidate, login, logout, setFullValidate, setIdentityService, setName, toString, validate
addLifeCycleListener, doStop, getState, getState, getStopTimeout, isFailed, isRunning, isStarted, isStarting, isStopped, isStopping, removeLifeCycleListener, setStopTimeout, start, stop
private java.lang.String role
protected final java.util.concurrent.ConcurrentMap<java.lang.String,org.eclipse.jetty.security.AbstractLoginService.UserPrincipal> users
protected void doStart() throws java.lang.Exception
doStart
in class org.eclipse.jetty.util.component.AbstractLifeCycle
java.lang.Exception
protected java.lang.String[] loadRoleInfo(org.eclipse.jetty.security.AbstractLoginService.UserPrincipal user)
loadRoleInfo
in class org.eclipse.jetty.security.AbstractLoginService
protected org.eclipse.jetty.security.AbstractLoginService.UserPrincipal loadUserInfo(java.lang.String user)
loadUserInfo
in class org.eclipse.jetty.security.AbstractLoginService