Package dev.galasa.framework.spi.rbac
Interface RBACService
public interface RBACService
-
Method Summary
Modifier and TypeMethodDescriptiongetActionById
(String id) Gets all the actions available.getRoleById
(String id) Gets all the roles available.
-
Method Details
-
getRolesMapById
Gets all the roles available.- Returns:
- A map. The index is the role ID. The value is the role object.
- Throws:
RBACException
-
getRolesSortedByName
- Throws:
RBACException
-
getDefaultRoleId
- Throws:
RBACException
-
getActionsMapById
Gets all the actions available.- Returns:
- A map. The index is the action id. The value is the action object.
- Throws:
RBACException
-
getActionsSortedByName
- Throws:
RBACException
-
getRoleById
- Throws:
RBACException
-
getActionById
- Throws:
RBACException
-