Uses of Interface
org.apache.hc.client5.testing.auth.Authenticator
Packages that use Authenticator
-
Uses of Authenticator in org.apache.hc.client5.testing.async
Fields in org.apache.hc.client5.testing.async declared as AuthenticatorModifier and TypeFieldDescriptionprivate final Authenticator
AuthenticatingAsyncDecorator.authenticator
Constructors in org.apache.hc.client5.testing.async with parameters of type AuthenticatorModifierConstructorDescriptionAuthenticatingAsyncDecorator
(org.apache.hc.core5.http.nio.AsyncServerExchangeHandler exchangeHandler, AuthenticationHandler<String> authenticationHandler, Authenticator authenticator) AuthenticatingAsyncDecorator
(org.apache.hc.core5.http.nio.AsyncServerExchangeHandler exchangeHandler, Authenticator authenticator) -
Uses of Authenticator in org.apache.hc.client5.testing.classic
Fields in org.apache.hc.client5.testing.classic declared as AuthenticatorModifier and TypeFieldDescriptionprivate final Authenticator
AuthenticatingDecorator.authenticator
Constructors in org.apache.hc.client5.testing.classic with parameters of type AuthenticatorModifierConstructorDescriptionAuthenticatingDecorator
(org.apache.hc.core5.http.io.HttpServerRequestHandler requestHandler, AuthenticationHandler<String> authenticationHandler, Authenticator authenticator) AuthenticatingDecorator
(org.apache.hc.core5.http.io.HttpServerRequestHandler requestHandler, Authenticator authenticator)