Uses of Interface
com.cumulocity.microservice.security.token.JwtAuthenticatedTokenCache
Package
Description
-
Uses of JwtAuthenticatedTokenCache in com.cumulocity.microservice.security.configuration
Modifier and TypeMethodDescriptionTokenCacheConfiguration.jwtAuthenticatedTokenCache
(int jwtGuavaCacheMaxSize, int jwtGuavaCacheExpireAfterAccess, int jwtCacheExpireInSeconds) -
Uses of JwtAuthenticatedTokenCache in com.cumulocity.microservice.security.token
Modifier and TypeMethodDescriptionCumulocityOAuthConfiguration.jwtTokenAuthenticationProvider
(JwtAuthenticatedTokenCache jwtAuthenticatedTokenCache) ModifierConstructorDescriptionJwtTokenAuthenticationProvider
(org.springframework.core.env.Environment environment, JwtAuthenticatedTokenCache tokenCache)