Uses of Class
org.apache.syncope.common.lib.to.AuditConfTO
-
-
Uses of AuditConfTO in org.apache.syncope.common.rest.api.service
Methods in org.apache.syncope.common.rest.api.service that return AuditConfTO Modifier and Type Method Description AuditConfTOAuditService. read(@NotNull String key)Returns audit with matching key.Methods in org.apache.syncope.common.rest.api.service that return types with arguments of type AuditConfTO Modifier and Type Method Description List<AuditConfTO>AuditService. list()Returns a list of all audits.Methods in org.apache.syncope.common.rest.api.service with parameters of type AuditConfTO Modifier and Type Method Description voidAuditService. set(@NotNull AuditConfTO auditTO)Set an audit setting. -
Uses of AuditConfTO in org.apache.syncope.core.logic
Methods in org.apache.syncope.core.logic that return AuditConfTO Modifier and Type Method Description AuditConfTOAuditLogic. read(String key)protected AuditConfTOAuditLogic. resolveReference(Method method, Object... args)Methods in org.apache.syncope.core.logic that return types with arguments of type AuditConfTO Modifier and Type Method Description List<AuditConfTO>AuditLogic. list()Methods in org.apache.syncope.core.logic with parameters of type AuditConfTO Modifier and Type Method Description voidAuditLogic. set(AuditConfTO auditTO) -
Uses of AuditConfTO in org.apache.syncope.core.provisioning.api.data
Methods in org.apache.syncope.core.provisioning.api.data that return AuditConfTO Modifier and Type Method Description AuditConfTOAuditDataBinder. getAuditTO(AuditConf audit) -
Uses of AuditConfTO in org.apache.syncope.core.provisioning.java.data
Methods in org.apache.syncope.core.provisioning.java.data that return AuditConfTO Modifier and Type Method Description AuditConfTOAuditDataBinderImpl. getAuditTO(AuditConf audit) -
Uses of AuditConfTO in org.apache.syncope.core.rest.cxf.service
Methods in org.apache.syncope.core.rest.cxf.service that return AuditConfTO Modifier and Type Method Description AuditConfTOAuditServiceImpl. read(String key)Methods in org.apache.syncope.core.rest.cxf.service that return types with arguments of type AuditConfTO Modifier and Type Method Description List<AuditConfTO>AuditServiceImpl. list()Methods in org.apache.syncope.core.rest.cxf.service with parameters of type AuditConfTO Modifier and Type Method Description voidAuditServiceImpl. set(AuditConfTO auditTO)
-