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 abstract boolean |
Authenticator.doAuthenticate(javax.servlet.http.HttpServletRequest pRequest,
AuthorizationHeaderParser.Result pAuthInfo)
Overriden by concrete implementations for doing the real authentication
|
protected boolean |
BasicAuthenticator.doAuthenticate(javax.servlet.http.HttpServletRequest pRequest,
AuthorizationHeaderParser.Result pAuthInfo) |
protected boolean |
JaasAuthenticator.doAuthenticate(javax.servlet.http.HttpServletRequest pRequest,
AuthorizationHeaderParser.Result pAuthInfo) |
Copyright © 2017. All rights reserved.