Class Settings.AuthenticationSettings

  • Enclosing class:
    Settings

    public static class Settings.AuthenticationSettings
    extends Object
    Settings for the Authenticator implementation.
    • Field Detail

      • authenticator

        public String authenticator
        The fully qualified class name of the Authenticator implementation. This class name will be used to load the implementation from the classpath. Defaults to AllowAllAuthenticator when not specified.
      • authenticationHandler

        public String authenticationHandler
        The fully qualified class name of the AbstractAuthenticationHandler implementation. This class name will be used to load the implementation from the classpath. Defaults to null when not specified.
    • Constructor Detail

      • AuthenticationSettings

        public AuthenticationSettings()