Class CustomAuthenticatorInitContext

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

public class CustomAuthenticatorInitContext extends Object
The initialization context for a CustomAuthenticator.
Since:
10.1
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-external-auth configuration command).
      Returns:
      a, possibly empty, map of initialization parameters.
      Since:
      10.1
    • 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