|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.cenqua.fisheye.user.plugin.AbstractFishEyeAuthenticator
public abstract class AbstractFishEyeAuthenticator
A super class for all Custom FishEye Authenticators. It is best practice to extend this class instead of implementing a custom FishEyeAuthenticator.
| Constructor Summary | |
|---|---|
AbstractFishEyeAuthenticator()
|
|
| Method Summary | |
|---|---|
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. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface com.cenqua.fisheye.user.plugin.FishEyeAuthenticator |
|---|
checkPassword, close, hasPermissionToAccess, init, recreateAuth |
| Constructor Detail |
|---|
public AbstractFishEyeAuthenticator()
| Method Detail |
|---|
public AuthToken checkRequest(javax.servlet.http.HttpServletRequest request)
FishEyeAuthenticator
checkRequest in interface FishEyeAuthenticatorrequest - the servlet request to check
null otherwise.
public boolean isRequestUserStillValid(java.lang.String username,
javax.servlet.http.HttpServletRequest req)
FishEyeAuthenticator
isRequestUserStillValid in interface FishEyeAuthenticatorusername - the UserName, must not be nullreq - the request to check the username against
true if the username is still valid,
false otherwise.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||