Uses of Class
org.apache.syncope.core.logic.AuditLogic
-
Packages that use AuditLogic Package Description org.apache.syncope.core.logic org.apache.syncope.core.rest.cxf org.apache.syncope.core.rest.cxf.service -
-
Uses of AuditLogic in org.apache.syncope.core.logic
Methods in org.apache.syncope.core.logic that return AuditLogic Modifier and Type Method Description AuditLogic
IdRepoLogicContext. auditLogic(AuditConfDAO auditConfDAO, ExternalResourceDAO externalResourceDAO, EntityFactory entityFactory, ImplementationLookup implementationLookup, AuditDataBinder binder, AuditManager auditManager, List<AuditAppender> auditAppenders, LoggingSystem loggingSystem)
-
Uses of AuditLogic in org.apache.syncope.core.rest.cxf
Methods in org.apache.syncope.core.rest.cxf with parameters of type AuditLogic Modifier and Type Method Description AuditService
IdRepoRESTCXFContext. auditService(AuditLogic auditLogic)
-
Uses of AuditLogic in org.apache.syncope.core.rest.cxf.service
Fields in org.apache.syncope.core.rest.cxf.service declared as AuditLogic Modifier and Type Field Description protected AuditLogic
AuditServiceImpl. logic
Constructors in org.apache.syncope.core.rest.cxf.service with parameters of type AuditLogic Constructor Description AuditServiceImpl(AuditLogic logic)
-