All Classes Interface Summary Class Summary Enum Summary Exception Summary
| Class |
Description |
| AbstractPostAuthenticationFilter |
Deprecated.
|
| AuthenticationContext |
The AuthenticationContext contains information about the client and the network connection used by a
client that needs to be authenticated.
|
| AuthenticationFilterPrincipal |
Deprecated.
|
| AutoCallbackHandler |
The AutoCallbackHandler is a utility class that can be
used by all JAAS clients.
|
| Credential |
A marker interface for classes representing some form of
authentication credentials, e.g., a username or a password.
|
| CustomAuthenticator |
Service-provider interface for (passive) custom authentication.
|
| CustomAuthenticatorException |
|
| CustomAuthenticatorInitContext |
|
| CustomAuthenticatorPrincipal |
This class represents a principal that was authenticated by a CustomAuthenticator or a
CustomWebAuthenticator.
|
| CustomWebAuthenticator |
Service-provider interface for web-based custom authentication flows (based on OAuth2 or similar).
|
| CustomWebAuthenticatorException |
|
| CustomWebAuthenticatorInitContext |
|
| CustomWebAuthenticatorResult |
|
| GroupPrincipal |
Represents a group principal (a principal that may contain other principals).
|
| GroupPrincipal |
This interface represents a group principal.
|
| Guid |
This class represents an universally unique identifier (UUID), also known as globally unique identifier (GUID), as
defined in RFC 4122.
|
| Guid |
This class represents an universally unique identifier (UUID), also known as globally unique identifier (GUID), see
UUID.
|
| InvalidArgumentException |
Thrown when an invalid argument is given.
|
| InvalidOperationException |
Thrown when an attempt is made to perform an invalid operation (for example adding principals to an immutable group
or modifying a fixed principal).
|
| InvalidPasswordException |
Thrown when an invalid password is given.
|
| InvalidPrimaryGroupException |
Deprecated.
|
| JAASGroupPrincipal |
This class can be used as a base class for Principal implementations representing groups.
|
| JAASUserPrincipal |
This class can be used as a base class for Principal implementations representing users.
|
| NamePasswordLoginModule |
An abstract base class for LoginModule implementations designed for username-password
authentication.
|
| NonTransientUserDirectoryException |
Thrown when a retry of the operation without any changes by the calling application would fail.
|
| NoSuchPrincipalException |
Thrown when an operation has been requested on a principal that does not exist in the user directory.
|
| NoSuchPrincipalException |
This exception is thrown when an operation has been requested on a principal
that does not exist in the user directory.
|
| PasswordCredential |
An interface for credential classes with password properties.
|
| PostAuthenticationFilter |
An interface defining the methods that must be implemented by a
class to which post authentication filtering duties can be
delegated.
|
| PostAuthenticationFilterException |
A PostAuthenticationFilterException is an exception indicating that
a configuration error prevents the PostAuthenticationFilter from working.
|
| PostAuthenticationFilterInitContext |
|
| PrincipalAlreadyExistsException |
Thrown when an attempt has been made to name a principal with a name that already exists on another principal in the
same domain in the user directory.
|
| PrincipalAlreadyExistsException |
This exception is thrown when an attempt has been made to name a principal
with a name that already exists on another principal in the directory.
|
| PrincipalProperty |
Represents searchable properties (fields) of user directory principals.
|
| ReadOnlyDirectoryException |
This exception is thrown when an attempt has been made to modify a directory
where the provider only supports reading.
|
| SecurityContext |
|
| SpotfirePrincipal |
Represents a principal, such as a user or a group.
|
| SpotfirePrincipal |
This interface represents a principal, such as a user or a
group.
|
| TransientUserDirectoryException |
Thrown when a retry of the operation without any changes by the calling application might succeed (the typical
scenario would be a connection timeout).
|
| UserDirectory |
Provides functionality to create, read, update and delete users and groups.
|
| UserDirectory |
Deprecated.
|
| UserDirectoryException |
Thrown when an error occurs when calling the user directory.
|
| UserDirectoryException |
This exception is thrown when an unexpected error has occurred in
the underlying implementation of the user directory, e.g.
|
| UserDirectoryFactory |
Deprecated.
|
| UsernameCredential |
An interface for credential classes with username properties.
|
| UserPrincipal |
Represents a user principal.
|
| UserPrincipal |
This interface represents a user principal.
|
| WebAuthenticationContext |
|
| WebAuthProviderDescription |
Describes a web authentication provider so that it may be displayed on the login page.
|