Package | Description |
---|---|
com.spotfire.server.security |
Package containing the API classes and interfaces for authentication and other security related functionality.
|
Modifier and Type | Class and Description |
---|---|
class |
CustomWebAuthenticatorException
Exception thrown by implementations of
CustomWebAuthenticator . |
Modifier and Type | Method and Description |
---|---|
CustomAuthenticatorPrincipal |
CustomAuthenticator.authenticate(AuthenticationContext authContext)
Performs authentication based on the provided
AuthenticationContext . |
java.lang.String |
CustomWebAuthenticator.getAuthenticationEndpoint(java.util.Map sessionContext,
java.lang.String providerName,
java.lang.String targetUrl)
Returns an absolute URL to the authentication endpoint of the identity provider with the given name, including all
relevant request parameters.
|
default void |
CustomWebAuthenticator.init(CustomWebAuthenticatorInitContext initContext)
Initializes this
CustomWebAuthenticator . |
default void |
CustomAuthenticator.init(java.util.Map parameters)
Initializes this
CustomAuthenticator . |
Copyright © 2000-2020 TIBCO Software Inc. All Rights Reserved.