Package com.spotfire.server.security
package com.spotfire.server.security
Package containing the API classes and interfaces for authentication and other security related functionality.
- Since:
- 3.0
-
ClassDescriptionThe
AuthenticationContextcontains information about the client and the network connection used by a client that needs to be authenticated.Deprecated.Service-provider interface for (passive) custom authentication.Exception thrown by implementations ofCustomAuthenticatorandCustomWebAuthenticator.The initialization context for aCustomAuthenticator.This class represents a principal that was authenticated by aCustomAuthenticatoror aCustomWebAuthenticator.Service-provider interface for web-based custom authentication flows (based on OAuth2 or similar).Exception thrown by implementations ofCustomWebAuthenticator.The initialization context for aCustomWebAuthenticator.A result object returned from aCustomWebAuthenticatorafter successful authentication.An interface defining the methods that must be implemented by a class to which post authentication filtering duties can be delegated.APostAuthenticationFilterExceptionis an exception indicating that a configuration error prevents thePostAuthenticationFilterfrom working.The initialization context for aPostAuthenticationFilter.TheSecurityContextclass contains information about an authenticated user.TheWebAuthenticationContextcontains information besides the information provided by theAuthenticationContextthat is only available toCustomWebAuthenticatorimplementations.Describes a web authentication provider so that it may be displayed on the login page.
Authentication FilterAPI is deprecated and will be removed in a future release.