Class AuthenticatorCLI
- java.lang.Object
-
- com.netscape.cmstools.cli.CLI
-
- com.netscape.cmstools.tps.authenticator.AuthenticatorCLI
-
public class AuthenticatorCLI extends CLI
- Author:
- Endi S. Dewata
-
-
Field Summary
Fields Modifier and Type Field Description AuthenticatorClient
authenticatorClient
-
Constructor Summary
Constructors Constructor Description AuthenticatorCLI(CLI parent)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description AuthenticatorClient
getAuthenticatorClient()
static void
printAuthenticatorData(AuthenticatorData authenticatorData, boolean showProperties)
-
Methods inherited from class com.netscape.cmstools.cli.CLI
addModule, execute, findModule, findModules, getClient, getClient, getConfig, getDeprecatedModules, getDescription, getFullModuleName, getFullName, getManPage, getModule, getModules, getName, getParent, isDeprecated, isVerbose, printHelp, removeModule, runExternal, runExternal, setDescription, setName, setVerbose
-
-
-
-
Field Detail
-
authenticatorClient
public AuthenticatorClient authenticatorClient
-
-
Constructor Detail
-
AuthenticatorCLI
public AuthenticatorCLI(CLI parent)
-
-
Method Detail
-
getAuthenticatorClient
public AuthenticatorClient getAuthenticatorClient() throws java.lang.Exception
- Throws:
java.lang.Exception
-
printAuthenticatorData
public static void printAuthenticatorData(AuthenticatorData authenticatorData, boolean showProperties) throws java.io.IOException
- Throws:
java.io.IOException
-
-