public class HTTPHeaderAuthenticationRealm
extends org.apache.shiro.realm.AuthenticatingRealm
| Modifier and Type | Field and Description |
|---|---|
static String |
NAME |
static String |
SESSION_AUTH_HEADER |
| Constructor and Description |
|---|
HTTPHeaderAuthenticationRealm(ClusterConfigService clusterConfigService,
AuthServiceAuthenticator authServiceAuthenticator,
Set<IpSubnet> trustedProxies) |
| Modifier and Type | Method and Description |
|---|---|
protected org.apache.shiro.authc.AuthenticationInfo |
doGetAuthenticationInfo(org.apache.shiro.authc.AuthenticationToken token) |
afterCacheManagerSet, assertCredentialsMatch, clearCachedAuthenticationInfo, doClearCache, getAuthenticationCache, getAuthenticationCacheKey, getAuthenticationCacheKey, getAuthenticationCacheName, getAuthenticationInfo, getAuthenticationTokenClass, getCredentialsMatcher, init, isAuthenticationCachingEnabled, isAuthenticationCachingEnabled, onInit, setAuthenticationCache, setAuthenticationCacheName, setAuthenticationCachingEnabled, setAuthenticationTokenClass, setCredentialsMatcher, setName, supportspublic static final String NAME
public static final String SESSION_AUTH_HEADER
@Inject public HTTPHeaderAuthenticationRealm(ClusterConfigService clusterConfigService, AuthServiceAuthenticator authServiceAuthenticator, @Named(value="trusted_proxies") Set<IpSubnet> trustedProxies)
protected org.apache.shiro.authc.AuthenticationInfo doGetAuthenticationInfo(org.apache.shiro.authc.AuthenticationToken token)
throws org.apache.shiro.authc.AuthenticationException
doGetAuthenticationInfo in class org.apache.shiro.realm.AuthenticatingRealmorg.apache.shiro.authc.AuthenticationExceptionCopyright © 2012–2021 Graylog, Inc.. All rights reserved.