@Service(name="list-application-refs") @ExecuteOn(value=DAS) @PerLookup @CommandLock(value=NONE) @TargetType(value={DAS,STANDALONE_INSTANCE,CLUSTER}) public class ListApplicationRefsCommand extends Object implements AdminCommand, AdminCommandSecurity.AccessCheckProvider
| Constructor and Description |
|---|
ListApplicationRefsCommand() |
| Modifier and Type | Method and Description |
|---|---|
void |
execute(AdminCommandContext context)
Entry point from the framework into the command execution
|
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. |
public 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 void execute(AdminCommandContext context)
execute in interface AdminCommandcontext - context for the command.Copyright © 2017. All rights reserved.