Class 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 Detail

      • BootstrapSecureAdminCommand

        public BootstrapSecureAdminCommand()
    • Method Detail

      • postConstruct

        public void postConstruct()
        Specified by:
        postConstruct in interface org.glassfish.hk2.api.PostConstruct
      • execute

        public void execute​(AdminCommandContext context)
        Description copied from interface: AdminCommand
        Executes 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:
        execute in interface AdminCommand
        Parameters:
        context - information