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 Constructor Description ProtocolSslConfigHandler()
-
Method Summary
All Methods Instance Methods Concrete 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
public void create(CreateSsl command, org.glassfish.api.ActionReport report)
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
public void delete(DeleteSsl command, org.glassfish.api.ActionReport report)
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
-
-