Class SubsystemCommandCLI
java.lang.Object
org.dogtagpki.cli.CLI
org.dogtagpki.cli.CommandCLI
com.netscape.cmstools.cli.SubsystemCommandCLI
- Direct Known Subclasses:
ActivityFindCLI, ActivityShowCLI, AuditFileFindCLI, AuditFileRetrieveCLI, AuditModifyCLI, AuditShowCLI, AuthenticatorAddCLI, AuthenticatorFindCLI, AuthenticatorModifyCLI, AuthenticatorRemoveCLI, AuthenticatorShowCLI, AuthorityCreateCLI, AuthorityDisableCLI, AuthorityEnableCLI, AuthorityFindCLI, AuthorityKeyExportCLI, AuthorityRemoveCLI, AuthorityShowCLI, CACertExportCLI, CACertFindCLI, CACertHoldCLI, CACertIssueCLI, CACertReleaseHoldCLI, CACertRequestActionCLI, CACertRequestFindCLI, CACertRequestProfileFindCLI, CACertRequestProfileShowCLI, CACertRequestReviewCLI, CACertRequestShowCLI, CACertRequestSubmitCLI, CACertRevokeCLI, CACertShowCLI, CACertSigningExportCLI, CACertSigningShowCLI, CACertStatusCLI, CACertSubsystemExportCLI, CACertSubsystemShowCLI, CACertTransportExportCLI, CACertTransportShowCLI, CACRLUpdateCLI, ConfigExportCLI, ConfigModifyCLI, ConfigShowCLI, ConnectorAddCLI, ConnectorFindCLI, ConnectorModifyCLI, ConnectorRemoveCLI, ConnectorShowCLI, FeatureFindCLI, FeatureShowCLI, GroupAddCLI, GroupFindCLI, GroupMemberAddCLI, GroupMemberFindCLI, GroupMemberRemoveCLI, GroupMemberShowCLI, GroupModifyCLI, GroupRemoveCLI, GroupShowCLI, JobFindCLI, JobShowCLI, JobStartCLI, KRACertTransportExportCLI, KRACertTransportShowCLI, KRAConnectorAddCLI, KRAConnectorRemoveCLI, KRAConnectorShowCLI, KRAKeyArchiveCLI, KRAKeyFindCLI, KRAKeyGenerateCLI, KRAKeyModifyCLI, KRAKeyRecoverCLI, KRAKeyRequestFindCLI, KRAKeyRequestReviewCLI, KRAKeyRequestShowCLI, KRAKeyRetrieveCLI, KRAKeyShowCLI, KRAKeyTemplateFindCLI, KRAKeyTemplateShowCLI, OCSPCertVerifyCLI, ProfileAddCLI, ProfileAddCLI, ProfileDisableCLI, ProfileEditCLI, ProfileEnableCLI, ProfileFindCLI, ProfileFindCLI, ProfileMappingAddCLI, ProfileMappingFindCLI, ProfileMappingModifyCLI, ProfileMappingRemoveCLI, ProfileMappingShowCLI, ProfileModifyCLI, ProfileModifyCLI, ProfileRemoveCLI, ProfileRemoveCLI, ProfileShowCLI, ProfileShowCLI, PublisherOCSPAddCLI, RangeRequestCLI, SDJoinCLI, SDLeaveCLI, SelfTestFindCLI, SelfTestRunCLI, SelfTestShowCLI, TKSCertTransportImportCLI, TKSKeyCreateCLI, TKSKeyExportCLI, TKSKeyRemoveCLI, TKSKeyReplaceCLI, TKSKeyShowCLI, TokenAddCLI, TokenFindCLI, TokenModifyCLI, TokenRemoveCLI, TokenShowCLI, TPSCertFindCLI, TPSCertShowCLI, TPSClientCLI, TPSConnectorAddCLI, TPSConnectorFindCLI, TPSConnectorModCLI, TPSConnectorRemoveCLI, TPSConnectorShowCLI, UserAddCLI, UserCertAddCLI, UserCertFindCLI, UserCertRemoveCLI, UserCertShowCLI, UserFindCLI, UserMembershipAddCLI, UserMembershipFindCLI, UserMembershipRemoveCLI, UserModifyCLI, UserRemoveCLI, UserShowCLI
This class represents a CLI command that will access a PKI subsystem.
- Author:
- Endi S. Dewata
-
Field Summary
FieldsFields inherited from class CommandCLI
loggerFields inherited from class CLI
description, exitOnError, formatter, modules, name, options, parent, parser, verbose -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidvoidgetSubsystemClient(PKIClient client) org.apache.commons.cli.CommandLineparseOptions(String[] args) Methods inherited from class CommandCLI
executeMethods inherited from class CLI
addModule, addModule, executeCommand, executeCommands, findModule, findModules, getConfig, getDescription, getFullModuleName, getFullName, getManPage, getModule, getModules, getName, getParent, getRoot, handleException, isDeprecated, parseLine, printHelp, printVersion, removeModule, runExternal, runExternal, setDescription, setName
-
Field Details
-
subsystemCLI
-
-
Constructor Details
-
SubsystemCommandCLI
-
-
Method Details
-
createOptions
public void createOptions()- Overrides:
createOptionsin classCommandCLI
-
parseOptions
- Overrides:
parseOptionsin classCommandCLI- Throws:
Exception
-
getPKIClient
-
getSubsystemClient
- Throws:
Exception
-
execute
- Overrides:
executein classCommandCLI- Throws:
Exception
-