Package com.netscape.cmstools.tps.cert
Class TPSCertCLI
- java.lang.Object
-
- org.dogtagpki.cli.CLI
-
- com.netscape.cmstools.tps.cert.TPSCertCLI
-
public class TPSCertCLI extends CLI
- Author:
- Endi S. Dewata
-
-
Field Summary
Fields Modifier and Type Field Description TPSCertClient
certClient
static org.slf4j.Logger
logger
TPSCLI
tpsCLI
-
Constructor Summary
Constructors Constructor Description TPSCertCLI(TPSCLI tpsCLI)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description TPSCertClient
getTPSCertClient()
static void
printCert(TPSCertData cert)
-
Methods inherited from class org.dogtagpki.cli.CLI
addModule, execute, findModule, findModules, getClient, getClient, getConfig, getDescription, getFullModuleName, getFullName, getManPage, getModule, getModules, getName, getParent, getRoot, isDeprecated, printCommands, printHelp, removeModule, runExternal, runExternal, setDescription, setName
-
-
-
-
Field Detail
-
logger
public static org.slf4j.Logger logger
-
tpsCLI
public TPSCLI tpsCLI
-
certClient
public TPSCertClient certClient
-
-
Constructor Detail
-
TPSCertCLI
public TPSCertCLI(TPSCLI tpsCLI)
-
-
Method Detail
-
getTPSCertClient
public TPSCertClient getTPSCertClient() throws java.lang.Exception
- Throws:
java.lang.Exception
-
printCert
public static void printCert(TPSCertData cert)
-
-