Class AttrRepoRestClient
- java.lang.Object
-
- org.apache.syncope.client.console.rest.BaseRestClient
-
- org.apache.syncope.client.console.rest.AttrRepoRestClient
-
- All Implemented Interfaces:
Serializable,org.apache.syncope.client.ui.commons.rest.RestClient
public class AttrRepoRestClient extends BaseRestClient
- See Also:
- Serialized Form
-
-
Field Summary
-
Fields inherited from class org.apache.syncope.client.console.rest.BaseRestClient
LOG
-
-
Constructor Summary
Constructors Constructor Description AttrRepoRestClient()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidcreate(org.apache.syncope.common.lib.to.AttrRepoTO attrRepoTO)voiddelete(String key)List<org.apache.syncope.common.lib.to.AttrRepoTO>list()org.apache.syncope.common.lib.to.AttrRepoTOread(String key)voidupdate(org.apache.syncope.common.lib.to.AttrRepoTO attrRepoTO)-
Methods inherited from class org.apache.syncope.client.console.rest.BaseRestClient
getObject, getService, getService, getStatus, getSyncopeService, resetClient, toOrderBy
-
-
-
-
Method Detail
-
list
public List<org.apache.syncope.common.lib.to.AttrRepoTO> list()
-
create
public void create(org.apache.syncope.common.lib.to.AttrRepoTO attrRepoTO)
-
read
public org.apache.syncope.common.lib.to.AttrRepoTO read(String key)
-
update
public void update(org.apache.syncope.common.lib.to.AttrRepoTO attrRepoTO)
-
delete
public void delete(String key)
-
-