Class AuthorityCLI


  • public class AuthorityCLI
    extends org.dogtagpki.cli.CLI
    • Field Summary

      Fields 
      Modifier and Type Field Description
      AuthorityClient authorityClient  
      CACLI caCLI  
      • Fields inherited from class org.dogtagpki.cli.CLI

        client, description, formatter, logger, modules, name, options, parent, parser, verbose
    • 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, 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
    • Constructor Detail

      • AuthorityCLI

        public AuthorityCLI​(CACLI caCLI)
    • Method Detail

      • getFullName

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

        public AuthorityClient getAuthorityClient()
                                           throws java.lang.Exception
        Throws:
        java.lang.Exception
      • printAuthorityData

        protected static void printAuthorityData​(AuthorityData data)