@Service(name="create-lifecycle-module") @ExecuteOn(value={DAS,INSTANCE}) @PerLookup @TargetType(value={DOMAIN,DAS,STANDALONE_INSTANCE,CLUSTER,DEPLOYMENT_GROUP}) public class CreateLifecycleModuleCommand extends Object implements AdminCommand, AdminCommandSecurity.AccessCheckProvider
| Modifier and Type | Field and Description |
|---|---|
String |
classname |
String |
classpath |
String |
description |
Boolean |
enabled |
Boolean |
failurefatal |
String |
loadorder |
String |
name |
Properties |
property |
String |
target |
| Constructor and Description |
|---|
CreateLifecycleModuleCommand() |
| 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. |
public String name
public String classname
public String classpath
public String loadorder
public Boolean failurefatal
public Boolean enabled
public String description
public String target
public Properties property
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)
AdminCommandexecute in interface AdminCommandcontext - informationCopyright © 2019. All rights reserved.