static class AppServer.TestMappedLoginService
extends org.eclipse.jetty.security.AbstractLoginService
org.eclipse.jetty.security.AbstractLoginService.RolePrincipal, org.eclipse.jetty.security.AbstractLoginService.UserPrincipal
org.eclipse.jetty.util.component.AbstractLifeCycle.AbstractLifeCycleListener
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 |
_fullValidate, _identityService, _name
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
addBean, addBean, addEventListener, addManaged, contains, destroy, doStop, dump, dump, dump, dump, dump, dumpBeans, dumpObject, dumpObjects, dumpStdErr, dumpThis, getBean, getBeans, getBeans, getContainedBeans, getContainedBeans, isAuto, isManaged, isUnmanaged, manage, removeBean, removeBeans, removeEventListener, setBeans, setStopTimeout, start, stop, unmanage, updateBean, updateBean, updateBeans
addLifeCycleListener, getState, getState, getStopTimeout, isFailed, isRunning, isStarted, isStarting, isStopped, isStopping, removeLifeCycleListener, start, stop
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
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.ContainerLifeCycle
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