Class CACertHoldCLI
java.lang.Object
org.dogtagpki.cli.CLI
org.dogtagpki.cli.CommandCLI
com.netscape.cmstools.ca.CACertHoldCLI
- Author:
- Endi S. Dewata TODO: Add support for invalidity date
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidvoidexecute(org.apache.commons.cli.CommandLine cmd) voidholdCert(CACertClient certClient, CertId certID, String comments, boolean force) voidMethods inherited from class CommandCLI
executeMethods inherited from class 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 -
certCLI
-
-
Constructor Details
-
CACertHoldCLI
-
-
Method Details
-
printHelp
-
createOptions
public void createOptions()- Overrides:
createOptionsin classCommandCLI
-
holdCert
public void holdCert(CACertClient certClient, CertId certID, String comments, boolean force) throws Exception - Throws:
Exception
-
execute
- Overrides:
executein classCommandCLI- Throws:
Exception
-