| Interface | Description |
|---|---|
| LoginHandler |
Authentication handlers authenticate a user in an implementation specific manner.
|
| Class | Description |
|---|---|
| AuthenticationEngine |
Manager responsible for handling authentication requests.
|
| LoginContext |
Login context created by a profile handler and interpreted by the authentication package.
|
| LoginContextEntry |
Storage service entry for login contexts.
|
| Saml2LoginContext |
A SAML 2.0
LoginContext. |
| ShibbolethSSOLoginContext |
Shibboleth SSO aware extension to
LoginContext. |
| UsernamePrincipal |
A basic implementation of
Principal. |
| Exception | Description |
|---|---|
| AuthenticationException |
An exception indicating a problem with user authentication.
|
| ForceAuthenticationException |
Exception indicating that forced authentication was requested but could not be performed.
|
| PassiveAuthenticationException |
Exception indicating that passive authentication was requested but could not be performed.
|
Copyright © 1999-2014. All Rights Reserved.