Package com.netscape.cmstools.user
Class UserCertCLI
- java.lang.Object
-
- org.dogtagpki.cli.CLI
-
- com.netscape.cmstools.user.UserCertCLI
-
public class UserCertCLI extends org.dogtagpki.cli.CLI
- Author:
- Endi S. Dewata
-
-
Field Summary
Fields Modifier and Type Field Description static org.slf4j.Logger
logger
-
Constructor Summary
Constructors Constructor Description UserCertCLI(UserCLI parent)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
getManPage()
com.netscape.certsrv.user.UserClient
getUserClient()
static void
printCert(com.netscape.certsrv.user.UserCertData userCertData, boolean showPrettyPrint, boolean showEncoded)
-
Methods inherited from class org.dogtagpki.cli.CLI
addModule, execute, findModule, findModules, getClient, getClient, getConfig, getDescription, getFullModuleName, getFullName, getModule, getModules, getName, getParent, getRoot, isDeprecated, printCommands, printHelp, removeModule, runExternal, runExternal, setDescription, setName
-
-
-
-
Constructor Detail
-
UserCertCLI
public UserCertCLI(UserCLI parent)
-
-
Method Detail
-
getManPage
public java.lang.String getManPage()
- Overrides:
getManPage
in classorg.dogtagpki.cli.CLI
-
getUserClient
public com.netscape.certsrv.user.UserClient getUserClient() throws java.lang.Exception
- Throws:
java.lang.Exception
-
printCert
public static void printCert(com.netscape.certsrv.user.UserCertData userCertData, boolean showPrettyPrint, boolean showEncoded)
-
-