Uses of Interface
org.apache.arrow.flight.auth2.CallHeaderAuthenticator
-
Uses of CallHeaderAuthenticator in org.apache.arrow.flight
Modifier and TypeMethodDescriptionFlightServer.Builder.headerAuthenticator
(CallHeaderAuthenticator headerAuthenticator) Set the header-based authentication mechanism. -
Uses of CallHeaderAuthenticator in org.apache.arrow.flight.auth2
Modifier 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.Modifier and TypeFieldDescriptionstatic final CallHeaderAuthenticator
CallHeaderAuthenticator.NO_OP
An auth handler that does nothing.ModifierConstructorDescriptionBearerTokenAuthenticator
(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.