AllowedPermissionsInfo class

Constructors

AllowedPermissionsInfo.fromJson(Map<String, dynamic> json)

Properties

allowedForGroupOwnerOnlyGroupOperations Set<Operation>
getter/setter pair
allowedForGroupOwnerOnlyOperations Set<Operation>
getter/setter pair
allowedForGroupRoleOperations Set<Operation>
getter/setter pair
allowedResources Set<Resource>
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
operationsByResource Map<Resource, Set<Operation>>
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
userOwnerId EntityId
getter/setter pair
userPermissions MergedUserPermissions
getter/setter pair

Methods

hasEntityGroupPermission(Operation operation, EntityGroupInfo entityGroup) bool
hasGenericEntityGroupPermission(Operation operation, EntityGroup entityGroup) bool
hasGenericEntityGroupTypePermission(Operation operation, EntityType groupType) bool
hasGenericPermission(Resource resource, Operation operation) bool
hasGroupEntityPermission(Operation operation, EntityGroupInfo entityGroup) bool
hasReadGenericPermission(Resource resource) bool
hasReadGroupsPermission(EntityType entityType) bool
isDirectlyOwnedGroup(EntityGroupInfo entityGroup) bool
isDirectOwner(EntityId ownerId) bool
isOwnedGroup(EntityGroupInfo entityGroup) bool
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
override

Operators

operator ==(Object other) bool
The equality operator.
inherited