com.sun.enterprise.admin.commands
Interface SslConfigHandler


@Contract
public interface SslConfigHandler

Contract for handling the SSL related configuration.

Author:
Jerome Dochez

Method Summary
 void create(CreateSsl command, ActionReport report)
          creates the SSL configuration for a particular create-ssl command invocation.
 void delete(DeleteSsl command, ActionReport report)
          Deletes the SSL configuration for a delete-ssl command invocation
 

Method Detail

create

void create(CreateSsl command,
            ActionReport report)
creates the SSL configuration for a particular create-ssl command invocation.

Parameters:
command - the create-ssl command instance
report - where to place the result of the configuration population.

delete

void delete(DeleteSsl command,
            ActionReport report)
Deletes the SSL configuration for a delete-ssl command invocation

Parameters:
command - the delete-ssl command instance where command parameters can be obtained
report - where to place the result


Copyright © 2012. All Rights Reserved.