Class AuthPluginConfig


  • public class AuthPluginConfig
    extends java.lang.Object
    The configuration keys for auth plugin.
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static java.lang.String BASIC_AUTHPLUGIN_DATABASE
      The path to the user account database file that the password-based Basic auth handler should use.
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • BASIC_AUTHPLUGIN_DATABASE

        public static final java.lang.String BASIC_AUTHPLUGIN_DATABASE
        The path to the user account database file that the password-based Basic auth handler should use.
        See Also:
        Constant Field Values
    • Constructor Detail

      • AuthPluginConfig

        public AuthPluginConfig()