Class AuthenticatorCLI


  • public class AuthenticatorCLI
    extends org.dogtagpki.cli.CLI
    Author:
    Endi S. Dewata
    • Field Summary

      Fields 
      Modifier and Type Field Description
      com.netscape.certsrv.tps.authenticator.AuthenticatorClient authenticatorClient  
      static org.slf4j.Logger logger  
      • Fields inherited from class org.dogtagpki.cli.CLI

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

      Constructors 
      Constructor Description
      AuthenticatorCLI​(org.dogtagpki.cli.CLI parent)  
    • Method Summary

      All Methods Static Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      com.netscape.certsrv.tps.authenticator.AuthenticatorClient getAuthenticatorClient()  
      static void printAuthenticatorData​(com.netscape.certsrv.tps.authenticator.AuthenticatorData authenticatorData, boolean showProperties)  
      • Methods inherited from class org.dogtagpki.cli.CLI

        addModule, execute, findModule, findModules, getClient, getClient, getConfig, getDescription, getFullModuleName, getFullName, 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
      • authenticatorClient

        public com.netscape.certsrv.tps.authenticator.AuthenticatorClient authenticatorClient
    • Constructor Detail

      • AuthenticatorCLI

        public AuthenticatorCLI​(org.dogtagpki.cli.CLI parent)
    • Method Detail

      • getAuthenticatorClient

        public com.netscape.certsrv.tps.authenticator.AuthenticatorClient getAuthenticatorClient()
                                                                                          throws java.lang.Exception
        Throws:
        java.lang.Exception
      • printAuthenticatorData

        public static void printAuthenticatorData​(com.netscape.certsrv.tps.authenticator.AuthenticatorData authenticatorData,
                                                  boolean showProperties)
                                           throws java.io.IOException
        Throws:
        java.io.IOException