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