Package com.netscape.cmstools.tks
Class TPSConnectorCLI
- java.lang.Object
-
- org.dogtagpki.cli.CLI
-
- com.netscape.cmstools.tks.TPSConnectorCLI
-
public class TPSConnectorCLI extends CLI
- Author:
- Ade Lee
-
-
Field Summary
Fields Modifier and Type Field Description static org.slf4j.Logger
logger
TKSCLI
tksCLI
TPSConnectorClient
tpsConnectorClient
-
Constructor Summary
Constructors Constructor Description TPSConnectorCLI(TKSCLI tksCLI)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
getFullName()
TPSConnectorClient
getTPSConnectorClient()
static void
printConnectorInfo(TPSConnectorData 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
-
logger
public static org.slf4j.Logger logger
-
tksCLI
public TKSCLI tksCLI
-
tpsConnectorClient
public TPSConnectorClient tpsConnectorClient
-
-
Constructor Detail
-
TPSConnectorCLI
public TPSConnectorCLI(TKSCLI tksCLI)
-
-
Method Detail
-
getFullName
public java.lang.String getFullName()
- Overrides:
getFullName
in classCLI
-
getTPSConnectorClient
public TPSConnectorClient getTPSConnectorClient() throws java.lang.Exception
- Throws:
java.lang.Exception
-
printConnectorInfo
public static void printConnectorInfo(TPSConnectorData data)
-
-