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
Constructors -
Method Summary
Modifier and TypeMethodDescriptionconfs()longcount(String key, OpEvent.CategoryType type, String category, String op, OpEvent.Outcome outcome) voiddeleteConf(OpEvent opEvent) voidenableConf(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)
-