Interface SslConfigHandler
-
- All Known Implementing Classes:
ProtocolSslConfigHandler
@Contract public interface SslConfigHandlerContract for handling the SSL related configuration.- Author:
- Jerome Dochez
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidcreate(CreateSsl command, org.glassfish.api.ActionReport report)creates the SSL configuration for a particular create-ssl command invocation.voiddelete(DeleteSsl command, org.glassfish.api.ActionReport report)Deletes the SSL configuration for a delete-ssl command invocation
-
-
-
Method Detail
-
create
void create(CreateSsl command, org.glassfish.api.ActionReport report)
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
void delete(DeleteSsl command, org.glassfish.api.ActionReport report)
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
-
-