@TargetType(value={DAS,CLUSTER,CONFIG,STANDALONE_INSTANCE,DOMAIN}) @ExecuteOn(value=ALL) @Service(name="get-active-module-config") @PerLookup public final class GetActiveConfigCommand extends AbstractConfigModularityCommand implements AdminCommand, AdminCommandSecurity.Preauthorization, AdminCommandSecurity.AccessCheckProvider
LINE_SEPARATOR| Constructor and Description |
|---|
GetActiveConfigCommand() |
| Modifier and Type | Method and Description |
|---|---|
void |
execute(AdminCommandContext context)
Executes the command with the command parameters passed as Properties
where the keys are the parameter names and the values are the parameter values
|
Collection<? extends AccessRequired.AccessCheck> |
getAccessChecks()
Returns the
AccessChecks the command has computed at runtime
which should be included in the authorization, added to checks that
secure admin infers from the command's CRUD or RestEndpoint characteristics
or AccessRequired annotations. |
boolean |
preAuthorization(AdminCommandContext context) |
getAccessChecksForConfigBean, getAccessChecksForDefaultValue, getAccessChecksForLocation, getConfigForName, replaceExpressionsWithValuespublic void execute(AdminCommandContext context)
AdminCommandexecute in interface AdminCommandcontext - informationpublic Collection<? extends AccessRequired.AccessCheck> getAccessChecks()
AdminCommandSecurity.AccessCheckProviderAccessChecks the command has computed at runtime
which should be included in the authorization, added to checks that
secure admin infers from the command's CRUD or RestEndpoint characteristics
or AccessRequired annotations.getAccessChecks in interface AdminCommandSecurity.AccessCheckProviderAccessCheckspublic boolean preAuthorization(AdminCommandContext context)
preAuthorization in interface AdminCommandSecurity.PreauthorizationCopyright © 2019. All rights reserved.