Interface | Description |
---|---|
AuthToken |
A token representing a successful login.
|
FishEyeAuthenticator |
The authentication/authorisation plugin interface for FishEye.
|
Class | Description |
---|---|
AbstractFishEyeAuthenticator |
A super class for all Custom FishEye Authenticators.
|
ExampleFishEyeAuthenticator |
An example authenticator.
|
ExampleFishEyeAuthenticator.ExampleAuthToken | |
ExampleFishEyeHttpAuthenticator |
An authenticator that accepts requests coming from a list (comma seperated)
of preconfigured remote addresses.
|
NullFishEyeAuthenticator |
Does not permit any access.
|