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, waitcheckPassword, close, hasPermissionToAccess, init, recreateAuthpublic AuthToken checkRequest(javax.servlet.http.HttpServletRequest request)
FishEyeAuthenticatorcheckRequest in interface FishEyeAuthenticatorrequest - the servlet request to checknull otherwise.public boolean isRequestUserStillValid(java.lang.String username,
javax.servlet.http.HttpServletRequest req)
FishEyeAuthenticatorisRequestUserStillValid in interface FishEyeAuthenticatorusername - the UserName, must not be nullreq - the request to check the username againsttrue if the username is still valid,
false otherwise.