Class DynRealmRestClient
java.lang.Object
org.apache.syncope.client.console.rest.BaseRestClient
org.apache.syncope.client.console.rest.DynRealmRestClient
- All Implemented Interfaces:
Serializable
,RestClient
Console client for invoking REST DynRealm's services.
- See Also:
-
Field Summary
Fields inherited from class org.apache.syncope.client.console.rest.BaseRestClient
LOG
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
create
(DynRealmTO dynRealmTO) void
list()
void
update
(DynRealmTO dynRealmTO) Methods inherited from class org.apache.syncope.client.console.rest.BaseRestClient
getObject, getService, getService, getStatus, getSyncopeService, resetClient, toOrderBy
-
Constructor Details
-
DynRealmRestClient
public DynRealmRestClient()
-
-
Method Details
-
list
-
create
-
update
-
delete
-