Class ProtocolSslConfigHandler

java.lang.Object
com.sun.enterprise.admin.commands.ProtocolSslConfigHandler
All Implemented Interfaces:
SslConfigHandler

@Service(name="protocol") public class ProtocolSslConfigHandler extends Object implements SslConfigHandler
  • Constructor Details

    • ProtocolSslConfigHandler

      public ProtocolSslConfigHandler()
  • Method Details

    • create

      public void create(CreateSsl command, org.glassfish.api.ActionReport report)
      Description copied from interface: SslConfigHandler
      creates the SSL configuration for a particular create-ssl command invocation.
      Specified by:
      create in interface SslConfigHandler
      Parameters:
      command - the create-ssl command instance
      report - where to place the result of the configuration population.
    • delete

      public void delete(DeleteSsl command, org.glassfish.api.ActionReport report)
      Description copied from interface: SslConfigHandler
      Deletes the SSL configuration for a delete-ssl command invocation
      Specified by:
      delete in interface SslConfigHandler
      Parameters:
      command - the delete-ssl command instance where command parameters can be obtained
      report - where to place the result