Uses of Class
org.apache.syncope.client.console.rest.AuditRestClient
-
-
Uses of AuditRestClient in org.apache.syncope.client.console
Methods in org.apache.syncope.client.console that return AuditRestClient Modifier and Type Method Description AuditRestClient
IdRepoConsoleContext. auditRestClient()
-
Uses of AuditRestClient in org.apache.syncope.client.console.audit
Fields in org.apache.syncope.client.console.audit declared as AuditRestClient Modifier and Type Field Description protected AuditRestClient
AuditHistoryDetails. restClient
Constructors in org.apache.syncope.client.console.audit with parameters of type AuditRestClient Constructor Description AuditHistoryDetails(String id, EntityTO currentEntity, AuditElements.EventCategoryType type, String category, List<String> events, String auditRestoreEntitlement, AuditRestClient restClient)
AuditHistoryModal(AuditElements.EventCategoryType type, String category, T entity, String auditRestoreEntitlement, AuditRestClient restClient)
-
Uses of AuditRestClient in org.apache.syncope.client.console.clientapps
Fields in org.apache.syncope.client.console.clientapps declared as AuditRestClient Modifier and Type Field Description protected AuditRestClient
ClientAppDirectoryPanel. auditRestClient
-
Uses of AuditRestClient in org.apache.syncope.client.console.notifications
Fields in org.apache.syncope.client.console.notifications declared as AuditRestClient Modifier and Type Field Description protected AuditRestClient
NotificationDirectoryPanel. auditRestClient
-
Uses of AuditRestClient in org.apache.syncope.client.console.pages
Fields in org.apache.syncope.client.console.pages declared as AuditRestClient Modifier and Type Field Description protected AuditRestClient
Audit. auditRestClient
-
Uses of AuditRestClient in org.apache.syncope.client.console.panels
Fields in org.apache.syncope.client.console.panels declared as AuditRestClient Modifier and Type Field Description protected AuditRestClient
AnyDirectoryPanel. auditRestClient
protected AuditRestClient
AttrRepoDirectoryPanel. auditRestClient
protected AuditRestClient
AuthModuleDirectoryPanel. auditRestClient
protected AuditRestClient
ConnectorDirectoryPanel. auditRestClient
protected AuditRestClient
ResourceDirectoryPanel. auditRestClient
-
Uses of AuditRestClient in org.apache.syncope.client.console.policies
Fields in org.apache.syncope.client.console.policies declared as AuditRestClient Modifier and Type Field Description protected AuditRestClient
PolicyDirectoryPanel. auditRestClient
-
Uses of AuditRestClient in org.apache.syncope.client.console.topology
Fields in org.apache.syncope.client.console.topology declared as AuditRestClient Modifier and Type Field Description protected AuditRestClient
TopologyTogglePanel. auditRestClient
-