Package com.spotfire.server.security
Class PostAuthenticationFilterInitContext
java.lang.Object
com.spotfire.server.security.PostAuthenticationFilterInitContext
The initialization context for a
PostAuthenticationFilter
.- Since:
- 10.1
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionDeprecated.This method is deprecated and will be removed in a future release.Returns a, possibly empty, map of initialization parameters (configured using the Configuration Tool or theconfig-post-auth-filter
configuration command).Returns a reference to the User Directory class, that can be used for reading and writing users and groups.
-
Method Details
-
getParameters
Returns a, possibly empty, map of initialization parameters (configured using the Configuration Tool or theconfig-post-auth-filter
configuration command).- Returns:
- a, possibly empty, map of initialization parameters
- Since:
- 10.1
-
getLegacyConfiguration
Deprecated.This method is deprecated and will be removed in a future release. Please use the name-value parameters that can be retrieved fromgetParameters()
instead.Returns the legacy configuration string (which is passed to thePostAuthenticationFilter.setConfiguration(String)
method.- Returns:
- the legacy configuration string
- Since:
- 10.1
-
getUserDirectory
Returns a reference to the User Directory class, that can be used for reading and writing users and groups.- Returns:
- a reference to the User Directory class
- Since:
- 10.1
-