Class DynRealmRestClient
- java.lang.Object
-
- org.apache.syncope.client.console.rest.BaseRestClient
-
- org.apache.syncope.client.console.rest.DynRealmRestClient
-
- All Implemented Interfaces:
Serializable
,RestClient
public class DynRealmRestClient extends BaseRestClient
Console client for invoking REST DynRealm's services.- See Also:
- Serialized Form
-
-
Field Summary
-
Fields inherited from class org.apache.syncope.client.console.rest.BaseRestClient
LOG
-
-
Constructor Summary
Constructors Constructor Description DynRealmRestClient()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
create(DynRealmTO dynRealmTO)
void
delete(String key)
List<DynRealmTO>
list()
void
update(DynRealmTO dynRealmTO)
-
Methods inherited from class org.apache.syncope.client.console.rest.BaseRestClient
getObject, getService, getService, getStatus, getSyncopeService, resetClient, toOrderBy
-
-
-
-
Method Detail
-
list
public List<DynRealmTO> list()
-
create
public void create(DynRealmTO dynRealmTO)
-
update
public void update(DynRealmTO dynRealmTO)
-
delete
public void delete(String key)
-
-