public class JaasAuthenticator extends Authenticator
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
|
public JaasAuthenticator(String pRealm)
protected boolean doAuthenticate(javax.servlet.http.HttpServletRequest pRequest, AuthorizationHeaderParser.Result pAuthInfo)
Authenticator
doAuthenticate
in class Authenticator
pRequest
- request which can be used to store additional authentication informationpAuthInfo
- authentication information provided by the userCopyright © 2017. All rights reserved.