Uses of Interface
org.openiam.concurrent.AuditLogSupplier
-
Packages that use AuditLogSupplier Package Description org.openiam.common.beans.audit org.openiam.concurrent org.openiam.config org.openiam.email.service org.openiam.idm.mq.listener org.openiam.workflow.activiti.utils -
-
Uses of AuditLogSupplier in org.openiam.common.beans.audit
Classes in org.openiam.common.beans.audit that implement AuditLogSupplier Modifier and Type Class Description class
AuditLogHelper
Created by alexander on 29/08/16. -
Uses of AuditLogSupplier in org.openiam.concurrent
Methods in org.openiam.concurrent with parameters of type AuditLogSupplier Modifier and Type Method Description void
OpenIAMScheduledExecutorService. setAuditLogSupplier(AuditLogSupplier auditLogSupplier)
void
OpenIAMThreadPoolExecutor. setAuditLogSupplier(AuditLogSupplier auditLogSupplier)
void
OpenIAMThreadPoolTaskScheduler. setAuditLogSupplier(AuditLogSupplier auditLogSupplier)
Constructors in org.openiam.concurrent with parameters of type AuditLogSupplier Constructor Description OpenIAMCallable(Callable<V> callable, String requestorId, String languageId, String locale, String contentProviderId, String parentAuditLogId, AuditLogSupplier auditLogSupplier, boolean internationalize)
OpenIAMRunnable(Runnable runnable, String requestorId, String languageId, String locale, String contentProviderId, String parentAuditLogId, AuditLogSupplier auditLogSupplier, boolean internationalize)
OpenIAMRunnable(Runnable runnable, BaseObject request, AuditLogSupplier auditLogSupplier)
OpenIAMRunnable(Runnable runnable, BaseObject request, AuditLogSupplier auditLogSupplier, String contentProviderId)
OpenIAMRunnable(Runnable runnable, BaseServiceRequest request, AuditLogSupplier auditLogSupplier)
OpenIAMRunnable(Runnable runnable, AuditLogSupplier auditLogSupplier)
OpenIAMThreadPoolTaskExecutor(AuditLogSupplier auditLogSupplier)
-
Uses of AuditLogSupplier in org.openiam.config
Methods in org.openiam.config that return AuditLogSupplier Modifier and Type Method Description protected abstract AuditLogSupplier
AbstractSchedulingConfiguration. getAuditLogSupplier()
protected AuditLogSupplier
SchedulingConfiguration. getAuditLogSupplier()
-
Uses of AuditLogSupplier in org.openiam.email.service
Fields in org.openiam.email.service declared as AuditLogSupplier Modifier and Type Field Description protected AuditLogSupplier
InboxProcessorServiceImpl. auditLogSupplier
-
Uses of AuditLogSupplier in org.openiam.idm.mq.listener
Constructors in org.openiam.idm.mq.listener with parameters of type AuditLogSupplier 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 AuditLogSupplier in org.openiam.workflow.activiti.utils
Fields in org.openiam.workflow.activiti.utils declared as AuditLogSupplier Modifier and Type Field Description protected AuditLogSupplier
ActivitiHelper. auditLogSupplier
-