Interface SslConfigHandler
- All Known Implementing Classes:
ProtocolSslConfigHandler
@Contract
public interface SslConfigHandler
Contract for handling the SSL related configuration.
- Author:
- Jerome Dochez
-
Method Summary
Modifier and TypeMethodDescriptionvoidcreates the SSL configuration for a particular create-ssl command invocation.voidDeletes the SSL configuration for a delete-ssl command invocation
-
Method Details
-
create
creates the SSL configuration for a particular create-ssl command invocation.- Parameters:
command- the create-ssl command instancereport- where to place the result of the configuration population.
-
delete
Deletes the SSL configuration for a delete-ssl command invocation- Parameters:
command- the delete-ssl command instance where command parameters can be obtainedreport- where to place the result
-