Uses of Class
com.spotfire.server.security.CustomAuthenticatorException
Packages that use CustomAuthenticatorException
Package
Description
Package containing the API classes and interfaces for authentication and other security related functionality.
-
Uses of CustomAuthenticatorException in com.spotfire.server.security
Subclasses of CustomAuthenticatorException in com.spotfire.server.securityModifier and TypeClassDescriptionclassException thrown by implementations ofCustomWebAuthenticator.Methods in com.spotfire.server.security that throw CustomAuthenticatorExceptionModifier and TypeMethodDescriptionCustomAuthenticator.authenticate(AuthenticationContext authContext) Performs authentication based on the providedAuthenticationContext.CustomWebAuthenticator.getAuthenticationEndpoint(Map<String, Object> sessionContext, String providerName, String targetUrl) Returns an absolute URL to the authentication endpoint of the identity provider with the given name, including all relevant request parameters.default voidCustomAuthenticator.init(CustomAuthenticatorInitContext initContext) Initializes thisCustomAuthenticator.default voidDeprecated.This method is deprecated and will be removed in a future release.default voidCustomWebAuthenticator.init(CustomWebAuthenticatorInitContext initContext) Initializes thisCustomWebAuthenticator.