Uses of Interface
org.openiam.common.authmanager.jdbc.MembershipDAO
-
Packages that use MembershipDAO Package Description org.openiam.authmanager.service.impl org.openiam.common.authmanager.jdbc.impl org.openiam.common.authmanager.service -
-
Uses of MembershipDAO in org.openiam.authmanager.service.impl
Constructors in org.openiam.authmanager.service.impl with parameters of type MembershipDAO 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 MembershipDAO in org.openiam.common.authmanager.jdbc.impl
Classes in org.openiam.common.authmanager.jdbc.impl that implement MembershipDAO Modifier and Type Class Description class
JdbcMembershipDAO
-
Uses of MembershipDAO in org.openiam.common.authmanager.service
Fields in org.openiam.common.authmanager.service declared as MembershipDAO Modifier and Type Field Description protected MembershipDAO
AbstractAuthorizationManagerService. membershipDAO
-