Object OAuth2CacheFactory
-
- All Implemented Interfaces:
public class OAuth2CacheFactory
-
-
Field Summary
Fields Modifier and Type Field Description public final static OAuth2CacheFactoryINSTANCE
-
Method Summary
Modifier and Type Method Description final static <T extends Any> Cache<T, OAuth2AccessTokenResponse>accessTokenResponseCache(Long maximumSize, Long skewInSeconds)-
-
Method Detail
-
accessTokenResponseCache
final static <T extends Any> Cache<T, OAuth2AccessTokenResponse> accessTokenResponseCache(Long maximumSize, Long skewInSeconds)
-
-
-
-