Package com.netscape.cmstools.ca
Class CACertRequestActionCLI
java.lang.Object
org.dogtagpki.cli.CLI
org.dogtagpki.cli.CommandCLI
com.netscape.cmstools.ca.CACertRequestActionCLI
- Direct Known Subclasses:
CACertRequestApproveCLI
,CACertRequestAssignCLI
,CACertRequestCancelCLI
,CACertRequestRejectCLI
,CACertRequestUnassignCLI
,CACertRequestUpdateCLI
,CACertRequestValidateCLI
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionCACertRequestActionCLI
(String name, String description, CACertRequestCLI certRequestCLI) -
Method Summary
Modifier and TypeMethodDescriptionvoid
void
execute
(org.apache.commons.cli.CommandLine cmd) void
performAction
(CACertClient certClient, RequestId requestId, CertReviewResponse reviewInfo) void
Methods inherited from class org.dogtagpki.cli.CommandCLI
execute
Methods inherited from class org.dogtagpki.cli.CLI
addModule, addModule, findModule, findModules, getClient, getClient, getConfig, getDescription, getFullModuleName, getFullName, getManPage, getModule, getModules, getName, getParent, getRoot, isDeprecated, removeModule, runExternal, runExternal, setDescription, setName
-
Field Details
-
logger
public static org.slf4j.Logger logger
-
-
Constructor Details
-
CACertRequestActionCLI
-
-
Method Details
-
printHelp
public void printHelp() -
createOptions
public void createOptions()- Overrides:
createOptions
in classCommandCLI
-
execute
- Overrides:
execute
in classCommandCLI
- Throws:
Exception
-
performAction
public void performAction(CACertClient certClient, RequestId requestId, CertReviewResponse reviewInfo) throws Exception - Throws:
Exception
-