Uses of Interface
org.openiam.idm.srvc.audit.service.AuditLogService
-
Packages that use AuditLogService Package Description org.openiam.common.mq.listener org.openiam.esb.core.service.impl -
-
Uses of AuditLogService in org.openiam.common.mq.listener
Fields in org.openiam.common.mq.listener declared as AuditLogService Modifier and Type Field Description protected AuditLogService
AbstractLogListener. auditLogService
-
Uses of AuditLogService in org.openiam.esb.core.service.impl
Classes in org.openiam.esb.core.service.impl that implement AuditLogService Modifier and Type Class Description class
AuditLogServiceImpl
Implementation class forIdmAuditLogDataService
.Fields in org.openiam.esb.core.service.impl declared as AuditLogService Modifier and Type Field Description protected AuditLogService
AuthenticationServiceImpl. auditLogService
protected AuditLogService
ReconciliationConfigServiceImpl. auditLogService
Constructors in org.openiam.esb.core.service.impl with parameters of type AuditLogService 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)
-