Package | Description |
---|---|
org.jolokia.osgi.security |
Modifier and Type | Method and Description |
---|---|
static AuthorizationHeaderParser.Result |
AuthorizationHeaderParser.parse(String pAuthInfo)
Parse the HTTP authorization header
|
Modifier and Type | Method and Description |
---|---|
protected boolean |
JaasAuthenticator.doAuthenticate(javax.servlet.http.HttpServletRequest pRequest,
AuthorizationHeaderParser.Result pAuthInfo) |
protected boolean |
BasicAuthenticator.doAuthenticate(javax.servlet.http.HttpServletRequest pRequest,
AuthorizationHeaderParser.Result pAuthInfo) |
protected abstract boolean |
BaseAuthenticator.doAuthenticate(javax.servlet.http.HttpServletRequest pRequest,
AuthorizationHeaderParser.Result pAuthInfo)
Overriden by concrete implementations for doing the real authentication
|
Copyright © 2019. All rights reserved.