Package app.sdkgen.client.Authenticator
Class HttpBearerAuthenticator
- java.lang.Object
-
- app.sdkgen.client.Authenticator.HttpBearerAuthenticator
-
- All Implemented Interfaces:
AuthenticatorInterface,org.apache.hc.core5.http.HttpRequestInterceptor
public class HttpBearerAuthenticator extends java.lang.Object implements AuthenticatorInterface
-
-
Constructor Summary
Constructors Constructor Description HttpBearerAuthenticator(HttpBearer credentials)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidprocess(org.apache.hc.core5.http.HttpRequest httpRequest, org.apache.hc.core5.http.EntityDetails entityDetails, org.apache.hc.core5.http.protocol.HttpContext httpContext)
-
-
-
Constructor Detail
-
HttpBearerAuthenticator
public HttpBearerAuthenticator(HttpBearer credentials)
-
-