Package io.vrap.rmf.base.client.oauth2
Class InMemoryTokenSupplier
java.lang.Object
io.vrap.rmf.base.client.AutoCloseableService
io.vrap.rmf.base.client.oauth2.InMemoryTokenSupplier
- All Implemented Interfaces:
RefreshableTokenSupplier
,TokenSupplier
,AutoCloseable
-
Field Summary
Fields inherited from interface io.vrap.rmf.base.client.oauth2.TokenSupplier
LOGGER_AUTH
-
Constructor Summary
ConstructorDescriptionInMemoryTokenSupplier
(dev.failsafe.spi.Scheduler scheduler, TokenSupplier tokenSupplier) InMemoryTokenSupplier
(TokenSupplier tokenSupplier) InMemoryTokenSupplier
(ExecutorService executorService, TokenSupplier tokenSupplier) InMemoryTokenSupplier
(ScheduledExecutorService executorService, TokenSupplier tokenSupplier) -
Method Summary
Methods inherited from class io.vrap.rmf.base.client.AutoCloseableService
close, closeQuietly, equals, hashCode
-
Constructor Details
-
InMemoryTokenSupplier
-
InMemoryTokenSupplier
-
InMemoryTokenSupplier
-
InMemoryTokenSupplier
-
-
Method Details
-
getToken
- Specified by:
getToken
in interfaceTokenSupplier
-
refreshToken
- Specified by:
refreshToken
in interfaceRefreshableTokenSupplier
-
toString
-
reflectionHashCode
public int reflectionHashCode()
-