Uses of Interface
org.openiam.idm.srvc.property.service.PropertyValueCache
-
-
Uses of PropertyValueCache in org.openiam.api.connector.groovy
Fields in org.openiam.api.connector.groovy declared as PropertyValueCache Modifier and Type Field Description protected PropertyValueCache
AbstractIPolicyMapGroovy. propertyValueService
-
Uses of PropertyValueCache in org.openiam.authmanager.service.impl
Constructors in org.openiam.authmanager.service.impl with parameters of type PropertyValueCache 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 PropertyValueCache in org.openiam.br.service
Constructors in org.openiam.br.service with parameters of type PropertyValueCache Constructor Description BusinessRuleEvaluationService(GroovyScriptEngineIntegration groovyScriptEngineIntegration, UserRabbitMQService userRabbitMQService, UserBusinessRuleRecalculationElasticSearchRepository userBusinessRuleRecalculationElasticSearchRepository, BusinessRuleManagementMQService managementMQService, org.redisson.api.RedissonClient redissonClient, RabbitMQSender sender, ProvisionBulkQueue provisionBulkQueue, ActivitiRabbitMQService activitiRabbitMQService, RoleRabbitMQService roleRabbitMQService, GroupRabbitMQService groupRabbitMQService, ManagedSystemRabbitMQService managedSystemRabbitMQService, PropertyValueCache propertyValueSweeper)
-
Uses of PropertyValueCache in org.openiam.cache
Classes in org.openiam.cache that implement PropertyValueCache Modifier and Type Class Description class
AbstractPropertyValueRedisCache
-
Uses of PropertyValueCache in org.openiam.common.beans.cache
Classes in org.openiam.common.beans.cache that implement PropertyValueCache Modifier and Type Class Description class
PropertyValueCacheImpl
-
Uses of PropertyValueCache in org.openiam.common.mq.listener
Fields in org.openiam.common.mq.listener declared as PropertyValueCache Modifier and Type Field Description protected PropertyValueCache
AbstractLogListener. propertyValueSweeper
-
Uses of PropertyValueCache in org.openiam.common.service
Fields in org.openiam.common.service declared as PropertyValueCache Modifier and Type Field Description protected PropertyValueCache
AbstractBaseService. propertyValueSweeper
-
Uses of PropertyValueCache in org.openiam.email.service
Fields in org.openiam.email.service declared as PropertyValueCache Modifier and Type Field Description protected PropertyValueCache
InboxProcessorServiceImpl. propertyValueService
-
Uses of PropertyValueCache in org.openiam.esb.core.batch.tasks
Fields in org.openiam.esb.core.batch.tasks declared as PropertyValueCache Modifier and Type Field Description protected PropertyValueCache
AbstractInitializer. propertyValueCache
-
Uses of PropertyValueCache in org.openiam.esb.core.device.service.impl
Fields in org.openiam.esb.core.device.service.impl declared as PropertyValueCache Modifier and Type Field Description protected PropertyValueCache
DeviceDataServiceImpl. propertyValueService
-
Uses of PropertyValueCache in org.openiam.esb.core.mq
Fields in org.openiam.esb.core.mq declared as PropertyValueCache Modifier and Type Field Description protected PropertyValueCache
PropertyValueQueueListener. propertyValueSweeper
Constructors in org.openiam.esb.core.mq with parameters of type PropertyValueCache Constructor Description ElasticSearchReindexerListener(EsReindexQueue queue, ElasticsearchReindexProcessor reindexer, UserRabbitMQService userRabbitMQService, PropertyValueCache propertyValueSweeper)
SynchronizationBulkSaveQueueListener(SynchronizationBulkSaveQueue queue, ProvisionBulkQueue provisionBulkQueue, RoleDataService roleDataService, com.fasterxml.jackson.databind.ObjectMapper mapper, RabbitMQSender rabbitMQSender, GroupDataService groupDataService, ActivitiService activitiService, ActivitiCreateRequestServiceQueue activitiCreateRequestServiceQueue, ResourceService resourceService, PropertyValueCache propertyValueSweeper, OrganizationService organizationService, PolicyService policyService, UserSaveQueue userSaveQueue, ManagedSystemService managedSystemService, SynchronisationHelper syncHelper, AuditLogHelper auditLogHelper)
-
Uses of PropertyValueCache in org.openiam.esb.core.service.impl
-
Uses of PropertyValueCache in org.openiam.esb.core.user.service.impl
Constructors in org.openiam.esb.core.user.service.impl with parameters of type PropertyValueCache Constructor Description OrphanServiceImpl(ManagedSysRepository managedSysRepository, OrphanElasticSearchRepository orphanRepo, UserMgr userService, ProvisionQueue provisionQueue, RabbitMQSender rabbitMQSender, UserRabbitMQService userRabbitMQService, OrphanDocumentToEntityConverter converter, PropertyValueCache propertyValueService, LoginRepository loginDao, AuditLogHelper auditLogHelper, UserSaveQueue userSaveQueue)
UserProfileServiceImpl(UserAttributeDozerConverter userAttributeDozerConverter, UserDataService userManager, MetadataElementTemplateService pageTemplateService, UserDozerConverter userDozerConverter, ProfilePictureRepository profilePictureDAO, DefaultEntityValidator entityValidator, PropertyValueCache propertyValueSweeper, ProfilePictureDozerConverter profilePictureDozerConverter, ProvisionQueue provisionQueue, RabbitMQSender rabbitMQSender, UserSaveQueue userSaveQueue)
-
Uses of PropertyValueCache in org.openiam.idm.provisioning.service.group
Fields in org.openiam.idm.provisioning.service.group declared as PropertyValueCache Modifier and Type Field Description protected PropertyValueCache
AbstractGroupProvisionOperation. propertyValueService
protected PropertyValueCache
AddGroupProvisionOperation. propertyValueSweeper
-
Uses of PropertyValueCache in org.openiam.idm.provisioning.service.user
Fields in org.openiam.idm.provisioning.service.user declared as PropertyValueCache Modifier and Type Field Description protected PropertyValueCache
AbstractUserProvisionOperation. propertyValueService
-
Uses of PropertyValueCache in org.openiam.idm.provisioning.validation.user
Fields in org.openiam.idm.provisioning.validation.user declared as PropertyValueCache Modifier and Type Field Description protected PropertyValueCache
DefaultUserProvisioningValidator. propertyValueSweeper
-
Uses of PropertyValueCache in org.openiam.idm.service
Fields in org.openiam.idm.service declared as PropertyValueCache Modifier and Type Field Description protected PropertyValueCache
AbstractMapProcessorService. propertyValueService
-
Uses of PropertyValueCache in org.openiam.idm.sweeper
Constructors in org.openiam.idm.sweeper with parameters of type PropertyValueCache Constructor Description ConnectorServiceDownCheckIDMSweeper(org.redisson.api.RedissonClient redissonClient, ManagedSystemRabbitMQService managedSystemRabbitMQService, ConnectorReplyElasticSearchRepository connectorReplyElasticSearchRepository, PropertyValueCache propertyValueCache, UserRabbitMQService userRabbitMQService, MailRabbitMQService mailRabbitMQService)
-
Uses of PropertyValueCache in org.openiam.match
Fields in org.openiam.match declared as PropertyValueCache Modifier and Type Field Description protected PropertyValueCache
AbstractMatchObjectRule. propertyValueSweeper
-
Uses of PropertyValueCache in org.openiam.recon.service.impl.processor
Fields in org.openiam.recon.service.impl.processor declared as PropertyValueCache Modifier and Type Field Description protected PropertyValueCache
AbstractReconciliationProcessor. propertyValueSweeper
-
Uses of PropertyValueCache in org.openiam.recon.service.impl.srcadapter.adapters
Fields in org.openiam.recon.service.impl.srcadapter.adapters declared as PropertyValueCache Modifier and Type Field Description protected PropertyValueCache
AbstractReconSrcAdapter. propertyValueSweeper
-
Uses of PropertyValueCache in org.openiam.sync.service.impl.srcadapter.adapters
Fields in org.openiam.sync.service.impl.srcadapter.adapters declared as PropertyValueCache Modifier and Type Field Description protected PropertyValueCache
AbstractSrcAdapter. propertyValueSweeper
-
Uses of PropertyValueCache in org.openiam.sync.service.impl.srcadapter.processor
Fields in org.openiam.sync.service.impl.srcadapter.processor declared as PropertyValueCache Modifier and Type Field Description protected PropertyValueCache
AbstractSyncObjectProcessor. propertyValueSweeper
-
Uses of PropertyValueCache in org.openiam.workflow.activiti.delegate.core
Fields in org.openiam.workflow.activiti.delegate.core declared as PropertyValueCache Modifier and Type Field Description protected PropertyValueCache
AbstractNotificationDelegate. propertyValueService
protected PropertyValueCache
ActivitiApproverAssociationHelper. propertyValueSweeper
-
Uses of PropertyValueCache in org.openiam.workflow.activiti.delegate.user.access.request
Fields in org.openiam.workflow.activiti.delegate.user.access.request declared as PropertyValueCache Modifier and Type Field Description protected PropertyValueCache
CreateAccessRequestExecutor. propertyValueSweeper
Deprecated. -
Uses of PropertyValueCache in org.openiam.workflow.activiti.groovy
Fields in org.openiam.workflow.activiti.groovy declared as PropertyValueCache Modifier and Type Field Description protected PropertyValueCache
AbstractApproverAssociationIdentifier. propertyValueSweeper
protected PropertyValueCache
IntegrateCreateUserRequestHelper. propertyValueSweeper
protected PropertyValueCache
ResourceGroovyScriptHelper. propertyValueSweeper
-
Uses of PropertyValueCache in org.openiam.workflow.activiti.utils
Fields in org.openiam.workflow.activiti.utils declared as PropertyValueCache Modifier and Type Field Description protected PropertyValueCache
ActivitiHelper. propertyValueSweeper
-