Uses of Interface
com.cumulocity.microservice.security.token.JwtAuthenticatedTokenCache
Packages that use JwtAuthenticatedTokenCache
Package
Description
-
Uses of JwtAuthenticatedTokenCache in com.cumulocity.microservice.security.configuration
Methods in com.cumulocity.microservice.security.configuration that return JwtAuthenticatedTokenCacheModifier and TypeMethodDescriptionTokenCacheConfiguration.jwtAuthenticatedTokenCache
(int jwtGuavaCacheMaxSize, int jwtGuavaCacheExpireAfterAccess, int jwtCacheExpireInSeconds) -
Uses of JwtAuthenticatedTokenCache in com.cumulocity.microservice.security.token
Classes in com.cumulocity.microservice.security.token that implement JwtAuthenticatedTokenCacheMethods in com.cumulocity.microservice.security.token with parameters of type JwtAuthenticatedTokenCacheModifier and TypeMethodDescriptionCumulocityOAuthConfiguration.jwtTokenAuthenticationProvider
(JwtAuthenticatedTokenCache jwtAuthenticatedTokenCache) Constructors in com.cumulocity.microservice.security.token with parameters of type JwtAuthenticatedTokenCacheModifierConstructorDescriptionJwtTokenAuthenticationProvider
(org.springframework.core.env.Environment environment, JwtAuthenticatedTokenCache tokenCache)