Class ProtocolSslConfigHandler
java.lang.Object
com.sun.enterprise.admin.commands.ProtocolSslConfigHandler
- All Implemented Interfaces:
SslConfigHandler
@Service(name="protocol")
public class ProtocolSslConfigHandler
extends Object
implements SslConfigHandler
-
Constructor Summary
Constructors -
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
-
Constructor Details
-
ProtocolSslConfigHandler
public ProtocolSslConfigHandler()
-
-
Method Details
-
create
Description copied from interface:SslConfigHandlercreates the SSL configuration for a particular create-ssl command invocation.- Specified by:
createin interfaceSslConfigHandler- Parameters:
command- the create-ssl command instancereport- where to place the result of the configuration population.
-
delete
Description copied from interface:SslConfigHandlerDeletes the SSL configuration for a delete-ssl command invocation- Specified by:
deletein interfaceSslConfigHandler- Parameters:
command- the delete-ssl command instance where command parameters can be obtainedreport- where to place the result
-