Package org.europa.together.client.acl
Class Role
java.lang.Object
org.europa.together.client.acl.Role
- Author:
- https://elmar-dott.com
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
createRole
(RolesDO role) void
deleteRole
(String role) void
updateRole
(RolesDO role)
-
Constructor Details
-
Role
-
-
Method Details
-
getRole
public RolesDO getRole(String role) throws org.europa.together.exceptions.JsonProcessingException, ClassNotFoundException - Throws:
org.europa.together.exceptions.JsonProcessingException
ClassNotFoundException
-
createRole
-
updateRole
-
deleteRole
-
listRoles
public List<RolesDO> listRoles() throws org.europa.together.exceptions.JsonProcessingException, ClassNotFoundException- Throws:
org.europa.together.exceptions.JsonProcessingException
ClassNotFoundException
-