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 interface
ICMSEngine
This interface represents the CMS core framework.Methods in com.netscape.certsrv.apps that return ISubsystem Modifier and Type Method Description 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 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 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 Modifier and Type Interface Description 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 Modifier and Type Interface Description 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 Modifier and Type Class Description class
BaseSubsystem
This class represents a basic subsystem.Methods in com.netscape.certsrv.base that return ISubsystem Modifier and Type Method Description ISubsystem
ISubsystemSource. 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 void
BaseSubsystem. init(ISubsystem owner, IConfigStore config)
Initializes this subsystem.void
IPluginImpl. init(ISubsystem sys, java.lang.String instanceName, java.lang.String className, IConfigStore config)
Initializes this plugin instance.void
ISubsystem. 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 interface
ICertificateAuthority
An 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 ISubsystem
ICRLIssuingPoint. getCertificateAuthority()
Returns certificate authority.Methods in com.netscape.certsrv.ca with parameters of type ISubsystem Modifier and Type Method Description 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 Modifier and Type Interface Description interface
ICrossCertPairSubsystem
Interface 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 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 Modifier and Type Method Description 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 Modifier and Type Method Description 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 Modifier and Type Interface Description interface
IJobsScheduler
An interface that represents the job scheduler component.Methods in com.netscape.certsrv.jobs with parameters of type ISubsystem Modifier and Type Method Description 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 Modifier and Type Interface Description 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 Modifier and Type Method Description 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 Modifier and Type Interface Description interface
ILogSubsystem
An interface that represents a logging component.Methods in com.netscape.certsrv.logging with parameters of type ISubsystem Modifier and Type Method Description 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 Modifier and Type Interface Description 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.profile
Subinterfaces of ISubsystem in com.netscape.certsrv.profile Modifier and Type Interface Description 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 Modifier and Type Interface Description interface
IPublisherProcessor
Controls the publishing process from the top level.interface
IXcertPublisherProcessor
Interface for a publisher that has the capability of publishing cross certsMethods in com.netscape.certsrv.publish that return ISubsystem Modifier and Type Method Description ISubsystem
IPublisherProcessor. getAuthority()
Return Authority for which this Processor operates.Methods in com.netscape.certsrv.publish with parameters of type ISubsystem Modifier and Type Method Description 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 Modifier and Type Interface Description 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 Modifier and Type Interface Description 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 Modifier and Type Method Description 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 Modifier and Type Interface Description 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 Modifier and Type Interface Description 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 Modifier and Type Interface Description 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 Modifier and Type Interface Description 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 Modifier and Type Interface Description 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 Modifier and Type Method Description abstract void
AJobBase. init(ISubsystem owner, java.lang.String id, java.lang.String implName, IConfigStore config)
abstract methodsvoid
PublishCertsJob. init(ISubsystem owner, java.lang.String id, java.lang.String implName, IConfigStore config)
initialize from the configuration filevoid
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 filevoid
UnpublishExpiredJob. 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 void
CertificateIssuedListener. init(ISubsystem sub, IConfigStore config)
void
CertificateRevokedListener. init(ISubsystem sub, IConfigStore config)
void
PinRemovalListener. init(ISubsystem sub, IConfigStore config)
void
RequestInQListener. 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 void
LogFile. 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 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 Modifier and Type Method Description 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 org.dogtagpki.legacy.policy
Subinterfaces of ISubsystem in org.dogtagpki.legacy.policy Modifier and Type Interface Description interface
IPolicyProcessor
A generic interface for a policy processor.Methods in org.dogtagpki.legacy.policy that return ISubsystem Modifier and Type Method Description ISubsystem
IPolicyProcessor. getAuthority()
Methods in org.dogtagpki.legacy.policy with parameters of type ISubsystem Modifier and Type Method Description void
IPolicyRule. 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 void
APolicyRule. 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 void
AgentPolicy. init(ISubsystem owner, IConfigStore config)
Initializes this policy rule.void
AttributePresentConstraints. init(ISubsystem owner, IConfigStore config)
void
DefaultRevocation. init(ISubsystem owner, IConfigStore config)
Initializes this policy rule.void
DSAKeyConstraints. init(ISubsystem owner, IConfigStore config)
Initializes this policy rule.void
IssuerConstraints. init(ISubsystem owner, IConfigStore config)
Initializes this policy rule.void
KeyAlgorithmConstraints. init(ISubsystem owner, IConfigStore config)
Initializes this policy rule.void
ManualAuthentication. init(ISubsystem owner, IConfigStore config)
Initializes this policy rule.void
RenewalConstraints. init(ISubsystem owner, IConfigStore config)
Initializes this policy rule.void
RenewalValidityConstraints. init(ISubsystem owner, IConfigStore config)
Initializes this policy rule.void
RevocationConstraints. init(ISubsystem owner, IConfigStore config)
Initializes this policy rule.void
RSAKeyConstraints. init(ISubsystem owner, IConfigStore config)
Initializes this policy rule.void
SigningAlgorithmConstraints. init(ISubsystem owner, IConfigStore config)
Initializes this policy rule.void
SubCANameConstraints. init(ISubsystem owner, IConfigStore config)
Initializes this policy rule.void
UniqueSubjectNameConstraints. init(ISubsystem owner, IConfigStore config)
Initializes this policy rule.void
ValidityConstraints. 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 void
AuthInfoAccessExt. init(ISubsystem owner, IConfigStore config)
Initializes this policy rule.void
AuthorityKeyIdentifierExt. init(ISubsystem owner, IConfigStore config)
Initializes this policy rule.void
BasicConstraintsExt. init(ISubsystem owner, IConfigStore config)
Initializes this policy rule.void
CertificatePoliciesExt. init(ISubsystem owner, IConfigStore config)
Initializes this policy rule.void
CertificateRenewalWindowExt. init(ISubsystem owner, IConfigStore config)
Initializes this policy rule.void
CertificateScopeOfUseExt. init(ISubsystem owner, IConfigStore config)
Initializes this policy rule.void
CRLDistributionPointsExt. init(ISubsystem owner, IConfigStore config)
Performs one-time initialization of the policy.void
ExtendedKeyUsageExt. init(ISubsystem owner, IConfigStore config)
Performs one-time initialization of the policy.void
GenericASN1Ext. init(ISubsystem owner, IConfigStore config)
Initializes this policy rule.void
IssuerAltNameExt. init(ISubsystem owner, IConfigStore config)
Initializes this policy rule.void
KeyUsageExt. init(ISubsystem owner, IConfigStore config)
Initializes this policy rule.void
NameConstraintsExt. init(ISubsystem owner, IConfigStore config)
Initializes this policy rule.void
NSCCommentExt. init(ISubsystem owner, IConfigStore config)
Initializes this policy rule.void
NSCertTypeExt. init(ISubsystem owner, IConfigStore config)
Initializes this policy rule.void
OCSPNoCheckExt. init(ISubsystem owner, IConfigStore config)
Performs one-time initialization of the policy.void
PolicyConstraintsExt. init(ISubsystem owner, IConfigStore config)
Initializes this policy rule.void
PolicyMappingsExt. init(ISubsystem owner, IConfigStore config)
Initializes this policy rule.void
PresenceExt. init(ISubsystem owner, IConfigStore config)
void
PrivateKeyUsagePeriodExt. init(ISubsystem owner, IConfigStore config)
Initializes this policy rule.void
RemoveBasicConstraintsExt. init(ISubsystem owner, IConfigStore config)
void
SubjAltNameExt. init(ISubsystem owner, IConfigStore config)
Initializes this policy rule.void
SubjectAltNameExt. init(ISubsystem owner, IConfigStore config)
Initializes this policy rule.void
SubjectDirectoryAttributesExt. init(ISubsystem owner, IConfigStore config)
void
SubjectKeyIdentifierExt. init(ISubsystem owner, IConfigStore config)
Initializes this policy rule.
-