public abstract class Authenticator extends Object
Constructor and Description |
---|
Authenticator() |
Modifier and Type | Method and Description |
---|---|
protected abstract boolean |
doAuthenticate(javax.servlet.http.HttpServletRequest pRequest,
AuthorizationHeaderParser.Result pAuthInfo)
Overriden by concrete implementations for doing the real authentication
|
protected abstract boolean doAuthenticate(javax.servlet.http.HttpServletRequest pRequest, AuthorizationHeaderParser.Result pAuthInfo)
pRequest
- request which can be used to store additional authentication informationpAuthInfo
- authentication information provided by the userCopyright © 2017. All rights reserved.