@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)
SslConfigHandler
create
in interface SslConfigHandler
command
- the create-ssl command instancereport
- where to place the result of the configuration
population.public void delete(DeleteSsl command, ActionReport report)
SslConfigHandler
delete
in interface SslConfigHandler
command
- the delete-ssl command instance where command parameters can be obtainedreport
- where to place the resultCopyright © 2021. All rights reserved.