Package com.netscape.cmstools.ca
Class CACertFindCLI
- java.lang.Object
-
- com.netscape.cmstools.cli.CLI
-
- com.netscape.cmstools.ca.CACertFindCLI
-
public class CACertFindCLI extends CLI
- Author:
- Endi S. Dewata
-
-
Constructor Summary
Constructors Constructor Description CACertFindCLI(CACertCLI certCLI)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
addSearchAttribute(org.apache.commons.cli.CommandLine cmd, CertSearchRequest csd)
java.lang.Long
convertValidityDurationUnit(java.lang.String unit)
void
createOptions()
void
execute(java.lang.String[] args)
void
printHelp()
-
Methods inherited from class com.netscape.cmstools.cli.CLI
addModule, findModule, findModules, getClient, getClient, getConfig, getDeprecatedModules, getDescription, getFullModuleName, getFullName, getManPage, getModule, getModules, getName, getParent, isDeprecated, isVerbose, removeModule, runExternal, runExternal, setDescription, setName, setVerbose
-
-
-
-
Field Detail
-
certCLI
public CACertCLI certCLI
-
-
Constructor Detail
-
CACertFindCLI
public CACertFindCLI(CACertCLI certCLI)
-
-
Method Detail
-
createOptions
public void createOptions()
-
execute
public void execute(java.lang.String[] args) throws java.lang.Exception
-
convertValidityDurationUnit
public java.lang.Long convertValidityDurationUnit(java.lang.String unit) throws java.lang.Exception
- Throws:
java.lang.Exception
-
addSearchAttribute
public void addSearchAttribute(org.apache.commons.cli.CommandLine cmd, CertSearchRequest csd) throws java.lang.Exception
- Throws:
java.lang.Exception
-
-