Class BootstrapSecureAdminCommand
- java.lang.Object
-
- com.sun.enterprise.v3.admin.cluster.BootstrapSecureAdminCommand
-
- All Implemented Interfaces:
AdminCommand,org.glassfish.hk2.api.PostConstruct
@Service(name="_bootstrap-secure-admin") @PerLookup @ExecuteOn(DAS) public class BootstrapSecureAdminCommand extends Object implements AdminCommand, org.glassfish.hk2.api.PostConstruct
Bootstraps secure admin on a new instance by downloading the minimum files required for the client to offer client authentication using a cert.- Author:
- Tim Quinn
-
-
Constructor Summary
Constructors Constructor Description BootstrapSecureAdminCommand()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidexecute(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 valuesvoidpostConstruct()
-
-
-
Method Detail
-
postConstruct
public void postConstruct()
- Specified by:
postConstructin interfaceorg.glassfish.hk2.api.PostConstruct
-
execute
public void execute(AdminCommandContext context)
Description copied from interface:AdminCommandExecutes the command with the command parameters passed as Properties where the keys are the parameter names and the values are the parameter values- Specified by:
executein interfaceAdminCommand- Parameters:
context- information
-
-