Class CACertRequestApproveCLI

    • Field Summary

      • Fields inherited from class org.dogtagpki.cli.CLI

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

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void performAction​(com.netscape.certsrv.ca.CACertClient certClient, com.netscape.certsrv.request.RequestId requestId, com.netscape.certsrv.cert.CertReviewResponse reviewInfo)  
      • Methods inherited from class org.dogtagpki.cli.CommandCLI

        execute
      • Methods inherited from class org.dogtagpki.cli.CLI

        addModule, findModule, findModules, getClient, getClient, getConfig, getDescription, getFullModuleName, getFullName, getManPage, getModule, getModules, getName, getParent, getRoot, isDeprecated, printCommands, 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

      • CACertRequestApproveCLI

        public CACertRequestApproveCLI​(CACertRequestCLI certRequestCLI)
    • Method Detail

      • performAction

        public void performAction​(com.netscape.certsrv.ca.CACertClient certClient,
                                  com.netscape.certsrv.request.RequestId requestId,
                                  com.netscape.certsrv.cert.CertReviewResponse reviewInfo)
                           throws java.lang.Exception
        Overrides:
        performAction in class CACertRequestActionCLI
        Throws:
        java.lang.Exception