public class AuthenticatedUserRealm extends RealmBase
SSLAuthenticator
,
SpnegoAuthenticator
) that
authenticate the user as well as obtain the user credentials. An
authenticated Principal is always created from the user name presented to
without further validation.
Note: It is unsafe to use this Realm with Authenticator implementations that do not validate the provided credentials.
RealmBase.AllRolesMode
Lifecycle.SingleUse
allRolesMode, container, containerLog, realmPath, sm, stripRealmForGss, support, validate, x509UsernameRetriever, x509UsernameRetrieverClassName
mserver
AFTER_DESTROY_EVENT, AFTER_INIT_EVENT, AFTER_START_EVENT, AFTER_STOP_EVENT, BEFORE_DESTROY_EVENT, BEFORE_INIT_EVENT, BEFORE_START_EVENT, BEFORE_STOP_EVENT, CONFIGURE_START_EVENT, CONFIGURE_STOP_EVENT, PERIODIC_EVENT, START_EVENT, STOP_EVENT
Constructor and Description |
---|
AuthenticatedUserRealm() |
Modifier and Type | Method and Description |
---|---|
protected String |
getPassword(String username)
Get the password for the specified user.
|
protected Principal |
getPrincipal(String username)
Get the principal associated with the specified user.
|
addPropertyChangeListener, authenticate, authenticate, authenticate, authenticate, authenticate, authenticate, backgroundProcess, findSecurityConstraints, getAllRolesMode, getContainer, getCredentialHandler, getDigest, getDomainInternal, getObjectNameKeyProperties, getPrincipal, getPrincipal, getPrincipal, getRealmPath, getRealmSuffix, getRoles, getServer, getTransportGuaranteeRedirectStatus, getValidate, getX509UsernameRetrieverClassName, hasMessageDigest, hasResourcePermission, hasRole, hasRoleInternal, hasUserDataPermission, initInternal, isStripRealmForGss, main, removePropertyChangeListener, setAllRolesMode, setContainer, setCredentialHandler, setRealmPath, setStripRealmForGss, setTransportGuaranteeRedirectStatus, setValidate, setX509UsernameRetrieverClassName, startInternal, stopInternal, toString
destroyInternal, getDomain, getObjectName, postDeregister, postRegister, preDeregister, preRegister, register, setDomain, unregister, unregister
addLifecycleListener, destroy, findLifecycleListeners, fireLifecycleEvent, getState, getStateName, getThrowOnFailure, init, removeLifecycleListener, setState, setState, setThrowOnFailure, start, stop
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
isAvailable
protected String getPassword(String username)
RealmBase
getPassword
in class RealmBase
username
- The user nameprotected Principal getPrincipal(String username)
RealmBase
getPrincipal
in class RealmBase
username
- The user nameCopyright © 2000-2021 Apache Software Foundation. All Rights Reserved.