Class RoleRestClient
- java.lang.Object
-
- org.apache.syncope.client.console.rest.BaseRestClient
-
- org.apache.syncope.client.console.rest.RoleRestClient
-
- All Implemented Interfaces:
Serializable,RestClient
public class RoleRestClient extends BaseRestClient
Console client for invoking Rest Role'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 RoleRestClient()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidcreate(RoleTO roleTO)voiddelete(String key)List<String>getAllAvailableEntitlements()List<RoleTO>list()RoleTOread(String key)StringreadAnyLayout(String roleKey)voidremoveAnyLayout(String roleKey)voidsetAnyLayout(String roleKey, String content)voidupdate(RoleTO roleTO)-
Methods inherited from class org.apache.syncope.client.console.rest.BaseRestClient
getObject, getService, getService, getStatus, getSyncopeService, resetClient, toOrderBy
-
-