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> |
MonitoringRolesProvider.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() |
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) |
RoleDescriptor |
RoleDescriptor.notVisible() |
RoleDescriptor |
RoleDescriptor.priotity(int priority) |
RoleDescriptor |
RoleDescriptor.withContainerRoles(java.lang.String... roles) |
RoleDescriptor |
RoleDescriptor.withParent(java.lang.String parentRoleId) |
RoleDescriptor |
RoleDescriptor.withSelfPromote(java.lang.String parentRoleId) |
Modifier and Type | Method and Description |
---|---|
java.util.Set<RoleDescriptor> |
IRoles.getRoles() |
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.