Class AuthenticationProviderUsernamePasswordImpl
java.lang.Object
com.aeontronix.enhancedmule.tools.anypoint.authentication.AuthenticationProvider
com.aeontronix.enhancedmule.tools.anypoint.authentication.AuthenticationProviderUsernamePasswordImpl
public class AuthenticationProviderUsernamePasswordImpl extends AuthenticationProvider
-
Field Summary
Fields Modifier and Type Field Description static StringLOGIN_PATH -
Constructor Summary
Constructors Constructor Description AuthenticationProviderUsernamePasswordImpl(String username, String password) -
Method Summary
Modifier and Type Method Description StringfilterSecret(String resStr)AnypointAccessTokengetBearerToken(HttpHelper httpHelper)StringgetPassword()StringgetUsername()Methods inherited from class com.aeontronix.enhancedmule.tools.anypoint.authentication.AuthenticationProvider
createHttpClient, createHttpClient
-
Field Details
-
LOGIN_PATH
- See Also:
- Constant Field Values
-
-
Constructor Details
-
Method Details
-
getBearerToken
- Specified by:
getBearerTokenin classAuthenticationProvider- Throws:
HttpException
-
filterSecret
- Specified by:
filterSecretin classAuthenticationProvider
-
getUsername
-
getPassword
-