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 void
create(RoleTO roleTO)
void
delete(String key)
List<String>
getAllAvailableEntitlements()
List<RoleTO>
list()
RoleTO
read(String key)
String
readAnyLayout(String roleKey)
void
removeAnyLayout(String roleKey)
void
setAnyLayout(String roleKey, String content)
void
update(RoleTO roleTO)
-
Methods inherited from class org.apache.syncope.client.console.rest.BaseRestClient
getObject, getService, getService, getStatus, getSyncopeService, resetClient, toOrderBy
-
-