Package org.apache.pinot.common.auth
Class AuthConfig
- java.lang.Object
-
- org.apache.pinot.common.auth.AuthConfig
-
public class AuthConfig extends Object
Standardized auth config container for AuthProvider
-
-
Field Summary
Fields Modifier and Type Field Description protected Map<String,Object>_propertiesstatic StringPROVIDER_CLASS
-
Constructor Summary
Constructors Constructor Description AuthConfig(Map<String,Object> properties)
-
-
-
Field Detail
-
PROVIDER_CLASS
public static final String PROVIDER_CLASS
- See Also:
- Constant Field Values
-
-