Package com.netscape.cmstools.tps.token
Class TokenCLI
- java.lang.Object
-
- com.netscape.cmstools.cli.CLI
-
- com.netscape.cmstools.tps.token.TokenCLI
-
public class TokenCLI extends CLI
- Author:
- Endi S. Dewata
-
-
Field Summary
Fields Modifier and Type Field Description TokenClient
tokenClient
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description TokenClient
getTokenClient()
static void
printToken(TokenData token)
-
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
-
tokenClient
public TokenClient tokenClient
-
-
Constructor Detail
-
TokenCLI
public TokenCLI(CLI parent)
-
-
Method Detail
-
getTokenClient
public TokenClient getTokenClient() throws java.lang.Exception
- Throws:
java.lang.Exception
-
printToken
public static void printToken(TokenData token)
-
-