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