Modifier and Type | Method and Description |
---|---|
java.util.Set<RoleDescriptor> |
FileHostingRolesProvider.getDescriptors(java.util.Locale locale) |
Modifier and Type | Method and Description |
---|---|
java.util.Set<RoleDescriptor> |
MailAppRoleProvider.getDescriptors(java.util.Locale locale) |
Modifier and Type | Method and Description |
---|---|
java.util.Set<RoleDescriptor> |
MetricsRoleProvider.getDescriptors(java.util.Locale locale) |
Modifier and Type | Method and Description |
---|---|
static RoleDescriptor |
RoleDescriptor.create(java.lang.String id,
java.lang.String categoryId,
java.lang.String label,
java.lang.String description) |
RoleDescriptor |
RoleDescriptor.delegable()
Make this role delegable.
|
RoleDescriptor |
RoleDescriptor.forDirEntry(BaseDirEntry.Kind kind) |
RoleDescriptor |
RoleDescriptor.forDirEntry(BaseDirEntry.Kind kind,
java.lang.String siblingRole,
java.lang.String parentId) |
RoleDescriptor |
RoleDescriptor.giveRoles(java.lang.String... roles)
Assign child roles.
|
RoleDescriptor |
RoleDescriptor.notVisible()
Hide this role.
|
RoleDescriptor |
RoleDescriptor.priotity(int priority)
Assign a priority.
|
RoleDescriptor |
RoleDescriptor.withContainerRoles(java.lang.String... roles)
Assign container roles.
|
RoleDescriptor |
RoleDescriptor.withParent(java.lang.String parentRoleId)
Assign a parent role.
|
RoleDescriptor |
RoleDescriptor.withSelfPromote(java.lang.String parentRoleId)
Assign permission to own a role in the context of the specific owner of this
role.
|
Modifier and Type | Method and Description |
---|---|
java.util.Set<RoleDescriptor> |
IRoles.getRoles()
Get all available
RoleDescriptor . |
java.util.concurrent.CompletableFuture<java.util.Set<RoleDescriptor>> |
IRolesPromise.getRoles() |
Modifier and Type | Method and Description |
---|---|
void |
IRolesAsync.getRoles(AsyncHandler<java.util.Set<RoleDescriptor>> handler) |
Modifier and Type | Method and Description |
---|---|
java.util.Set<RoleDescriptor> |
IRolesProvider.getDescriptors(java.util.Locale locale) |
Modifier and Type | Method and Description |
---|---|
static void |
RolesServiceActivator.forEach(com.google.common.collect.Multimap<java.lang.String,RoleDescriptor> roles,
RoleDescriptor current,
java.util.function.Function<RoleDescriptor,java.lang.Void> f) |
Modifier and Type | Method and Description |
---|---|
static void |
RolesServiceActivator.forEach(com.google.common.collect.Multimap<java.lang.String,RoleDescriptor> roles,
RoleDescriptor current,
java.util.function.Function<RoleDescriptor,java.lang.Void> f) |
static void |
RolesServiceActivator.forEach(com.google.common.collect.Multimap<java.lang.String,RoleDescriptor> roles,
RoleDescriptor current,
java.util.function.Function<RoleDescriptor,java.lang.Void> f) |
Constructor and Description |
---|
RolesResolver(java.util.Set<RoleDescriptor> rolesDescriptors) |
Modifier and Type | Method and Description |
---|---|
java.util.Set<RoleDescriptor> |
BaseRolesProvider.getDescriptors(java.util.Locale locale) |
java.util.Set<RoleDescriptor> |
RolesService.getRoles() |
Modifier and Type | Method and Description |
---|---|
java.util.Set<RoleDescriptor> |
TestRolesProvider.getDescriptors(java.util.Locale locale) |
Copyright © 2021. All Rights Reserved.