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
ConstructorsConstructorDescriptionInMemoryTokenSupplier(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:
getTokenin interfaceTokenSupplier
-
refreshToken
- Specified by:
refreshTokenin interfaceRefreshableTokenSupplier
-
toString
-
reflectionHashCode
public int reflectionHashCode()
-