Class AuthenticatorCLI
java.lang.Object
org.dogtagpki.cli.CLI
com.netscape.cmstools.tps.authenticator.AuthenticatorCLI
- Author:
- Endi S. Dewata
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic org.slf4j.Logger -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic voidprintAuthenticatorData(AuthenticatorData authenticatorData, boolean showProperties) Methods inherited from class CLI
addModule, addModule, execute, findModule, findModules, getClient, getClient, getConfig, getDescription, getFullModuleName, getFullName, getManPage, getModule, getModules, getName, getParent, getRoot, isDeprecated, printHelp, removeModule, runExternal, runExternal, setDescription, setNameModifier and TypeMethodDescriptionvoidvoidvoidfindModule(String command) Find the last module that handles the specified command.findModules(String command) Find the list of modules that handle the specified command.getFullModuleName(String moduleName) getName()getRoot()booleanvoidremoveModule(String name) voidrunExternal(String[] command) voidrunExternal(List<String> command) voidsetDescription(String description) void
-
Field Details
-
logger
public static org.slf4j.Logger logger -
authenticatorClient
-
-
Constructor Details
-
AuthenticatorCLI
-
-
Method Details
-
getAuthenticatorClient
- Throws:
Exception
-
printAuthenticatorData
public static void printAuthenticatorData(AuthenticatorData authenticatorData, boolean showProperties) throws IOException - Throws:
IOException
-