Class KRAConnectorCLI


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

      Fields 
      Modifier and Type Field Description
      CACLI caCLI  
      com.netscape.certsrv.system.KRAConnectorClient kraConnectorClient  
      • Fields inherited from class org.dogtagpki.cli.CLI

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

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getFullName()  
      com.netscape.certsrv.system.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
      • Methods inherited from class java.lang.Object

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

      • caCLI

        public CACLI caCLI
      • kraConnectorClient

        public com.netscape.certsrv.system.KRAConnectorClient kraConnectorClient
    • Constructor Detail

      • KRAConnectorCLI

        public KRAConnectorCLI​(CACLI caCLI)
    • Method Detail

      • getFullName

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

        public com.netscape.certsrv.system.KRAConnectorClient getKRAConnectorClient()
                                                                             throws java.lang.Exception
        Throws:
        java.lang.Exception