Uses of Interface
org.apache.hc.client5.testing.auth.Authenticator
-
Packages that use Authenticator Package Description org.apache.hc.client5.testing.async org.apache.hc.client5.testing.classic -
-
Uses of Authenticator in org.apache.hc.client5.testing.async
Fields in org.apache.hc.client5.testing.async declared as Authenticator Modifier and Type Field Description private Authenticator
AuthenticatingAsyncDecorator. authenticator
Constructors in org.apache.hc.client5.testing.async with parameters of type Authenticator Constructor Description AuthenticatingAsyncDecorator(org.apache.hc.core5.http.nio.AsyncServerExchangeHandler exchangeHandler, AuthenticationHandler<java.lang.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 Authenticator Modifier and Type Field Description private Authenticator
AuthenticatingDecorator. authenticator
Constructors in org.apache.hc.client5.testing.classic with parameters of type Authenticator Constructor Description AuthenticatingDecorator(org.apache.hc.core5.http.io.HttpServerRequestHandler requestHandler, AuthenticationHandler<java.lang.String> authenticationHandler, Authenticator authenticator)
AuthenticatingDecorator(org.apache.hc.core5.http.io.HttpServerRequestHandler requestHandler, Authenticator authenticator)
-