Attributes
- Companion
- object
- Source
- Project.scala
- Graph
-
- Supertypes
-
trait Serializabletrait Producttrait Equalstrait RoleAssignertrait Identifiableclass Objecttrait Matchableclass AnyShow all
Members list
Value members
Inherited methods
Allows assigning the role to user/group on scope.
Allows assigning the role to user/group on scope.
Attributes
- Example
-
var user: User = ??? var role: Role = ??? scope assign role to user - Inherited from:
- RoleAssigner
- Source
- RoleAssigner.scala
Allows assigning the role with roleId to user/group on scope.
Allows assigning the role with roleId to user/group on scope.
Attributes
- Example
-
var user: User = ??? scope assign "role-id" to user - Inherited from:
- RoleAssigner
- Source
- RoleAssigner.scala
Allows checking if role is assigned to user/group on scope.
Allows checking if role is assigned to user/group on scope.
Attributes
- Example
-
var user: User = ??? var role: Role = ??? scope is role assignedTo user - Inherited from:
- RoleAssigner
- Source
- RoleAssigner.scala
Allows checking if the role with roleId is assigned to user/group on scope.
Allows checking if the role with roleId is assigned to user/group on scope.
Attributes
- Example
-
var user: User = ??? scope is "role-id" assignedTo user - Inherited from:
- RoleAssigner
- Source
- RoleAssigner.scala
Lists the role assignments for group on scope.
Lists the role assignments for group on scope.
Attributes
- Example
-
var group: Group = ??? scope listAssignmentsFor group - Inherited from:
- RoleAssigner
- Source
- RoleAssigner.scala
Lists the role assignments for user on scope.
Lists the role assignments for user on scope.
Attributes
- Example
-
var user: User = ??? scope listAssignmentsFor user - Inherited from:
- RoleAssigner
- Source
- RoleAssigner.scala
Lists the role assignments for the group with id on scope.
Lists the role assignments for the group with id on scope.
Attributes
- Example
-
scope listAssignmentsFor "group-id" - Inherited from:
- RoleAssigner
- Source
- RoleAssigner.scala
Lists the role assignments for the user with id on scope.
Lists the role assignments for the user with id on scope.
Attributes
- Example
-
scope listAssignmentsFor "user-id" - Inherited from:
- RoleAssigner
- Source
- RoleAssigner.scala
Attributes
- Inherited from:
- Product
Attributes
- Inherited from:
- Product
Allows unassigning the role from user/group on scope.
Allows unassigning the role from user/group on scope.
Attributes
- Example
-
var user: User = ??? var role: Role = ??? scope unassign role from user - Inherited from:
- RoleAssigner
- Source
- RoleAssigner.scala
Allows unassigning the role with roleId to user/group on scope.
Allows unassigning the role with roleId to user/group on scope.
Attributes
- Example
-
var user: User = ??? scope unassign "role-id" to user - Inherited from:
- RoleAssigner
- Source
- RoleAssigner.scala
Inherited fields
Attributes
- Inherited from:
- Identifiable
- Source
- Identifiable.scala