Uses of Class
org.apache.pinot.common.auth.AuthConfig
-
Packages that use AuthConfig Package Description org.apache.pinot.common.auth -
-
Uses of AuthConfig in org.apache.pinot.common.auth
Methods in org.apache.pinot.common.auth that return AuthConfig Modifier and Type Method Description static AuthConfigAuthProviderUtils. extractAuthConfig(PinotConfiguration pinotConfig, String namespace)Extract an AuthConfig from a pinot configuration subset namespace.Methods in org.apache.pinot.common.auth with parameters of type AuthConfig Modifier and Type Method Description static AuthProviderAuthProviderUtils. makeAuthProvider(AuthConfig authConfig)Create auth provider based on an auth config.Constructors in org.apache.pinot.common.auth with parameters of type AuthConfig Constructor Description NullAuthProvider(AuthConfig ignore)StaticTokenAuthProvider(AuthConfig authConfig)UrlAuthProvider(AuthConfig authConfig)
-