@Service(name="_bootstrap-secure-admin") @PerLookup @ExecuteOn(value=DAS) public class BootstrapSecureAdminCommand extends Object implements AdminCommand, org.glassfish.hk2.api.PostConstruct
| Constructor and Description |
|---|
BootstrapSecureAdminCommand() |
| 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
|
void |
postConstruct() |
public void postConstruct()
postConstruct in interface org.glassfish.hk2.api.PostConstructpublic void execute(AdminCommandContext context)
AdminCommandexecute in interface AdminCommandcontext - informationCopyright © 2019. All rights reserved.