Modifier and Type | Method and Description |
---|---|
static Resources |
Resources.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Resources[] |
Resources.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
protected Set<Map.Entry<Resources,java.util.function.Supplier<HistoryEvent>>> |
SaveAuthorizationCmd.getHistoricInstanceResources(CommandContext commandContext) |
Modifier and Type | Method and Description |
---|---|
protected boolean |
SaveAuthorizationCmd.isResourceEqualTo(Resources resource) |
Modifier and Type | Method and Description |
---|---|
void |
AuthorizationManager.deleteAuthorizationsByResourceIds(Resources resource,
List<String> resourceIds) |
Modifier and Type | Method and Description |
---|---|
protected static Authorization |
AuthorizationScenario.createAuthorization(AuthorizationService authorizationService,
Permission permission,
Resources resource,
String userId) |
Copyright © 2022. All rights reserved.