Package com.netscape.cmstools.user
Class UserCertCLI
- java.lang.Object
-
- com.netscape.cmstools.cli.CLI
-
- com.netscape.cmstools.user.UserCertCLI
-
public class UserCertCLI extends CLI
- Author:
- Endi S. Dewata
-
-
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()
UserClient
getUserClient()
static void
printCert(UserCertData userCertData, boolean showPrettyPrint, boolean showEncoded)
-
Methods inherited from class com.netscape.cmstools.cli.CLI
addModule, execute, findModule, findModules, getClient, getClient, getConfig, getDeprecatedModules, getDescription, getFullModuleName, getFullName, getModule, getModules, getName, getParent, isDeprecated, isVerbose, printHelp, removeModule, runExternal, runExternal, setDescription, setName, setVerbose
-
-
-
-
Constructor Detail
-
UserCertCLI
public UserCertCLI(UserCLI parent)
-
-
Method Detail
-
getManPage
public java.lang.String getManPage()
- Overrides:
getManPage
in classCLI
-
getUserClient
public UserClient getUserClient() throws java.lang.Exception
- Throws:
java.lang.Exception
-
printCert
public static void printCert(UserCertData userCertData, boolean showPrettyPrint, boolean showEncoded)
-
-