public abstract class AbstractFishEyeAuthenticator extends java.lang.Object implements FishEyeAuthenticator
Constructor and Description |
---|
AbstractFishEyeAuthenticator() |
Modifier and Type | Method and Description |
---|---|
AuthToken |
checkRequest(javax.servlet.http.HttpServletRequest request)
Called to allow implementations to determine if the request is
pre-authenticated, bypassing FishEye's own HTTP authentication.
|
boolean |
isRequestUserStillValid(java.lang.String username,
javax.servlet.http.HttpServletRequest req)
Checks that the given username is still valid for the request.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
checkPassword, close, hasPermissionToAccess, init, recreateAuth
public AuthToken checkRequest(javax.servlet.http.HttpServletRequest request)
FishEyeAuthenticator
checkRequest
in interface FishEyeAuthenticator
request
- the servlet request to checknull
otherwise.public boolean isRequestUserStillValid(java.lang.String username, javax.servlet.http.HttpServletRequest req)
FishEyeAuthenticator
isRequestUserStillValid
in interface FishEyeAuthenticator
username
- the UserName, must not be null
req
- the request to check the username againsttrue
if the username is still valid,
false
otherwise.