public class JaasAuthenticator extends BaseAuthenticator
Constructor and Description |
---|
JaasAuthenticator(String pRealm) |
Modifier and Type | Method and Description |
---|---|
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 userCopyright © 2019. All rights reserved.