Uses of Interface
com.netscape.certsrv.base.ISubsystem
-
-
Uses of ISubsystem in com.netscape.certsrv.apps
Subinterfaces of ISubsystem in com.netscape.certsrv.apps Modifier and Type Interface Description interfaceICMSEngineThis interface represents the CMS core framework.Methods in com.netscape.certsrv.apps that return ISubsystem Modifier and Type Method Description static ISubsystemCMS. getSubsystem(java.lang.String name)Retrieves the registered subsytem with the given name.ISubsystemICMSEngine. getSubsystem(java.lang.String name)Retrieves the registered subsytem with the given name.Methods in com.netscape.certsrv.apps that return types with arguments of type ISubsystem Modifier and Type Method Description java.util.Enumeration<ISubsystem>ICMSEngine. getSubsystems()Returns all the registered subsystems. -
Uses of ISubsystem in com.netscape.certsrv.authentication
Subinterfaces of ISubsystem in com.netscape.certsrv.authentication Modifier and Type Interface Description interfaceIAuthSubsystemAn interface that represents an authentication component -
Uses of ISubsystem in com.netscape.certsrv.authority
Subinterfaces of ISubsystem in com.netscape.certsrv.authority Modifier and Type Interface Description interfaceIAuthorityAuthority interface.interfaceICertAuthorityAuthority that handles certificates needed by the cert registration servlets. -
Uses of ISubsystem in com.netscape.certsrv.authorization
Subinterfaces of ISubsystem in com.netscape.certsrv.authorization Modifier and Type Interface Description interfaceIAuthzSubsystemAn interface that represents an authorization component -
Uses of ISubsystem in com.netscape.certsrv.base
Classes in com.netscape.certsrv.base that implement ISubsystem Modifier and Type Class Description classBaseSubsystemThis class represents a basic subsystem.Methods in com.netscape.certsrv.base that return ISubsystem Modifier and Type Method Description ISubsystemISubsystemSource. getSubsystem(java.lang.String sid)Retrieves subsystem from the source.Methods in com.netscape.certsrv.base with parameters of type ISubsystem Modifier and Type Method Description voidBaseSubsystem. init(ISubsystem owner, IConfigStore config)Initializes this subsystem.voidIPluginImpl. init(ISubsystem sys, java.lang.String instanceName, java.lang.String className, IConfigStore config)Initializes this plugin instance.voidISubsystem. init(ISubsystem owner, IConfigStore config)Initializes this subsystem with the given configuration store. -
Uses of ISubsystem in com.netscape.certsrv.ca
Subinterfaces of ISubsystem in com.netscape.certsrv.ca Modifier and Type Interface Description interfaceICertificateAuthorityAn interface represents a Certificate Authority that is responsible for certificate specific operations.Methods in com.netscape.certsrv.ca that return ISubsystem Modifier and Type Method Description ISubsystemICRLIssuingPoint. getCertificateAuthority()Returns certificate authority.Methods in com.netscape.certsrv.ca with parameters of type ISubsystem Modifier and Type Method Description voidICRLIssuingPoint. init(ISubsystem ca, java.lang.String id, IConfigStore config)Initializes CRL issuing point. -
Uses of ISubsystem in com.netscape.certsrv.cert
Subinterfaces of ISubsystem in com.netscape.certsrv.cert Modifier and Type Interface Description interfaceICrossCertPairSubsystemInterface for handling cross certs -
Uses of ISubsystem in com.netscape.certsrv.dbs
Subinterfaces of ISubsystem in com.netscape.certsrv.dbs Modifier and Type Interface Description interfaceIDBRegistryA class represents a registry where all the schema (object classes and attribute) information is stored.interfaceIDBSubsystemAn interface represents certificate server backend database.Methods in com.netscape.certsrv.dbs that return ISubsystem Modifier and Type Method Description ISubsystemIDBSSession. getDBSubsystem()Returns database subsystem. -
Uses of ISubsystem in com.netscape.certsrv.extensions
Methods in com.netscape.certsrv.extensions with parameters of type ISubsystem Modifier and Type Method Description voidICMSExtension. init(ISubsystem owner, IConfigStore config)initialize from configuration file -
Uses of ISubsystem in com.netscape.certsrv.jobs
Subinterfaces of ISubsystem in com.netscape.certsrv.jobs Modifier and Type Interface Description interfaceIJobsSchedulerAn interface that represents the job scheduler component.Methods in com.netscape.certsrv.jobs with parameters of type ISubsystem Modifier and Type Method Description voidIJob. init(ISubsystem owner, java.lang.String id, java.lang.String implName, IConfigStore config)Initialize from the configuration file. -
Uses of ISubsystem in com.netscape.certsrv.kra
Subinterfaces of ISubsystem in com.netscape.certsrv.kra Modifier and Type Interface Description interfaceIKeyRecoveryAuthorityAn interface represents key recovery authority. -
Uses of ISubsystem in com.netscape.certsrv.ldap
Methods in com.netscape.certsrv.ldap with parameters of type ISubsystem Modifier and Type Method Description voidILdapConnModule. init(ISubsystem owner, IConfigStore config)Initialize ldap publishing module with config store. -
Uses of ISubsystem in com.netscape.certsrv.logging
Subinterfaces of ISubsystem in com.netscape.certsrv.logging Modifier and Type Interface Description interfaceILogSubsystemAn interface that represents a logging component.Methods in com.netscape.certsrv.logging with parameters of type ISubsystem Modifier and Type Method Description voidConsoleLog. init(ISubsystem owner, IConfigStore config)voidILogEventListener. init(ISubsystem owner, IConfigStore config)Initialize this log listener -
Uses of ISubsystem in com.netscape.certsrv.ocsp
Subinterfaces of ISubsystem in com.netscape.certsrv.ocsp Modifier and Type Interface Description interfaceIDefStoreThis class defines an Online Certificate Status Protocol (OCSP) store which has been extended to provide information from the internal database.interfaceIOCSPAuthorityThis class represents the primary interface for the Online Certificate Status Protocol (OCSP) server.interfaceIOCSPStoreThis class represents the generic interface for an Online Certificate Status Protocol (OCSP) store. -
Uses of ISubsystem in com.netscape.certsrv.profile
Subinterfaces of ISubsystem in com.netscape.certsrv.profile Modifier and Type Interface Description interfaceIProfileSubsystemThis represents the profile subsystem that manages a list of profiles. -
Uses of ISubsystem in com.netscape.certsrv.publish
Subinterfaces of ISubsystem in com.netscape.certsrv.publish Modifier and Type Interface Description interfaceIPublisherProcessorControls the publishing process from the top level.interfaceIXcertPublisherProcessorInterface for a publisher that has the capability of publishing cross certsMethods in com.netscape.certsrv.publish that return ISubsystem Modifier and Type Method Description ISubsystemIPublisherProcessor. getAuthority()Return Authority for which this Processor operates.Methods in com.netscape.certsrv.publish with parameters of type ISubsystem Modifier and Type Method Description voidICRLPublisher. init(ISubsystem owner, IConfigStore config)Initializes this CRL publisher.voidILdapPluginImpl. init(ISubsystem sys, IConfigStore config)initialize from config store.voidIPublishRuleSet. init(ISubsystem sys, IConfigStore conf) -
Uses of ISubsystem in com.netscape.certsrv.ra
Subinterfaces of ISubsystem in com.netscape.certsrv.ra Modifier and Type Interface Description interfaceIRegistrationAuthorityAn interface represents a Registration Authority that is responsible for certificate enrollment operations. -
Uses of ISubsystem in com.netscape.certsrv.registry
Subinterfaces of ISubsystem in com.netscape.certsrv.registry Modifier and Type Interface Description interfaceIPluginRegistryThis represents the registry subsystem that manages mulitple types of plugin information. -
Uses of ISubsystem in com.netscape.certsrv.request
Methods in com.netscape.certsrv.request with parameters of type ISubsystem Modifier and Type Method Description voidIRequestListener. init(ISubsystem sub, IConfigStore config)Initializes request listener for the specific subsystem and configuration store. -
Uses of ISubsystem in com.netscape.certsrv.security
Subinterfaces of ISubsystem in com.netscape.certsrv.security Modifier and Type Interface Description interfaceICryptoSubsystemThis interface represents the cryptographics subsystem that provides all the security related functions. -
Uses of ISubsystem in com.netscape.certsrv.selftests
Subinterfaces of ISubsystem in com.netscape.certsrv.selftests Modifier and Type Interface Description interfaceISelfTestSubsystemThis class defines the interface of a container for self tests. -
Uses of ISubsystem in com.netscape.certsrv.tks
Subinterfaces of ISubsystem in com.netscape.certsrv.tks Modifier and Type Interface Description interfaceITKSAuthorityAn interface represents a Registration Authority that is responsible for certificate enrollment operations. -
Uses of ISubsystem in com.netscape.certsrv.usrgrp
Subinterfaces of ISubsystem in com.netscape.certsrv.usrgrp Modifier and Type Interface Description interfaceIUGSubsystemThis class defines low-level LDAP usr/grp management usr/grp information is located remotely on another LDAP server. -
Uses of ISubsystem in com.netscape.certsrv.util
Subinterfaces of ISubsystem in com.netscape.certsrv.util Modifier and Type Interface Description interfaceIStatsSubsystemA class represents a internal subsystem. -
Uses of ISubsystem in com.netscape.cms.jobs
Methods in com.netscape.cms.jobs with parameters of type ISubsystem Modifier and Type Method Description abstract voidAJobBase. init(ISubsystem owner, java.lang.String id, java.lang.String implName, IConfigStore config)abstract methodsvoidPublishCertsJob. init(ISubsystem owner, java.lang.String id, java.lang.String implName, IConfigStore config)initialize from the configuration filevoidRenewalNotificationJob. init(ISubsystem owner, java.lang.String id, java.lang.String implName, IConfigStore config)Initialize from the configuration file.voidRequestInQueueJob. init(ISubsystem owner, java.lang.String id, java.lang.String implName, IConfigStore config)initialize from the configuration filevoidUnpublishExpiredJob. init(ISubsystem owner, java.lang.String id, java.lang.String implName, IConfigStore config)initialize from the configuration file -
Uses of ISubsystem in com.netscape.cms.listeners
Methods in com.netscape.cms.listeners with parameters of type ISubsystem Modifier and Type Method Description voidCertificateIssuedListener. init(ISubsystem sub, IConfigStore config)voidCertificateRevokedListener. init(ISubsystem sub, IConfigStore config)voidPinRemovalListener. init(ISubsystem sub, IConfigStore config)voidRequestInQListener. init(ISubsystem sub, IConfigStore config)initializes the listener from the configuration -
Uses of ISubsystem in com.netscape.cms.logging
Methods in com.netscape.cms.logging with parameters of type ISubsystem Modifier and Type Method Description voidLogFile. init(ISubsystem owner, IConfigStore config) -
Uses of ISubsystem in com.netscape.cms.ocsp
Classes in com.netscape.cms.ocsp that implement ISubsystem Modifier and Type Class Description classDefStoreThis is the default OCSP store that stores revocation information as certificate record (CMS internal data structure).classLDAPStoreThis is the LDAP OCSP store.Methods in com.netscape.cms.ocsp with parameters of type ISubsystem Modifier and Type Method Description voidDefStore. init(ISubsystem owner, IConfigStore config)voidLDAPStore. init(ISubsystem owner, IConfigStore config)Fetch CA certificate and CRL from LDAP server. -
Uses of ISubsystem in org.dogtagpki.legacy.policy
Subinterfaces of ISubsystem in org.dogtagpki.legacy.policy Modifier and Type Interface Description interfaceIPolicyProcessorA generic interface for a policy processor.Methods in org.dogtagpki.legacy.policy that return ISubsystem Modifier and Type Method Description ISubsystemIPolicyProcessor. getAuthority()Methods in org.dogtagpki.legacy.policy with parameters of type ISubsystem Modifier and Type Method Description voidIPolicyRule. init(ISubsystem owner, IConfigStore config)Initializes the policy rule. -
Uses of ISubsystem in org.dogtagpki.legacy.server.policy
Methods in org.dogtagpki.legacy.server.policy with parameters of type ISubsystem Modifier and Type Method Description abstract voidAPolicyRule. init(ISubsystem owner, IConfigStore config)Initializes the policy rule. -
Uses of ISubsystem in org.dogtagpki.legacy.server.policy.constraints
Methods in org.dogtagpki.legacy.server.policy.constraints with parameters of type ISubsystem Modifier and Type Method Description voidAgentPolicy. init(ISubsystem owner, IConfigStore config)Initializes this policy rule.voidAttributePresentConstraints. init(ISubsystem owner, IConfigStore config)voidDefaultRevocation. init(ISubsystem owner, IConfigStore config)Initializes this policy rule.voidDSAKeyConstraints. init(ISubsystem owner, IConfigStore config)Initializes this policy rule.voidIssuerConstraints. init(ISubsystem owner, IConfigStore config)Initializes this policy rule.voidKeyAlgorithmConstraints. init(ISubsystem owner, IConfigStore config)Initializes this policy rule.voidManualAuthentication. init(ISubsystem owner, IConfigStore config)Initializes this policy rule.voidRenewalConstraints. init(ISubsystem owner, IConfigStore config)Initializes this policy rule.voidRenewalValidityConstraints. init(ISubsystem owner, IConfigStore config)Initializes this policy rule.voidRevocationConstraints. init(ISubsystem owner, IConfigStore config)Initializes this policy rule.voidRSAKeyConstraints. init(ISubsystem owner, IConfigStore config)Initializes this policy rule.voidSigningAlgorithmConstraints. init(ISubsystem owner, IConfigStore config)Initializes this policy rule.voidSubCANameConstraints. init(ISubsystem owner, IConfigStore config)Initializes this policy rule.voidUniqueSubjectNameConstraints. init(ISubsystem owner, IConfigStore config)Initializes this policy rule.voidValidityConstraints. init(ISubsystem owner, IConfigStore config)Initializes this policy rule. -
Uses of ISubsystem in org.dogtagpki.legacy.server.policy.extensions
Methods in org.dogtagpki.legacy.server.policy.extensions with parameters of type ISubsystem Modifier and Type Method Description voidAuthInfoAccessExt. init(ISubsystem owner, IConfigStore config)Initializes this policy rule.voidAuthorityKeyIdentifierExt. init(ISubsystem owner, IConfigStore config)Initializes this policy rule.voidBasicConstraintsExt. init(ISubsystem owner, IConfigStore config)Initializes this policy rule.voidCertificatePoliciesExt. init(ISubsystem owner, IConfigStore config)Initializes this policy rule.voidCertificateRenewalWindowExt. init(ISubsystem owner, IConfigStore config)Initializes this policy rule.voidCertificateScopeOfUseExt. init(ISubsystem owner, IConfigStore config)Initializes this policy rule.voidCRLDistributionPointsExt. init(ISubsystem owner, IConfigStore config)Performs one-time initialization of the policy.voidExtendedKeyUsageExt. init(ISubsystem owner, IConfigStore config)Performs one-time initialization of the policy.voidGenericASN1Ext. init(ISubsystem owner, IConfigStore config)Initializes this policy rule.voidIssuerAltNameExt. init(ISubsystem owner, IConfigStore config)Initializes this policy rule.voidKeyUsageExt. init(ISubsystem owner, IConfigStore config)Initializes this policy rule.voidNameConstraintsExt. init(ISubsystem owner, IConfigStore config)Initializes this policy rule.voidNSCCommentExt. init(ISubsystem owner, IConfigStore config)Initializes this policy rule.voidNSCertTypeExt. init(ISubsystem owner, IConfigStore config)Initializes this policy rule.voidOCSPNoCheckExt. init(ISubsystem owner, IConfigStore config)Performs one-time initialization of the policy.voidPolicyConstraintsExt. init(ISubsystem owner, IConfigStore config)Initializes this policy rule.voidPolicyMappingsExt. init(ISubsystem owner, IConfigStore config)Initializes this policy rule.voidPresenceExt. init(ISubsystem owner, IConfigStore config)voidPrivateKeyUsagePeriodExt. init(ISubsystem owner, IConfigStore config)Initializes this policy rule.voidRemoveBasicConstraintsExt. init(ISubsystem owner, IConfigStore config)voidSubjAltNameExt. init(ISubsystem owner, IConfigStore config)Initializes this policy rule.voidSubjectAltNameExt. init(ISubsystem owner, IConfigStore config)Initializes this policy rule.voidSubjectDirectoryAttributesExt. init(ISubsystem owner, IConfigStore config)voidSubjectKeyIdentifierExt. init(ISubsystem owner, IConfigStore config)Initializes this policy rule.
-