Uses of Class
com.avoka.tm.svc.RoleBuilder
-
Uses of RoleBuilder in com.avoka.tm.svc
Modifier and TypeMethodDescriptionRoleBuilder.addPermission
(String spaceName, String permissionName) Add a permission to the role permissions for a specific spaceAssign the user to the role.RoleBuilder.removePermission
(String spaceName, String permissionName) remove a permission from the role permissions for a specific spaceRoleBuilder.removeUser
(String userLoginName) Remove the user from role usersRoleBuilder.setActiveFlag
(boolean activeFlag) Set the user activeFlag parameter.RoleBuilder.setClientAssignableFlag
(boolean clientAssignableFlag) Set the clientAssignableFlag parameter.RoleBuilder.setPermissions
(String spaceName, Set<String> setPermissionNames) set the role permissions for a specific space.RoleBuilder.setRoleDescription
(String roleDescription) Set the roleDescription parameter.RoleBuilder.setRoleName
(String roleName) Set the role name parameter.RoleBuilder.setUserLoginNames
(Set<String> userLoginNames) Set of user should have the role