Class CACertRequestActionCLI
java.lang.Object
org.dogtagpki.cli.CLI
org.dogtagpki.cli.CommandCLI
com.netscape.cmstools.cli.SubsystemCommandCLI
com.netscape.cmstools.ca.CACertRequestActionCLI
- Direct Known Subclasses:
CACertRequestApproveCLI, CACertRequestAssignCLI, CACertRequestCancelCLI, CACertRequestRejectCLI, CACertRequestUnassignCLI, CACertRequestUpdateCLI, CACertRequestValidateCLI
-
Field Summary
FieldsFields inherited from class SubsystemCommandCLI
subsystemCLIFields inherited from class CLI
description, exitOnError, formatter, modules, name, options, parent, parser, verbose -
Constructor Summary
ConstructorsConstructorDescriptionCACertRequestActionCLI(String name, String description, CACertRequestCLI certRequestCLI) -
Method Summary
Modifier and TypeMethodDescriptionvoidvoidexecute(org.apache.commons.cli.CommandLine cmd) voidperformAction(CACertClient certClient, RequestId requestId, CertReviewResponse reviewInfo) voidMethods inherited from class SubsystemCommandCLI
execute, getPKIClient, getSubsystemClient, parseOptionsMethods inherited from class CLI
addModule, addModule, executeCommand, executeCommands, findModule, findModules, getConfig, getDescription, getFullModuleName, getFullName, getManPage, getModule, getModules, getName, getParent, getRoot, handleException, isDeprecated, parseLine, printVersion, removeModule, runExternal, runExternal, setDescription, setName
-
Field Details
-
logger
public static org.slf4j.Logger logger
-
-
Constructor Details
-
CACertRequestActionCLI
-
-
Method Details
-
printHelp
-
createOptions
public void createOptions()- Overrides:
createOptionsin classSubsystemCommandCLI
-
execute
- Overrides:
executein classCommandCLI- Throws:
Exception
-
performAction
public void performAction(CACertClient certClient, RequestId requestId, CertReviewResponse reviewInfo) throws Exception - Throws:
Exception
-