Package | Description |
---|---|
com.spotfire.server.security |
Package containing the API classes and interfaces for authentication and other security related functionality.
|
Class and Description |
---|
AuthenticationContext
The
AuthenticationContext contains information about the client and the network connection used by a
client that needs to be authenticated. |
CustomAuthenticatorException
Exception thrown by implementations of
CustomAuthenticator and CustomWebAuthenticator . |
CustomAuthenticatorPrincipal
This class represents a principal that was authenticated by a
CustomAuthenticator or a
CustomWebAuthenticator . |
CustomWebAuthenticatorException
Exception thrown by implementations of
CustomWebAuthenticator . |
CustomWebAuthenticatorInitContext
The initialization context for a
CustomWebAuthenticator . |
CustomWebAuthenticatorResult
A result object returned from a
CustomWebAuthenticator after successful authentication. |
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. |
SecurityContext
The
SecurityContext class contains information about an authenticated SpotfirePrincipal . |
WebAuthenticationContext
The
WebAuthenticationContext contains information besides the information provided by the
AuthenticationContext that is only available to CustomWebAuthenticator implementations. |
Copyright © 2000-2020 TIBCO Software Inc. All Rights Reserved.