Class DeleteSsl
- java.lang.Object
-
- com.sun.enterprise.admin.commands.DeleteSsl
-
- All Implemented Interfaces:
org.glassfish.api.admin.AdminCommand
@Service(name="delete-ssl") @PerLookup @ExecuteOn({DAS,INSTANCE}) @TargetType({DAS,STANDALONE_INSTANCE,CLUSTER,CONFIG}) public class DeleteSsl extends Object implements org.glassfish.api.admin.AdminCommandDelete Ssl command Usage: delete-ssl --type [http-listener|iiop-listener|iiop-service|protocol] [--terse=false] [--echo=false] [--interactive=true] [--host localhost] [--port 4848|4849] [--secure | -s] [--user admin_user] [--passwordfile file_name] [--target target(Default server)] [listener_id|protocol_id]- Author:
- Nandini Ektare
-
-
Constructor Summary
Constructors Constructor Description DeleteSsl()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidexecute(org.glassfish.api.admin.AdminCommandContext context)Executes the command with the command parameters passed as Properties where the keys are the parameter names and the values the parameter valuesvoidreportError(org.glassfish.api.ActionReport report, Exception e)
-
-
-
Method Detail
-
execute
public void execute(org.glassfish.api.admin.AdminCommandContext context)
Executes the command with the command parameters passed as Properties where the keys are the parameter names and the values the parameter values- Specified by:
executein interfaceorg.glassfish.api.admin.AdminCommand- Parameters:
context- information
-
reportError
public void reportError(org.glassfish.api.ActionReport report, Exception e)
-
-