Package app.sdkgen.client.Authenticator
Class HttpBearerAuthenticator
- java.lang.Object
-
- app.sdkgen.client.Authenticator.HttpBearerAuthenticator
-
- All Implemented Interfaces:
AuthenticatorInterface,org.apache.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.http.HttpRequest httpRequest, org.apache.http.protocol.HttpContext httpContext)
-
-
-
Constructor Detail
-
HttpBearerAuthenticator
public HttpBearerAuthenticator(HttpBearer credentials)
-
-
Method Detail
-
process
public void process(org.apache.http.HttpRequest httpRequest, org.apache.http.protocol.HttpContext httpContext) throws org.apache.http.HttpException, java.io.IOException- Specified by:
processin interfaceorg.apache.http.HttpRequestInterceptor- Throws:
org.apache.http.HttpExceptionjava.io.IOException
-
-