Package com.netscape.cmstools.authority
Class AuthorityCLI
- java.lang.Object
-
- org.dogtagpki.cli.CLI
-
- com.netscape.cmstools.authority.AuthorityCLI
-
public class AuthorityCLI extends CLI
-
-
Field Summary
Fields Modifier and Type Field Description AuthorityClient
authorityClient
CACLI
caCLI
-
Constructor Summary
Constructors Constructor Description AuthorityCLI(CACLI caCLI)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description AuthorityClient
getAuthorityClient()
java.lang.String
getFullName()
protected static void
printAuthorityData(AuthorityData data)
-
Methods inherited from class org.dogtagpki.cli.CLI
addModule, addModule, execute, findModule, findModules, getClient, getClient, getConfig, getDescription, getFullModuleName, getManPage, getModule, getModules, getName, getParent, getRoot, isDeprecated, printHelp, removeModule, runExternal, runExternal, setDescription, setName
-
-
-
-
Field Detail
-
caCLI
public CACLI caCLI
-
authorityClient
public AuthorityClient authorityClient
-
-
Constructor Detail
-
AuthorityCLI
public AuthorityCLI(CACLI caCLI)
-
-
Method Detail
-
getFullName
public java.lang.String getFullName()
- Overrides:
getFullName
in classCLI
-
getAuthorityClient
public AuthorityClient getAuthorityClient() throws java.lang.Exception
- Throws:
java.lang.Exception
-
printAuthorityData
protected static void printAuthorityData(AuthorityData data)
-
-