Uses of Interface
org.apache.arrow.flight.auth2.CallHeaderAuthenticator
Packages that use CallHeaderAuthenticator
-
Uses of CallHeaderAuthenticator in org.apache.arrow.flight
Methods in org.apache.arrow.flight with parameters of type CallHeaderAuthenticatorModifier and TypeMethodDescriptionFlightServer.Builder.headerAuthenticator
(CallHeaderAuthenticator headerAuthenticator) Set the header-based authentication mechanism. -
Uses of CallHeaderAuthenticator in org.apache.arrow.flight.auth2
Classes in org.apache.arrow.flight.auth2 that implement CallHeaderAuthenticatorModifier and TypeClassDescriptionclass
A ServerAuthHandler for username/password authentication.class
Partial implementation ofCallHeaderAuthenticator
for bearer-token based authentication.class
Generates and caches bearer tokens from user credentials.Fields in org.apache.arrow.flight.auth2 declared as CallHeaderAuthenticatorModifier and TypeFieldDescriptionstatic final CallHeaderAuthenticator
CallHeaderAuthenticator.NO_OP
An auth handler that does nothing.Constructors in org.apache.arrow.flight.auth2 with parameters of type CallHeaderAuthenticatorModifierConstructorDescriptionBearerTokenAuthenticator
(CallHeaderAuthenticator initialAuthenticator) Factory
(CallHeaderAuthenticator authHandler) Construct a factory with the given auth handler.GeneratedBearerTokenAuthenticator
(CallHeaderAuthenticator authenticator) Generate bearer tokens for the given basic call authenticator.GeneratedBearerTokenAuthenticator
(CallHeaderAuthenticator authenticator, int timeoutMinutes) Generate bearer tokens for the given basic call authenticator.GeneratedBearerTokenAuthenticator
(CallHeaderAuthenticator authenticator, com.google.common.cache.CacheBuilder<Object, Object> cacheBuilder) Generate bearer tokens for the given basic call authenticator.