Class IiopSslConfigHandler

  • All Implemented Interfaces:
    SslConfigHandler

    @Service(name="iiop-listener")
    public class IiopSslConfigHandler
    extends Object
    implements SslConfigHandler
    SSL configuration handler for iiop-listener configuration
    Author:
    Jerome Dochez
    • Constructor Detail

      • IiopSslConfigHandler

        public IiopSslConfigHandler()
    • Method Detail

      • create

        public void create​(CreateSsl command,
                           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,
                           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