|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Uses of ISubsystem in com.netscape.certsrv.apps |
|---|
| Subinterfaces of ISubsystem in com.netscape.certsrv.apps | |
|---|---|
interface |
ICMSEngine
This interface represents the CMS core framework. |
| Methods in com.netscape.certsrv.apps that return ISubsystem | |
|---|---|
static ISubsystem |
CMS.getSubsystem(java.lang.String name)
Retrieves the registered subsytem with the given name. |
ISubsystem |
ICMSEngine.getSubsystem(java.lang.String name)
Retrieves the registered subsytem with the given name. |
| Methods in com.netscape.certsrv.apps with parameters of type ISubsystem | |
|---|---|
static void |
CMS.init(ISubsystem owner,
IConfigStore config)
Initialize all static, dynamic and final static subsystems. |
| Uses of ISubsystem in com.netscape.certsrv.authentication |
|---|
| Subinterfaces of ISubsystem in com.netscape.certsrv.authentication | |
|---|---|
interface |
IAuthSubsystem
An interface that represents an authentication component |
| Uses of ISubsystem in com.netscape.certsrv.authority |
|---|
| Subinterfaces of ISubsystem in com.netscape.certsrv.authority | |
|---|---|
interface |
IAuthority
Authority interface. |
interface |
ICertAuthority
Authority 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 | |
|---|---|
interface |
IAuthzSubsystem
An interface that represents an authorization component |
| Uses of ISubsystem in com.netscape.certsrv.base |
|---|
| Classes in com.netscape.certsrv.base that implement ISubsystem | |
|---|---|
class |
ASubsystem
This class represents a basic subsystem. |
| Methods in com.netscape.certsrv.base that return ISubsystem | |
|---|---|
ISubsystem |
ISubsystemSource.getSubsystem(java.lang.String sid)
Retrieves subsystem from the source. |
| Methods in com.netscape.certsrv.base with parameters of type ISubsystem | |
|---|---|
void |
ASubsystem.init(ISubsystem parent,
IConfigStore cfg)
Initializes this subsystem. |
void |
ISubsystem.init(ISubsystem owner,
IConfigStore config)
Initializes this subsystem with the given configuration store. |
void |
IPluginImpl.init(ISubsystem sys,
java.lang.String instanceName,
java.lang.String className,
IConfigStore config)
Initializes this plugin instance. |
| Uses of ISubsystem in com.netscape.certsrv.ca |
|---|
| Subinterfaces of ISubsystem in com.netscape.certsrv.ca | |
|---|---|
interface |
ICertificateAuthority
An interface represents a Certificate Authority that is responsible for certificate specific operations. |
| Methods in com.netscape.certsrv.ca that return ISubsystem | |
|---|---|
ISubsystem |
ICRLIssuingPoint.getCertificateAuthority()
Returns certificate authority. |
| Methods in com.netscape.certsrv.ca with parameters of type ISubsystem | |
|---|---|
void |
ICRLIssuingPoint.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 | |
|---|---|
interface |
ICrossCertPairSubsystem
Interface for handling cross certs |
| Uses of ISubsystem in com.netscape.certsrv.dbs |
|---|
| Subinterfaces of ISubsystem in com.netscape.certsrv.dbs | |
|---|---|
interface |
IDBRegistry
A class represents a registry where all the schema (object classes and attribute) information is stored. |
interface |
IDBSubsystem
An interface represents certificate server backend database. |
| Methods in com.netscape.certsrv.dbs that return ISubsystem | |
|---|---|
ISubsystem |
IDBSSession.getDBSubsystem()
Returns database subsystem. |
| Uses of ISubsystem in com.netscape.certsrv.extensions |
|---|
| Methods in com.netscape.certsrv.extensions with parameters of type ISubsystem | |
|---|---|
void |
ICMSExtension.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 | |
|---|---|
interface |
IJobsScheduler
An interface that represents the job scheduler component. |
| Methods in com.netscape.certsrv.jobs with parameters of type ISubsystem | |
|---|---|
void |
IJob.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 | |
|---|---|
interface |
IKeyRecoveryAuthority
An interface represents key recovery authority. |
| Uses of ISubsystem in com.netscape.certsrv.ldap |
|---|
| Methods in com.netscape.certsrv.ldap with parameters of type ISubsystem | |
|---|---|
void |
ILdapConnModule.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 | |
|---|---|
interface |
ILogSubsystem
An interface that represents a logging component. |
| Methods in com.netscape.certsrv.logging with parameters of type ISubsystem | |
|---|---|
void |
ConsoleLog.init(ISubsystem owner,
IConfigStore config)
|
void |
ILogEventListener.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 | |
|---|---|
interface |
IDefStore
This class defines an Online Certificate Status Protocol (OCSP) store which has been extended to provide information from the internal database. |
interface |
IOCSPAuthority
This class represents the primary interface for the Online Certificate Status Protocol (OCSP) server. |
interface |
IOCSPStore
This class represents the generic interface for an Online Certificate Status Protocol (OCSP) store. |
| Uses of ISubsystem in com.netscape.certsrv.policy |
|---|
| Subinterfaces of ISubsystem in com.netscape.certsrv.policy | |
|---|---|
interface |
IPolicyProcessor
Deprecated. |
| Methods in com.netscape.certsrv.policy that return ISubsystem | |
|---|---|
ISubsystem |
IPolicyProcessor.getAuthority()
Deprecated. |
| Methods in com.netscape.certsrv.policy with parameters of type ISubsystem | |
|---|---|
void |
IPolicyRule.init(ISubsystem owner,
IConfigStore config)
Deprecated. Initializes the policy rule. |
| Uses of ISubsystem in com.netscape.certsrv.profile |
|---|
| Subinterfaces of ISubsystem in com.netscape.certsrv.profile | |
|---|---|
interface |
IProfileSubsystem
This 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 | |
|---|---|
interface |
IPublisherProcessor
Controls the publishing process from the top level. |
interface |
IXcertPublisherProcessor
Interface for a publisher that has the capability of publishing cross certs |
| Methods in com.netscape.certsrv.publish that return ISubsystem | |
|---|---|
ISubsystem |
IPublisherProcessor.getAuthority()
Return Authority for which this Processor operates. |
| Methods in com.netscape.certsrv.publish with parameters of type ISubsystem | |
|---|---|
void |
ICRLPublisher.init(ISubsystem owner,
IConfigStore config)
Initializes this CRL publisher. |
void |
ILdapPluginImpl.init(ISubsystem sys,
IConfigStore config)
initialize from config store. |
void |
IPublishRuleSet.init(ISubsystem sys,
IConfigStore conf)
|
| Uses of ISubsystem in com.netscape.certsrv.ra |
|---|
| Subinterfaces of ISubsystem in com.netscape.certsrv.ra | |
|---|---|
interface |
IRegistrationAuthority
An 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 | |
|---|---|
interface |
IPluginRegistry
This 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 | |
|---|---|
void |
IRequestListener.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 | |
|---|---|
interface |
ICryptoSubsystem
This 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 | |
|---|---|
interface |
ISelfTestSubsystem
This 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 | |
|---|---|
interface |
ITKSAuthority
An 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 | |
|---|---|
interface |
IUGSubsystem
This 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 | |
|---|---|
interface |
IStatsSubsystem
A class represents a internal subsystem. |
| Uses of ISubsystem in com.netscape.cms.jobs |
|---|
| Methods in com.netscape.cms.jobs with parameters of type ISubsystem | |
|---|---|
void |
UnpublishExpiredJob.init(ISubsystem owner,
java.lang.String id,
java.lang.String implName,
IConfigStore config)
initialize from the configuration file |
void |
RenewalNotificationJob.init(ISubsystem owner,
java.lang.String id,
java.lang.String implName,
IConfigStore config)
Initialize from the configuration file. |
void |
RequestInQueueJob.init(ISubsystem owner,
java.lang.String id,
java.lang.String implName,
IConfigStore config)
initialize from the configuration file |
abstract void |
AJobBase.init(ISubsystem owner,
java.lang.String id,
java.lang.String implName,
IConfigStore config)
abstract methods |
void |
PublishCertsJob.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 | |
|---|---|
void |
PinRemovalListener.init(ISubsystem sub,
IConfigStore config)
|
void |
RequestInQListener.init(ISubsystem sub,
IConfigStore config)
initializes the listener from the configuration |
void |
CertificateIssuedListener.init(ISubsystem sub,
IConfigStore config)
|
void |
CertificateRevokedListener.init(ISubsystem sub,
IConfigStore config)
|
| Uses of ISubsystem in com.netscape.cms.logging |
|---|
| Methods in com.netscape.cms.logging with parameters of type ISubsystem | |
|---|---|
void |
LogFile.init(ISubsystem owner,
IConfigStore config)
|
| Uses of ISubsystem in com.netscape.cms.ocsp |
|---|
| Classes in com.netscape.cms.ocsp that implement ISubsystem | |
|---|---|
class |
DefStore
This is the default OCSP store that stores revocation information as certificate record (CMS internal data structure). |
class |
LDAPStore
This is the LDAP OCSP store. |
| Methods in com.netscape.cms.ocsp with parameters of type ISubsystem | |
|---|---|
void |
DefStore.init(ISubsystem owner,
IConfigStore config)
|
void |
LDAPStore.init(ISubsystem owner,
IConfigStore config)
Fetch CA certificate and CRL from LDAP server. |
| Uses of ISubsystem in com.netscape.cms.policy |
|---|
| Methods in com.netscape.cms.policy with parameters of type ISubsystem | |
|---|---|
abstract void |
APolicyRule.init(ISubsystem owner,
IConfigStore config)
Deprecated. Initializes the policy rule. |
| Uses of ISubsystem in com.netscape.cms.policy.constraints |
|---|
| Methods in com.netscape.cms.policy.constraints with parameters of type ISubsystem | |
|---|---|
void |
UniqueSubjectNameConstraints.init(ISubsystem owner,
IConfigStore config)
Deprecated. Initializes this policy rule. |
void |
AgentPolicy.init(ISubsystem owner,
IConfigStore config)
Deprecated. Initializes this policy rule. |
void |
KeyAlgorithmConstraints.init(ISubsystem owner,
IConfigStore config)
Deprecated. Initializes this policy rule. |
void |
IssuerConstraints.init(ISubsystem owner,
IConfigStore config)
Deprecated. Initializes this policy rule. |
void |
RevocationConstraints.init(ISubsystem owner,
IConfigStore config)
Deprecated. Initializes this policy rule. |
void |
DefaultRevocation.init(ISubsystem owner,
IConfigStore config)
Deprecated. Initializes this policy rule. |
void |
RSAKeyConstraints.init(ISubsystem owner,
IConfigStore config)
Deprecated. Initializes this policy rule. |
void |
DSAKeyConstraints.init(ISubsystem owner,
IConfigStore config)
Deprecated. Initializes this policy rule. |
void |
ManualAuthentication.init(ISubsystem owner,
IConfigStore config)
Deprecated. Initializes this policy rule. |
void |
RenewalValidityConstraints.init(ISubsystem owner,
IConfigStore config)
Deprecated. Initializes this policy rule. |
void |
SigningAlgorithmConstraints.init(ISubsystem owner,
IConfigStore config)
Deprecated. Initializes this policy rule. |
void |
AttributePresentConstraints.init(ISubsystem owner,
IConfigStore config)
Deprecated. |
void |
ValidityConstraints.init(ISubsystem owner,
IConfigStore config)
Deprecated. Initializes this policy rule. |
void |
RenewalConstraints.init(ISubsystem owner,
IConfigStore config)
Deprecated. Initializes this policy rule. |
void |
SubCANameConstraints.init(ISubsystem owner,
IConfigStore config)
Deprecated. Initializes this policy rule. |
| Uses of ISubsystem in com.netscape.cms.policy.extensions |
|---|
| Methods in com.netscape.cms.policy.extensions with parameters of type ISubsystem | |
|---|---|
void |
OCSPNoCheckExt.init(ISubsystem owner,
IConfigStore config)
Deprecated. Performs one-time initialization of the policy. |
void |
AuthorityKeyIdentifierExt.init(ISubsystem owner,
IConfigStore config)
Deprecated. Initializes this policy rule. |
void |
CertificatePoliciesExt.init(ISubsystem owner,
IConfigStore config)
Deprecated. Initializes this policy rule. |
void |
SubjAltNameExt.init(ISubsystem owner,
IConfigStore config)
Deprecated. Initializes this policy rule. |
void |
RemoveBasicConstraintsExt.init(ISubsystem owner,
IConfigStore config)
Deprecated. |
void |
CertificateScopeOfUseExt.init(ISubsystem owner,
IConfigStore config)
Deprecated. Initializes this policy rule. |
void |
GenericASN1Ext.init(ISubsystem owner,
IConfigStore config)
Deprecated. Initializes this policy rule. |
void |
ExtendedKeyUsageExt.init(ISubsystem owner,
IConfigStore config)
Deprecated. Performs one-time initialization of the policy. |
void |
SubjectDirectoryAttributesExt.init(ISubsystem owner,
IConfigStore config)
Deprecated. |
void |
AuthInfoAccessExt.init(ISubsystem owner,
IConfigStore config)
Deprecated. Initializes this policy rule. |
void |
NameConstraintsExt.init(ISubsystem owner,
IConfigStore config)
Deprecated. Initializes this policy rule. |
void |
PolicyConstraintsExt.init(ISubsystem owner,
IConfigStore config)
Deprecated. Initializes this policy rule. |
void |
PresenceExt.init(ISubsystem owner,
IConfigStore config)
Deprecated. |
void |
NSCCommentExt.init(ISubsystem owner,
IConfigStore config)
Deprecated. Initializes this policy rule. |
void |
BasicConstraintsExt.init(ISubsystem owner,
IConfigStore config)
Deprecated. Initializes this policy rule. |
void |
IssuerAltNameExt.init(ISubsystem owner,
IConfigStore config)
Deprecated. Initializes this policy rule. |
void |
PolicyMappingsExt.init(ISubsystem owner,
IConfigStore config)
Deprecated. Initializes this policy rule. |
void |
SubjectAltNameExt.init(ISubsystem owner,
IConfigStore config)
Deprecated. Initializes this policy rule. |
void |
CRLDistributionPointsExt.init(ISubsystem owner,
IConfigStore config)
Performs one-time initialization of the policy. |
void |
SubjectKeyIdentifierExt.init(ISubsystem owner,
IConfigStore config)
Deprecated. Initializes this policy rule. |
void |
CertificateRenewalWindowExt.init(ISubsystem owner,
IConfigStore config)
Deprecated. Initializes this policy rule. |
void |
PrivateKeyUsagePeriodExt.init(ISubsystem owner,
IConfigStore config)
Deprecated. Initializes this policy rule. |
void |
KeyUsageExt.init(ISubsystem owner,
IConfigStore config)
Deprecated. Initializes this policy rule. |
void |
NSCertTypeExt.init(ISubsystem owner,
IConfigStore config)
Deprecated. Initializes this policy rule. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||