A C E F G H I N R

A

AbstractFishEyeAuthenticator - Class in com.cenqua.fisheye.user.plugin
A super class for all Custom FishEye Authenticators.
AbstractFishEyeAuthenticator() - Constructor for class com.cenqua.fisheye.user.plugin.AbstractFishEyeAuthenticator
 
AuthToken - Interface in com.cenqua.fisheye.user.plugin
A token representing a successful login.

C

checkPassword(String, String) - Method in class com.cenqua.fisheye.user.plugin.ExampleFishEyeAuthenticator
 
checkPassword(String, String) - Method in class com.cenqua.fisheye.user.plugin.ExampleFishEyeHttpAuthenticator
 
checkPassword(String, String) - Method in interface com.cenqua.fisheye.user.plugin.FishEyeAuthenticator
Called to check a user's password.
checkPassword(String, String) - Method in class com.cenqua.fisheye.user.plugin.NullFishEyeAuthenticator
 
checkRequest(HttpServletRequest) - Method in class com.cenqua.fisheye.user.plugin.AbstractFishEyeAuthenticator
 
checkRequest(HttpServletRequest) - Method in class com.cenqua.fisheye.user.plugin.ExampleFishEyeHttpAuthenticator
 
checkRequest(HttpServletRequest) - Method in interface com.cenqua.fisheye.user.plugin.FishEyeAuthenticator
Called to allow implementations to determine if the request is pre-authenticated, bypassing FishEye's own HTTP authentication.
close() - Method in class com.cenqua.fisheye.user.plugin.ExampleFishEyeAuthenticator
 
close() - Method in class com.cenqua.fisheye.user.plugin.ExampleFishEyeHttpAuthenticator
 
close() - Method in interface com.cenqua.fisheye.user.plugin.FishEyeAuthenticator
Called when this authenticator will no longer be used.
close() - Method in class com.cenqua.fisheye.user.plugin.NullFishEyeAuthenticator
 
com.cenqua.fisheye.user.plugin - package com.cenqua.fisheye.user.plugin
 

E

ExampleFishEyeAuthenticator - Class in com.cenqua.fisheye.user.plugin
An example authenticator.
ExampleFishEyeAuthenticator() - Constructor for class com.cenqua.fisheye.user.plugin.ExampleFishEyeAuthenticator
 
ExampleFishEyeAuthenticator.ExampleAuthToken - Class in com.cenqua.fisheye.user.plugin
 
ExampleFishEyeAuthenticator.ExampleAuthToken(String) - Constructor for class com.cenqua.fisheye.user.plugin.ExampleFishEyeAuthenticator.ExampleAuthToken
 
ExampleFishEyeHttpAuthenticator - Class in com.cenqua.fisheye.user.plugin
An authenticator that accepts requests coming from a list (comma seperated) of preconfigured remote addresses.
ExampleFishEyeHttpAuthenticator() - Constructor for class com.cenqua.fisheye.user.plugin.ExampleFishEyeHttpAuthenticator
 

F

FishEyeAuthenticator - Interface in com.cenqua.fisheye.user.plugin
The authentication/authorisation plugin interface for FishEye.

G

getDisplayName() - Method in interface com.cenqua.fisheye.user.plugin.AuthToken
The full name to use when displaying data by this user.
getDisplayName() - Method in class com.cenqua.fisheye.user.plugin.ExampleFishEyeAuthenticator.ExampleAuthToken
 
getEmail() - Method in interface com.cenqua.fisheye.user.plugin.AuthToken
The email address of the user (if the underlying authenticator can automatically determine it).
getEmail() - Method in class com.cenqua.fisheye.user.plugin.ExampleFishEyeAuthenticator.ExampleAuthToken
 
getUsername() - Method in interface com.cenqua.fisheye.user.plugin.AuthToken
The username used when authenticating the user
getUsername() - Method in class com.cenqua.fisheye.user.plugin.ExampleFishEyeAuthenticator.ExampleAuthToken
 

H

hasPermissionToAccess(AuthToken, String, String) - Method in class com.cenqua.fisheye.user.plugin.ExampleFishEyeAuthenticator
 
hasPermissionToAccess(AuthToken, String, String) - Method in class com.cenqua.fisheye.user.plugin.ExampleFishEyeHttpAuthenticator
 
hasPermissionToAccess(AuthToken, String, String) - Method in interface com.cenqua.fisheye.user.plugin.FishEyeAuthenticator
Check if a user has permission to access the given repository.
hasPermissionToAccess(AuthToken, String, String) - Method in class com.cenqua.fisheye.user.plugin.NullFishEyeAuthenticator
 

I

init(Properties) - Method in class com.cenqua.fisheye.user.plugin.ExampleFishEyeAuthenticator
 
init(Properties) - Method in class com.cenqua.fisheye.user.plugin.ExampleFishEyeHttpAuthenticator
 
init(Properties) - Method in interface com.cenqua.fisheye.user.plugin.FishEyeAuthenticator
Called to configure this authenticator.
init(Properties) - Method in class com.cenqua.fisheye.user.plugin.NullFishEyeAuthenticator
 
isRequestUserStillValid(String, HttpServletRequest) - Method in class com.cenqua.fisheye.user.plugin.AbstractFishEyeAuthenticator
 
isRequestUserStillValid(String, HttpServletRequest) - Method in class com.cenqua.fisheye.user.plugin.ExampleFishEyeHttpAuthenticator
 
isRequestUserStillValid(String, HttpServletRequest) - Method in interface com.cenqua.fisheye.user.plugin.FishEyeAuthenticator
Checks that the given username is still valid for the request.

N

NullFishEyeAuthenticator - Class in com.cenqua.fisheye.user.plugin
Does not permit any access.
NullFishEyeAuthenticator() - Constructor for class com.cenqua.fisheye.user.plugin.NullFishEyeAuthenticator
 

R

recreateAuth(String) - Method in class com.cenqua.fisheye.user.plugin.ExampleFishEyeAuthenticator
 
recreateAuth(String) - Method in class com.cenqua.fisheye.user.plugin.ExampleFishEyeHttpAuthenticator
 
recreateAuth(String) - Method in interface com.cenqua.fisheye.user.plugin.FishEyeAuthenticator
Used to re-create a token for a user that was previously authenticated.
recreateAuth(String) - Method in class com.cenqua.fisheye.user.plugin.NullFishEyeAuthenticator
 

A C E F G H I N R