Package com.netscape.cmstools.ocsp
Class OCSPCLI
- java.lang.Object
-
- com.netscape.cmstools.cli.CLI
-
- com.netscape.cmstools.cli.SubsystemCLI
-
- com.netscape.cmstools.ocsp.OCSPCLI
-
public class OCSPCLI extends SubsystemCLI
- Author:
- Endi S. Dewata
-
-
Field Summary
Fields Modifier and Type Field Description OCSPClient
ocspClient
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description SubsystemClient
getSubsystemClient()
-
Methods inherited from class com.netscape.cmstools.cli.SubsystemCLI
execute, getClient, getFullName, login, logout
-
Methods inherited from class com.netscape.cmstools.cli.CLI
addModule, findModule, findModules, getClient, getConfig, getDeprecatedModules, getDescription, getFullModuleName, getManPage, getModule, getModules, getName, getParent, isDeprecated, isVerbose, printHelp, removeModule, runExternal, runExternal, setDescription, setName, setVerbose
-
-
-
-
Field Detail
-
ocspClient
public OCSPClient ocspClient
-
-
Constructor Detail
-
OCSPCLI
public OCSPCLI(CLI parent)
-
-
Method Detail
-
getSubsystemClient
public SubsystemClient getSubsystemClient() throws java.lang.Exception
- Overrides:
getSubsystemClient
in classSubsystemCLI
- Throws:
java.lang.Exception
-
-