Package com.netscape.cmstools.system
Class KRAConnectorCLI
- java.lang.Object
-
- org.dogtagpki.cli.CLI
-
- com.netscape.cmstools.system.KRAConnectorCLI
-
public class KRAConnectorCLI extends CLI
- Author:
- Ade Lee
-
-
Field Summary
Fields Modifier and Type Field Description CACLI
caCLI
KRAConnectorClient
kraConnectorClient
-
Constructor Summary
Constructors Constructor Description KRAConnectorCLI(CACLI caCLI)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
getFullName()
KRAConnectorClient
getKRAConnectorClient()
-
Methods inherited from class org.dogtagpki.cli.CLI
addModule, execute, findModule, findModules, getClient, getClient, getConfig, getDescription, getFullModuleName, getManPage, getModule, getModules, getName, getParent, getRoot, isDeprecated, printCommands, printHelp, removeModule, runExternal, runExternal, setDescription, setName
-
-
-
-
Field Detail
-
caCLI
public CACLI caCLI
-
kraConnectorClient
public KRAConnectorClient kraConnectorClient
-
-
Constructor Detail
-
KRAConnectorCLI
public KRAConnectorCLI(CACLI caCLI)
-
-
Method Detail
-
getFullName
public java.lang.String getFullName()
- Overrides:
getFullName
in classCLI
-
getKRAConnectorClient
public KRAConnectorClient getKRAConnectorClient() throws java.lang.Exception
- Throws:
java.lang.Exception
-
-