Package com.spotfire.server.security
Class CustomWebAuthenticatorInitContext
java.lang.Object
com.spotfire.server.security.CustomWebAuthenticatorInitContext
The initialization context for a
CustomWebAuthenticator.- Since:
- 7.8
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionReturns a, possibly empty, map of initialization parameters (configured using the Configuration Tool or theconfig-custom-web-authconfiguration 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-custom-web-authconfiguration command).- Returns:
- a, possibly empty, map of initialization parameters.
- Since:
- 7.8
-
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
-