See: Description
Interface | Description |
---|---|
AuthenticationContext |
The
AuthenticationContext contains information about the client and the network connection used by a
client that needs to be authenticated. |
CustomAuthenticator |
Service-provider interface for (passive) custom authentication.
|
CustomWebAuthenticator |
Service-provider interface for web-based custom authentication flows (based on OAuth2 or similar).
|
PostAuthenticationFilter |
An interface defining the methods that must be implemented by a
class to which post authentication filtering duties can be
delegated.
|
WebAuthenticationContext |
The
WebAuthenticationContext contains information besides the information provided by the
AuthenticationContext that is only available to CustomWebAuthenticator implementations. |
Class | Description |
---|---|
AbstractPostAuthenticationFilter |
An abstract base class for custom
PostAuthenticationFilter
implementations. |
AuthenticationFilterPrincipal | Deprecated
The
Authentication Filter API is deprecated and will be removed in a future release. |
CustomAuthenticatorPrincipal |
This class represents a principal that was authenticated by a
CustomAuthenticator or a
CustomWebAuthenticator . |
CustomWebAuthenticatorInitContext |
The initialization context for a
CustomWebAuthenticator . |
CustomWebAuthenticatorResult |
A result object returned from a
CustomWebAuthenticator after successful authentication. |
SecurityContext |
The
SecurityContext class contains information about an authenticated SpotfirePrincipal . |
WebAuthProviderDescription |
Describes a web authentication provider so that it may be displayed on the login page.
|
Exception | Description |
---|---|
CustomAuthenticatorException |
Exception thrown by implementations of
CustomAuthenticator and CustomWebAuthenticator . |
CustomWebAuthenticatorException |
Exception thrown by implementations of
CustomWebAuthenticator . |
PostAuthenticationFilterException |
A
PostAuthenticationFilterException is an exception indicating that
a configuration error prevents the PostAuthenticationFilter from working. |
Copyright © 2000-2020 TIBCO Software Inc. All Rights Reserved.