Class TPSConnectorCLI


  • public class TPSConnectorCLI
    extends org.dogtagpki.cli.CLI
    Author:
    Ade Lee
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static org.slf4j.Logger logger  
      TKSCLI tksCLI  
      com.netscape.certsrv.system.TPSConnectorClient tpsConnectorClient  
      • Fields inherited from class org.dogtagpki.cli.CLI

        client, description, formatter, modules, name, options, parent, parser, verbose
    • Method Summary

      All Methods Static Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getFullName()  
      com.netscape.certsrv.system.TPSConnectorClient getTPSConnectorClient()  
      static void printConnectorInfo​(com.netscape.certsrv.system.TPSConnectorData data)  
      • 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
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • logger

        public static org.slf4j.Logger logger
      • tksCLI

        public TKSCLI tksCLI
      • tpsConnectorClient

        public com.netscape.certsrv.system.TPSConnectorClient tpsConnectorClient
    • Constructor Detail

      • TPSConnectorCLI

        public TPSConnectorCLI​(TKSCLI tksCLI)
    • Method Detail

      • getFullName

        public java.lang.String getFullName()
        Overrides:
        getFullName in class org.dogtagpki.cli.CLI
      • getTPSConnectorClient

        public com.netscape.certsrv.system.TPSConnectorClient getTPSConnectorClient()
                                                                             throws java.lang.Exception
        Throws:
        java.lang.Exception
      • printConnectorInfo

        public static void printConnectorInfo​(com.netscape.certsrv.system.TPSConnectorData data)