| Interface | Description |
|---|---|
| Authenticator.AuthenticatorFactory |
| Class | Description |
|---|---|
| AdminLoginController |
Provide a "hidden" login page for systems where the Login Widget has been
modified to only show the link to an External Authentication system.
|
| Authenticator |
The tool that a login process will use to interface with the user records in
the model (or wherever).
|
| BaseLoginServlet |
Base class for all Login servlets, whether Shibboleth, CuWebAuth, etc.
|
| BasicAuthenticator |
The "standard" implementation of Authenticator.
|
| BasicAuthenticator.Factory | |
| ExternalAuthHelper |
Capture the properties used by the External Authorization system, and use
them to assist in the process.
|
| FakeExternalAuthController |
This allows J.
|
| FakeExternalAuthController.FakeExternalAuthHelper |
This implementation of ExternalAuthHelper ignores any configuration
properties.
|
| LoginExternalAuthReturn |
Handle the return from the external authorization login server.
|
| LoginExternalAuthSetup |
Set up the external authorization process.
|
| LoginInProcessFlag |
This sits in the session to say that a login is in process.
|
| LoginRedirector |
A user has just completed the login process.
|
| LogoutRedirector |
When a user logs out, where will they go?
|
| ProgramLogin |
Provide a means for programmatic login If they provide the right parameters,
log them in and send 200.
|
| RestrictedAuthenticator |
A "restricted" authenticator, that will not allow logins except for root and
for users that are authorized to maintain the system.
|
| RestrictedAuthenticator.Factory |
| Exception | Description |
|---|---|
| Authenticator.LoginNotPermitted |
Copyright © 2016. All rights reserved.