Uses of Interface
com.spotfire.server.security.AuthenticationContext
Packages that use AuthenticationContext
Package
Description
Package containing the API classes and interfaces for authentication and other security related functionality.
-
Uses of AuthenticationContext in com.spotfire.server.security
Subinterfaces of AuthenticationContext in com.spotfire.server.securityModifier and TypeInterfaceDescriptioninterfaceTheWebAuthenticationContextcontains information besides the information provided by theAuthenticationContextthat is only available toCustomWebAuthenticatorimplementations.Methods in com.spotfire.server.security with parameters of type AuthenticationContextModifier and TypeMethodDescriptionCustomAuthenticator.authenticate(AuthenticationContext authContext) Performs authentication based on the providedAuthenticationContext.PostAuthenticationFilter.filter(SecurityContext securityContext, AuthenticationContext authContext) Applies a post authentication filter on the providedSecurityContextargument.