Package io.vrap.rmf.base.client.oauth2
Class GlobalCustomerPasswordTokenSupplier
java.lang.Object
io.vrap.rmf.base.client.AutoCloseableService
io.vrap.rmf.base.client.oauth2.BaseAuthTokenSupplier
io.vrap.rmf.base.client.oauth2.GlobalCustomerPasswordTokenSupplier
- All Implemented Interfaces:
TokenSupplier
,AutoCloseable
public class GlobalCustomerPasswordTokenSupplier
extends BaseAuthTokenSupplier
implements TokenSupplier
Token supplier using password flow
-
Field Summary
Fields inherited from interface io.vrap.rmf.base.client.oauth2.TokenSupplier
LOGGER_AUTH
-
Constructor Summary
ConstructorDescriptionGlobalCustomerPasswordTokenSupplier
(String clientId, String clientSecret, String email, String password, String scope, String tokenEndpoint, VrapHttpClient vrapHttpClient) GlobalCustomerPasswordTokenSupplier
(String clientId, String clientSecret, String email, String password, String scope, String tokenEndpoint, VrapHttpClient vrapHttpClient, ResponseSerializer serializer) -
Method Summary
Methods inherited from class io.vrap.rmf.base.client.oauth2.BaseAuthTokenSupplier
getToken
Methods inherited from class io.vrap.rmf.base.client.AutoCloseableService
close, closeQuietly, equals, hashCode
Methods inherited from interface io.vrap.rmf.base.client.oauth2.TokenSupplier
getToken
-
Constructor Details
-
GlobalCustomerPasswordTokenSupplier
-
GlobalCustomerPasswordTokenSupplier
public GlobalCustomerPasswordTokenSupplier(String clientId, String clientSecret, String email, String password, String scope, String tokenEndpoint, VrapHttpClient vrapHttpClient, ResponseSerializer serializer)
-
-
Method Details