Class AuditRestClient
java.lang.Object
org.apache.syncope.client.console.rest.BaseRestClient
org.apache.syncope.client.console.rest.AuditRestClient
- All Implemented Interfaces:
Serializable
,RestClient
- See Also:
-
Field Summary
Fields inherited from class org.apache.syncope.client.console.rest.BaseRestClient
LOG
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionconfs()
long
count
(String key, OpEvent.CategoryType type, String category, String op, OpEvent.Outcome outcome) void
deleteConf
(OpEvent opEvent) void
enableConf
(OpEvent opEvent) events()
search
(String key, int page, int size, OpEvent.CategoryType type, String category, String op, OpEvent.Outcome outcome, SortParam<String> sort) Methods inherited from class org.apache.syncope.client.console.rest.BaseRestClient
getObject, getService, getService, getStatus, getSyncopeService, resetClient, toOrderBy
-
Constructor Details
-
AuditRestClient
public AuditRestClient()
-
-
Method Details
-
confs
-
enableConf
-
deleteConf
-
events
-
count
public long count(String key, OpEvent.CategoryType type, String category, String op, OpEvent.Outcome outcome) -
search
public List<AuditEventTO> search(String key, int page, int size, OpEvent.CategoryType type, String category, String op, OpEvent.Outcome outcome, SortParam<String> sort)
-