@Service(name="protocol") public class ProtocolSslConfigHandler extends Object implements SslConfigHandler
| Constructor and Description |
|---|
ProtocolSslConfigHandler() |
| Modifier and Type | Method and Description |
|---|---|
void |
create(CreateSsl command,
org.glassfish.api.ActionReport report)
creates the SSL configuration for a particular create-ssl command
invocation.
|
void |
delete(DeleteSsl command,
org.glassfish.api.ActionReport report)
Deletes the SSL configuration for a delete-ssl command invocation
|
public void create(CreateSsl command, org.glassfish.api.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, org.glassfish.api.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.