public abstract class BaseAuthenticator extends Object implements Authenticator
Constructor and Description |
---|
BaseAuthenticator() |
Modifier and Type | Method and Description |
---|---|
boolean |
authenticate(javax.servlet.http.HttpServletRequest pRequest)
Authenticate the given request
|
protected abstract boolean |
doAuthenticate(javax.servlet.http.HttpServletRequest pRequest,
AuthorizationHeaderParser.Result pAuthInfo)
Overriden by concrete implementations for doing the real authentication
|
public boolean authenticate(javax.servlet.http.HttpServletRequest pRequest)
authenticate
in interface Authenticator
pRequest
- request to examineprotected 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 © 2018. All rights reserved.