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
public class CACertRequestActionCLI extends CommandCLI
-
-
Constructor Summary
Constructors Constructor Description CACertRequestActionCLI(java.lang.String name, java.lang.String description, CACertRequestCLI certRequestCLI)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidcreateOptions()voidexecute(org.apache.commons.cli.CommandLine cmd)voidperformAction(CACertClient certClient, RequestId requestId, CertReviewResponse reviewInfo)voidprintHelp()-
Methods inherited from class org.dogtagpki.cli.CommandCLI
execute
-
Methods inherited from class org.dogtagpki.cli.CLI
addModule, findModule, findModules, getClient, getClient, getConfig, getDescription, getFullModuleName, getFullName, getManPage, getModule, getModules, getName, getParent, getRoot, isDeprecated, printCommands, removeModule, runExternal, runExternal, setDescription, setName
-
-
-
-
Constructor Detail
-
CACertRequestActionCLI
public CACertRequestActionCLI(java.lang.String name, java.lang.String description, CACertRequestCLI certRequestCLI)
-
-
Method Detail
-
createOptions
public void createOptions()
- Overrides:
createOptionsin classCommandCLI
-
execute
public void execute(org.apache.commons.cli.CommandLine cmd) throws java.lang.Exception- Overrides:
executein classCommandCLI- Throws:
java.lang.Exception
-
performAction
public void performAction(CACertClient certClient, RequestId requestId, CertReviewResponse reviewInfo) throws java.lang.Exception
- Throws:
java.lang.Exception
-
-