Package io.vrap.rmf.base.client.oauth2
Class BaseAuthTokenSupplier
java.lang.Object
io.vrap.rmf.base.client.AutoCloseableService
io.vrap.rmf.base.client.oauth2.BaseAuthTokenSupplier
- All Implemented Interfaces:
TokenSupplier,AutoCloseable
- Direct Known Subclasses:
AnonymousFlowTokenSupplier,AnonymousSessionTokenSupplier,ClientCredentialsTokenSupplier,GlobalCustomerPasswordTokenSupplier,RefreshFlowTokenSupplier
-
Field Summary
Fields inherited from interface io.vrap.rmf.base.client.oauth2.TokenSupplier
LOGGER_AUTH -
Constructor Summary
ConstructorsConstructorDescriptionBaseAuthTokenSupplier(VrapHttpClient vrapHttpClient, ApiHttpRequest apiHttpRequest) BaseAuthTokenSupplier(VrapHttpClient vrapHttpClient, ApiHttpRequest apiHttpRequest, ResponseSerializer serializer) -
Method Summary
Methods inherited from class io.vrap.rmf.base.client.AutoCloseableService
close, closeQuietly, equals, hashCode
-
Constructor Details
-
BaseAuthTokenSupplier
-
BaseAuthTokenSupplier
public BaseAuthTokenSupplier(VrapHttpClient vrapHttpClient, ApiHttpRequest apiHttpRequest, ResponseSerializer serializer)
-
-
Method Details
-
getToken
- Specified by:
getTokenin interfaceTokenSupplier
-
toString
-
reflectionHashCode
public int reflectionHashCode()
-