Package io.pravega.auth
Class AuthPluginConfig
- java.lang.Object
-
- io.pravega.auth.AuthPluginConfig
-
public class AuthPluginConfig extends java.lang.ObjectThe configuration keys for auth plugin.
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.StringBASIC_AUTHPLUGIN_DATABASEThe path to the user account database file that the password-based Basic auth handler should use.
-
Constructor Summary
Constructors Constructor Description AuthPluginConfig()
-
-
-
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
-
-