Uses of Class
org.openiam.common.beans.cache.ManagedSystemCache
-
-
Uses of ManagedSystemCache in org.openiam.esb.core.auth.module
Fields in org.openiam.esb.core.auth.module declared as ManagedSystemCache Modifier and Type Field Description protected ManagedSystemCache
AbstractLoginModule. managedSystemCache
-
Uses of ManagedSystemCache in org.openiam.esb.core.pswd.service.impl
Fields in org.openiam.esb.core.pswd.service.impl declared as ManagedSystemCache Modifier and Type Field Description protected ManagedSystemCache
PasswordServiceImpl. managedSystemCache
-
Uses of ManagedSystemCache in org.openiam.esb.core.service.impl
Fields in org.openiam.esb.core.service.impl declared as ManagedSystemCache Modifier and Type Field Description protected ManagedSystemCache
LoginDataServiceImpl. managedSystemCache
Constructors in org.openiam.esb.core.service.impl with parameters of type ManagedSystemCache Constructor Description AuthenticationServiceImpl(AuthStateRepository authStateRepository, LanguageMQService languageMQService, URIFederationService uriFederationService, AuthStateAuthParamXrefRepository authStateAuthParamXrefRepository, PolicyService policyService, AuditLogHelper auditLogHelper, DeviceDataService deviceService, URIPatternRepository uriPatternRepository, OTPProviderRepository otpProviderRepository, ContentProviderRepository contentProviderRepository, DefaultChallengeResponseValidator challengeResponseValidator, ManagedSystemCache managedSystemCache, GeoLocationIpService geoLocationIpService, MailRabbitMQService mailMQService, AuthProviderCache authProviderCache, LoginDataService loginManager, UserDataService userManager, AuthProviderRepository authProviderRepository, PhoneDozerConverter phoneDozerConverter, AuditLogService auditLogService, EmailAddressDozerConverter emailAddressDozerConverter, SSOTokenModule defaultSSOToken, ScriptIntegration scriptRunner, UserAuthParamRepository userAuthParamRepository, PolicyCache policyCache, KeyManagementService keyManagementService, LoginRepository loginRepository, PropertyValueCache propertyValueCache, CustomJacksonMapper jacksonMapper, SysConfiguration sysConfiguration, OTPModuleFactory otpModuleFactory)
GroupDataServiceImpl(GroupRepository dbRepository, GroupElasticSearchRepository esRepository, GroupDozerConverter converter, GroupDocumentToEntityConverter documentToEntityConverter, AccessRightProcessor accessRightProcessor, InternationalizationProvider internationalizationProvider, UserElasticSearchRepository userElasticSearchRepository, ElasticsearchReindexProcessor elasticSearchReindexer, UserRepository userDAO, BusinessRuleRepository businessRuleRepository, GroupAttributeRepository groupAttrDao, PropertyValueCache propertyValueSweeper, IdentityRepository identityDAO, AccessRightRepository accessRightDAO, AuditLogHelper auditLogHelper, AuthorizationMenuAdminService authorizationManagerAdminService, UserToGroupMembershipXrefRepository userToGroupMembershipXrefRepository, MetadataElementRepository metadataElementDAO, RoleRepository roleDao, GroupProvisionQueue groupProvisionQueue, org.springframework.transaction.support.TransactionTemplate transactionTemplate, GroupToGroupMembershipXrefRepository groupToGroupMembershipXrefRepository, RabbitMQSender rabbitMQSender, GroupAttributeDozerConverter groupAttributeDozerConverter, GroupEntityValidator entityValidator, PolicyRepository policyDAO, ManagedSysRepository managedSysDAO, OrganizationRepository organizationDAO, MetadataElementTemplateService pageTemplateService, MetadataTypeRepository typeDAO, AuthManagerMQService authorizationManagerService, ResourceElasticSearchRepository resourceElasticSearchRepository, ApproverAssociationDozerConverter approverAssociationDozerConverter, AMAdminQueue amAdminQueue, RoleQueue roleQueue, ResourceQueue resourceQueue, ResourceRepository resourceRepository, UserDataService userDataService, GroupRabbitMQService groupRabbitMQService, MetadataTypeService metadataTypeService, ManagedSystemRabbitMQService mSysService, ManagedSystemCache managedSystemCache, CustomJacksonMapper mapper)
RoleDataServiceImpl(RoleRepository entityRepository, RoleDozerConverter converter, RoleElasticSearchRepository elasticSearchRepository, RoleDocumentToEntityConverter documentToEntityConverter, InternationalizationProvider internationalizationProvider, UserElasticSearchRepository userElasticSearchRepository, GroupRepository groupDAO, AuthManagerMQService authorizationManagerService, RoleAttributeRepository roleAttributeRepository, MetadataElementRepository metadataElementDAO, UserRepository userDAO, PolicyRepository policyDAO, MetadataElementTemplateService pageTemplateService, ElasticsearchReindexProcessor elasticSearchReindexer, AccessRightProcessor accessRightProcessor, AccessRightRepository accessRightDAO, org.springframework.transaction.support.TransactionTemplate transactionTemplate, RoleAttributeDozerConverter roleAttributeDozerConverter, GroupDataService groupDataService, DefaultEntityValidator entityValidator, ManagedSysRepository managedSysDAO, MetadataTypeRepository typeDAO, AuditLogHelper auditLogHelper, RoleToGroupMembershipXrefRepository roleToGroupMembershipXrefRepository, UserToRoleMembershipXrefRepository userToRoleMembershipXrefRepository, ResourceElasticSearchRepository resourceElasticSearchRepository, BusinessRuleRepository businessRuleRepository, BusinessRuleService businessRuleService, UserDataService userDataService, GroupRabbitMQService groupRabbitMQService, MetadataTypeService metadataTypeService, ResourceRepository resourceRepository, OrganizationRepository organizationRepository, ManagedSystemRabbitMQService mSysService, ManagedSystemCache managedSystemCache, CustomJacksonMapper mapper)
-
Uses of ManagedSystemCache in org.openiam.idm.mq.listener
Constructors in org.openiam.idm.mq.listener with parameters of type ManagedSystemCache Constructor Description ConnectorResponseListener(org.springframework.amqp.rabbit.core.RabbitTemplate connectorRabbitTemplate, RabbitMQSender sender, CustomJacksonMapper jacksonMapper, UserRabbitMQService userRabbitMQService, LoginMQService loginMQService, ProvisionStreamElasticSearchRepository provisionStreamElasticSearchRepository, IdentityRabbitMqService identityRabbitMqService, ConnectorReplyElasticSearchRepository connectorReplyElasticSearchRepository, SendSingleEventProvisioningOperation sendSingleEventProvisioningOperation, AuditLogSupplier auditLogSupplier, ProvisionRequestElasticSearchRepository provisionRequestElasticSearchRepository, ManagedSystemCache managedSysCache, GroovyScriptEngineIntegration groovyScriptEngineIntegration, AsynchronSynchronizationQueue asynchronSynchronizationQueue, AsynchronReconciliationQueue asynchronReconciliationQueue, SynchronizationQueue synchronizationQueue, AuditLogHelper auditLogHelper)
-
Uses of ManagedSystemCache in org.openiam.idm.provisioning.builder
Fields in org.openiam.idm.provisioning.builder declared as ManagedSystemCache Modifier and Type Field Description protected ManagedSystemCache
PrimaryPrincipalBuilder. managedSysCache
-
Uses of ManagedSystemCache in org.openiam.idm.provisioning.service
-
Uses of ManagedSystemCache in org.openiam.idm.provisioning.service.group
Fields in org.openiam.idm.provisioning.service.group declared as ManagedSystemCache Modifier and Type Field Description protected ManagedSystemCache
AbstractGroupProvisionOperation. managedSysCache
-
Uses of ManagedSystemCache in org.openiam.idm.provisioning.service.user
Fields in org.openiam.idm.provisioning.service.user declared as ManagedSystemCache Modifier and Type Field Description protected ManagedSystemCache
AbstractUserProvisionOperation. managedSysCache
-
Uses of ManagedSystemCache in org.openiam.recon.service.impl.processor
Fields in org.openiam.recon.service.impl.processor declared as ManagedSystemCache Modifier and Type Field Description protected ManagedSystemCache
AbstractReconciliationProcessor. managedSystemCache
-
Uses of ManagedSystemCache in org.openiam.workflow.activiti.delegate.core
Fields in org.openiam.workflow.activiti.delegate.core declared as ManagedSystemCache Modifier and Type Field Description protected ManagedSystemCache
AbstractNotificationDelegate. managedSysCache
-