Uses of Class
org.openiam.common.authmanager.service.model.AuthorizationCacheToken
-
Packages that use AuthorizationCacheToken Package Description org.openiam.authmanager.service.impl org.openiam.config -
-
Uses of AuthorizationCacheToken in org.openiam.authmanager.service.impl
Constructor parameters in org.openiam.authmanager.service.impl with type arguments of type AuthorizationCacheToken Constructor Description AuthorizationManagerServiceImpl(org.springframework.transaction.PlatformTransactionManager platformTransactionManager, PropertyValueCache propertyValueSweeper, UserRabbitMQService userRabbitMQService, RabbitMQSender rabbitMQSender, MembershipDAO membershipDAO, AuthManagerDAO authManagerDAO, ProvisionBulkQueue provisionQueue, AuthorizationManagerDataProvider dataProvider, org.apache.tinkerpop.gremlin.process.traversal.dsl.graph.GraphTraversalSource graphSource, org.redisson.api.RedissonClient redissonClient, EdgeIdCacheSweeper edgeIdCacheSweeper, EntitltementsObjectCache publicResourceCache, org.springframework.data.redis.core.RedisTemplate<String,AuthorizationCacheToken> remoteEntitlementsCache, GraphIdCacheSweeper graphIdCacheSweeper, AbstractGraphIdProvider graphIdProvider, GraphOperations graphOperations, EntitltementsObjectCacheSweeper entitlementsObjectsCacheSweeper, AuthManagerMQService authManagerMQService, org.springframework.scheduling.concurrent.ThreadPoolTaskExecutor entitlementsExecutor)
-
Uses of AuthorizationCacheToken in org.openiam.config
Methods in org.openiam.config that return types with arguments of type AuthorizationCacheToken Modifier and Type Method Description org.springframework.data.redis.core.RedisTemplate<String,AuthorizationCacheToken>
AuthManagerRedisConfiguration. remoteEntitlementsCache(org.springframework.data.redis.connection.jedis.JedisConnectionFactory factory)
-