@Service(name="iiop-listener") public class IiopSslConfigHandler extends Object implements SslConfigHandler
| Constructor and Description |
|---|
IiopSslConfigHandler() |
| Modifier and Type | Method and Description |
|---|---|
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
|
public void create(CreateSsl command, ActionReport report)
SslConfigHandlercreate in interface SslConfigHandlercommand - the create-ssl command instancereport - where to place the result of the configuration
population.public void delete(DeleteSsl command, ActionReport report)
SslConfigHandlerdelete in interface SslConfigHandlercommand - the delete-ssl command instance where command parameters can be obtainedreport - where to place the resultCopyright © 2017. All rights reserved.