Class AuthenticationProviderBearerTokenImpl
java.lang.Object
com.aeontronix.enhancedmule.tools.anypoint.authentication.AuthenticationProvider
com.aeontronix.enhancedmule.tools.anypoint.authentication.AuthenticationProviderBearerTokenImpl
- All Implemented Interfaces:
com.aeontronix.restclient.Credentials
public class AuthenticationProviderBearerTokenImpl extends AuthenticationProvider
-
Constructor Summary
Constructors Constructor Description AuthenticationProviderBearerTokenImpl(String anypointBearerToken) -
Method Summary
Modifier and Type Method Description voidapplyCredentials(org.apache.http.client.methods.HttpRequestBase request)StringfilterSecret(String resStr)AnypointAccessTokengetBearerToken(HttpHelper httpHelper)Methods inherited from class com.aeontronix.enhancedmule.tools.anypoint.authentication.AuthenticationProvider
createHttpClient, createHttpClient
-
Constructor Details
-
Method Details
-
getBearerToken
- Specified by:
getBearerTokenin classAuthenticationProvider- Throws:
HttpException
-
filterSecret
- Specified by:
filterSecretin classAuthenticationProvider
-
applyCredentials
public void applyCredentials(org.apache.http.client.methods.HttpRequestBase request)
-