Package app.sdkgen.client.Authenticator
Class ApiKeyAuthenticator
- java.lang.Object
-
- app.sdkgen.client.Authenticator.ApiKeyAuthenticator
-
- All Implemented Interfaces:
AuthenticatorInterface,org.apache.hc.core5.http.HttpRequestInterceptor
public class ApiKeyAuthenticator extends java.lang.Object implements AuthenticatorInterface
-
-
Constructor Summary
Constructors Constructor Description ApiKeyAuthenticator(ApiKey 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
-
ApiKeyAuthenticator
public ApiKeyAuthenticator(ApiKey credentials)
-
-