public class AuthClientForIntegration extends Object implements AutheticationClient
| Modifier and Type | Field and Description |
|---|---|
static String |
BASE_TOKEN_ENDPOINT |
| Constructor and Description |
|---|
AuthClientForIntegration(WorkdayConfiguration workdayConfiguration) |
| Modifier and Type | Method and Description |
|---|---|
void |
configure(org.apache.http.impl.client.CloseableHttpClient httpClient,
org.apache.http.client.methods.HttpRequestBase method) |
protected String |
getBearerToken(org.apache.http.impl.client.CloseableHttpClient httpClient) |
public static final String BASE_TOKEN_ENDPOINT
public AuthClientForIntegration(WorkdayConfiguration workdayConfiguration)
public void configure(org.apache.http.impl.client.CloseableHttpClient httpClient,
org.apache.http.client.methods.HttpRequestBase method)
throws IOException
configure in interface AutheticationClientIOExceptionprotected String getBearerToken(org.apache.http.impl.client.CloseableHttpClient httpClient) throws IOException
IOExceptionApache Camel