@Service(name="_deploy") @PerLookup @ExecuteOn(value=INSTANCE) public class InstanceDeployCommand extends InstanceDeployCommandParameters implements AdminCommand, AdminCommandSecurity.AccessCheckProvider
InstanceDeployCommandParameters.ParameterNamesOpsParams.Command, OpsParams.Origin| Modifier and Type | Field and Description |
|---|---|
protected Server |
server |
appprops, generatedcontent, preservedcontextroot, previousEnabledAttributes, previousVirtualServersaltdd, asyncreplication, availabilityenabled, clientJarRequested, contextroot, createtables, dbvendorname, deploymentorder, deploymentplan, description, dropandcreatetables, enabled, force, forceName, generatermistubs, isredeploy, keepfailedstubs, keepreposdir, keepstate, lbenabled, libraries, loadOnly, logReportedErrors, name, path, precompilejsp, previousContextRoot, properties, property, retrieve, runtimealtdd, skipDSFailure, target, type, uniquetablenames, verify, virtualservers_classicstyle, command, origin| Constructor and Description |
|---|
InstanceDeployCommand() |
| Modifier and Type | Method and Description |
|---|---|
void |
execute(AdminCommandContext ctxt)
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. |
getAltdd, getContextRoot, getDBVendorName, getDeploymentPlan, getPath, getPreviousContextRoot, getRetrieve, getRuntimeAltdd, getType, getVirtualServers, isAsyncReplication, isAvailabilityEnabled, isClientJarRequested, isEnabled, isForce, isForceName, isGenerateRMIStubs, isKeepFailedStubs, isKeepReposDir, isLoadOnly, isLogReportedErrors, isPrecompileJsp, isRedeploy, isSkipDSFailure, isVerify, libraries, name, setContextRootgetCommand, getOrigin@Inject @Named(value="default-instance-name") protected Server server
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 ctxt)
AdminCommandexecute in interface AdminCommandctxt - informationCopyright © 2019. All rights reserved.