Package org.apache.pinot.common.auth
-
Class Summary Class Description AuthConfig Standardized auth config container for AuthProviderAuthProviderUtils Utility class to wrap inference of optimal auth provider from component configs.NullAuthProvider Noop auth providerStaticTokenAuthProvider Auth provider for static client tokens, typically used for job specs or when mimicking legacy behavior.UrlAuthProvider Auth provider with dynamic loading support, typically used for rotating tokens such as those injected by kubernetes.