public class JaasAuthenticator extends BaseAuthenticator
Constructor and Description |
---|
JaasAuthenticator(String pRealm) |
Modifier and Type | Method and Description |
---|---|
protected LoginContext |
createLoginContext(String realm,
CallbackHandler handler) |
protected boolean |
doAuthenticate(javax.servlet.http.HttpServletRequest pRequest,
AuthorizationHeaderParser.Result pAuthInfo)
Overriden by concrete implementations for doing the real authentication
|
authenticate
public JaasAuthenticator(String pRealm)
protected boolean doAuthenticate(javax.servlet.http.HttpServletRequest pRequest, AuthorizationHeaderParser.Result pAuthInfo)
BaseAuthenticator
doAuthenticate
in class BaseAuthenticator
pRequest
- request which can be used to store additional authentication informationpAuthInfo
- authentication information provided by the userprotected LoginContext createLoginContext(String realm, CallbackHandler handler) throws LoginException
LoginException
Copyright © 2021. All rights reserved.