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 AuditConfTO
AuditService. 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 void
AuditService. 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 AuditConfTO
AuditLogic. read(String key)
protected AuditConfTO
AuditLogic. 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 void
AuditLogic. 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 AuditConfTO
AuditDataBinder. 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 AuditConfTO
AuditDataBinderImpl. 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 AuditConfTO
AuditServiceImpl. 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 void
AuditServiceImpl. set(AuditConfTO auditTO)
-