Uses of Class
net.bluemind.role.api.RoleDescriptor
Packages that use RoleDescriptor
-
Uses of RoleDescriptor in net.bluemind.role.api
Methods in net.bluemind.role.api that return RoleDescriptorModifier and TypeMethodDescriptionstatic RoleDescriptor
RoleDescriptor.delegable()
Make this role delegable.RoleDescriptor.forDirEntry
(BaseDirEntry.Kind kind) RoleDescriptor.forDirEntry
(BaseDirEntry.Kind kind, String siblingRole, String parentId) Assign child roles.RoleDescriptor.notVisible()
Hide this role.RoleDescriptor.priotity
(int priority) Assign a priority.RoleDescriptor.withContainerRoles
(String... roles) Assign container roles.RoleDescriptor.withParent
(String parentRoleId) Assign a parent role.RoleDescriptor.withSelfPromote
(String parentRoleId) Assign permission to own a role in the context of the specific owner of this role.Methods in net.bluemind.role.api that return types with arguments of type RoleDescriptorModifier and TypeMethodDescriptionIRoles.getRoles()
Get all availableRoleDescriptor
.IRolesPromise.getRoles()
Method parameters in net.bluemind.role.api with type arguments of type RoleDescriptorModifier and TypeMethodDescriptionvoid
IRolesAsync.getRoles
(AsyncHandler<Set<RoleDescriptor>> handler)