@Service(name="create-ssl")
@PerLookup
@ExecuteOn(value={DAS,INSTANCE})
@TargetType(value={DAS,STANDALONE_INSTANCE,CLUSTER,CONFIG})
public class CreateSsl
extends Object
implements org.glassfish.api.admin.AdminCommand
| Modifier and Type | Field and Description |
|---|---|
com.sun.enterprise.config.serverbeans.Config |
config |
String |
listenerId |
| Constructor and Description |
|---|
CreateSsl() |
| Modifier and Type | Method and Description |
|---|---|
void |
execute(org.glassfish.api.admin.AdminCommandContext context)
Executes the command with the command parameters passed as Properties where the keys are the paramter names and
the values the parameter values
|
org.glassfish.grizzly.config.dom.Protocol |
findOrCreateProtocol(String name) |
org.glassfish.grizzly.config.dom.Protocol |
findOrCreateProtocol(String name,
boolean create) |
void |
populateSslElement(org.glassfish.grizzly.config.dom.Ssl newSsl) |
void |
reportError(org.glassfish.api.ActionReport report,
org.jvnet.hk2.config.TransactionFailure e) |
void |
reportSuccess(org.glassfish.api.ActionReport report) |
public String listenerId
@Inject @Named(value="default-instance-name") public com.sun.enterprise.config.serverbeans.Config config
public void execute(org.glassfish.api.admin.AdminCommandContext context)
execute in interface org.glassfish.api.admin.AdminCommandcontext - informationpublic void reportError(org.glassfish.api.ActionReport report,
org.jvnet.hk2.config.TransactionFailure e)
public void reportSuccess(org.glassfish.api.ActionReport report)
public void populateSslElement(org.glassfish.grizzly.config.dom.Ssl newSsl)
public org.glassfish.grizzly.config.dom.Protocol findOrCreateProtocol(String name, boolean create) throws org.jvnet.hk2.config.TransactionFailure
org.jvnet.hk2.config.TransactionFailurepublic org.glassfish.grizzly.config.dom.Protocol findOrCreateProtocol(String name) throws org.jvnet.hk2.config.TransactionFailure
org.jvnet.hk2.config.TransactionFailureCopyright © 2017–2020 Eclipse Foundation. All rights reserved.