Uses of Class
org.jolokia.server.core.osgi.security.AuthorizationHeaderParser.Result
Packages that use AuthorizationHeaderParser.Result
-
Uses of AuthorizationHeaderParser.Result in org.jolokia.server.core.osgi.security
Methods in org.jolokia.server.core.osgi.security that return AuthorizationHeaderParser.ResultModifier and TypeMethodDescriptionParse the HTTP authorization headerMethods in org.jolokia.server.core.osgi.security with parameters of type AuthorizationHeaderParser.ResultModifier and TypeMethodDescriptionprotected abstract booleanBaseAuthenticator.doAuthenticate(jakarta.servlet.http.HttpServletRequest pRequest, AuthorizationHeaderParser.Result pAuthInfo) Overriden by concrete implementations for doing the real authenticationprotected booleanBasicAuthenticator.doAuthenticate(jakarta.servlet.http.HttpServletRequest pRequest, AuthorizationHeaderParser.Result pAuthInfo) protected booleanJaasAuthenticator.doAuthenticate(jakarta.servlet.http.HttpServletRequest pRequest, AuthorizationHeaderParser.Result pAuthInfo)