Uses of Class
org.openiam.authmanager.graph.provider.AbstractGraphIdProvider
-
Packages that use AbstractGraphIdProvider Package Description org.openiam.authmanager.graph.provider org.openiam.authmanager.service.impl org.openiam.config -
-
Uses of AbstractGraphIdProvider in org.openiam.authmanager.graph.provider
Subclasses of AbstractGraphIdProvider in org.openiam.authmanager.graph.provider Modifier and Type Class Description class
CosmoDBGraphIDProvider
class
JanusGraphIDProvider
class
NeptuneGraphIDProvider
-
Uses of AbstractGraphIdProvider in org.openiam.authmanager.service.impl
Constructors in org.openiam.authmanager.service.impl with parameters of type AbstractGraphIdProvider 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 AbstractGraphIdProvider in org.openiam.config
Methods in org.openiam.config that return AbstractGraphIdProvider Modifier and Type Method Description AbstractGraphIdProvider
GremlinConfiguration. graphIdProvider()
-