Package com.netscape.cmstools.ca
Class CACertRequestCLI
- java.lang.Object
-
- org.dogtagpki.cli.CLI
-
- com.netscape.cmstools.ca.CACertRequestCLI
-
public class CACertRequestCLI extends CLI
- Author:
- Endi S. Dewata
-
-
Field Summary
Fields Modifier and Type Field Description CACertClient
certClient
static org.slf4j.Logger
logger
-
Constructor Summary
Constructors Constructor Description CACertRequestCLI(CLI parent)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description CACertClient
getCertClient()
java.lang.String
getFullName()
java.lang.String
getManPage()
static void
printCertRequestInfo(CertRequestInfo info)
static void
printCertRequestInfos(CertRequestInfos infos)
static void
printCertReviewResponse(CertReviewResponse response)
-
Methods inherited from class org.dogtagpki.cli.CLI
addModule, addModule, execute, findModule, findModules, getClient, getClient, getConfig, getDescription, getFullModuleName, getModule, getModules, getName, getParent, getRoot, isDeprecated, printHelp, removeModule, runExternal, runExternal, setDescription, setName
-
-
-
-
Field Detail
-
logger
public static org.slf4j.Logger logger
-
certClient
public CACertClient certClient
-
-
Constructor Detail
-
CACertRequestCLI
public CACertRequestCLI(CLI parent)
-
-
Method Detail
-
getFullName
public java.lang.String getFullName()
- Overrides:
getFullName
in classCLI
-
getManPage
public java.lang.String getManPage()
- Overrides:
getManPage
in classCLI
-
getCertClient
public CACertClient getCertClient() throws java.lang.Exception
- Throws:
java.lang.Exception
-
printCertRequestInfos
public static void printCertRequestInfos(CertRequestInfos infos)
-
printCertRequestInfo
public static void printCertRequestInfo(CertRequestInfo info)
-
printCertReviewResponse
public static void printCertReviewResponse(CertReviewResponse response)
-
-