Class CustomWebAuthenticatorInitContext

java.lang.Object
com.spotfire.server.security.CustomWebAuthenticatorInitContext

public class CustomWebAuthenticatorInitContext extends Object
The initialization context for a CustomWebAuthenticator.
Since:
7.8
See Also:
  • Method Details

    • getParameters

      public Map<String,String> getParameters()
      Returns a, possibly empty, map of initialization parameters (configured using the Configuration Tool or the config-custom-web-auth configuration command).
      Returns:
      a, possibly empty, map of initialization parameters.
      Since:
      7.8
    • getUserDirectory

      public UserDirectory 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