Class AuthProfileRestClient
java.lang.Object
org.apache.syncope.client.console.rest.BaseRestClient
org.apache.syncope.client.console.rest.AuthProfileRestClient
- 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 TypeMethodDescriptionlong
count()
void
create
(AuthProfileTO authProfile) void
list
(int page, int size) void
update
(AuthProfileTO authProfile) Methods inherited from class org.apache.syncope.client.console.rest.BaseRestClient
getObject, getService, getService, getStatus, getSyncopeService, resetClient, toOrderBy
-
Constructor Details
-
AuthProfileRestClient
public AuthProfileRestClient()
-
-
Method Details
-
count
public long count() -
list
-
read
-
create
-
update
-
delete
-