Uses of Interface
com.netscape.certsrv.base.ISubsystem
-
-
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.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
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.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.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.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
IOCSPAuthority
This class represents the primary interface for the Online Certificate Status Protocol (OCSP) server. -
Uses of ISubsystem in com.netscape.certsrv.publish
Methods 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
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.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.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.profile.common
Methods in com.netscape.cms.profile.common with parameters of type ISubsystem Modifier and Type Method Description void
Profile. init(ISubsystem owner, IConfigStore config)
Initializes this profile. -
Uses of ISubsystem in com.netscape.cmscore.apps
Fields in com.netscape.cmscore.apps with type parameters of type ISubsystem Modifier and Type Field Description java.util.Map<java.lang.String,ISubsystem>
CMSEngine. subsystems
Methods in com.netscape.cmscore.apps that return ISubsystem Modifier and Type Method Description ISubsystem
CMSEngine. getSubsystem(java.lang.String name)
Methods in com.netscape.cmscore.apps that return types with arguments of type ISubsystem Modifier and Type Method Description java.util.Collection<ISubsystem>
CMSEngine. getSubsystems()
Methods in com.netscape.cmscore.apps with parameters of type ISubsystem Modifier and Type Method Description SubsystemInfo
CMSEngine. addSubsystem(java.lang.String id, ISubsystem instance)
-
Uses of ISubsystem in com.netscape.cmscore.authentication
Classes in com.netscape.cmscore.authentication that implement ISubsystem Modifier and Type Class Description class
AuthSubsystem
Default authentication subsystem -
Uses of ISubsystem in com.netscape.cmscore.authorization
Classes in com.netscape.cmscore.authorization that implement ISubsystem Modifier and Type Class Description class
AuthzSubsystem
Default authorization subsystem -
Uses of ISubsystem in com.netscape.cmscore.base
Methods in com.netscape.cmscore.base that return types with arguments of type ISubsystem Modifier and Type Method Description static java.util.Vector<ISubsystem>
SubsystemLoader. load(IConfigStore config)
-
Uses of ISubsystem in com.netscape.cmscore.cert
Classes in com.netscape.cmscore.cert that implement ISubsystem Modifier and Type Class Description class
CrossCertPairSubsystem
Subsystem for handling cross certificate pairing and publishing Intended use: when signing a subordinate CA cert which is intended to be part of the crossCertificatePair when this ca submits a request (with existing CA signing key material to another ca for cross-signing In both cases, administrator needs to "import" the crossSigned certificates via the admin console.class
OidLoaderSubsystem
class
X500NameSubsystem
Subsystem for configuring X500Name related things. -
Uses of ISubsystem in com.netscape.cmscore.connector
Methods in com.netscape.cmscore.connector with parameters of type ISubsystem Modifier and Type Method Description void
LocalConnector.LocalConnListener. init(ISubsystem sys, IConfigStore config)
-
Uses of ISubsystem in com.netscape.cmscore.dbs
Subinterfaces of ISubsystem in com.netscape.cmscore.dbs Modifier and Type Interface Description interface
IDBSubsystem
An interface represents certificate server backend database.Classes in com.netscape.cmscore.dbs that implement ISubsystem Modifier and Type Class Description class
DBRegistry
A class represents a registry where all the schema (object classes and attribute) information is stored.class
DBSubsystem
A class represents the database subsystem that manages the backend data storage.Methods in com.netscape.cmscore.dbs that return ISubsystem Modifier and Type Method Description ISubsystem
DBSSession. getDBSubsystem()
Returns database subsystem. -
Uses of ISubsystem in com.netscape.cmscore.extensions
Classes in com.netscape.cmscore.extensions that implement ISubsystem Modifier and Type Class Description class
CMSExtensionsMap
Loads extension classes from configuration file and return for a given extension name or OID.Methods in com.netscape.cmscore.extensions with parameters of type ISubsystem Modifier and Type Method Description void
KeyUsage. init(ISubsystem owner, IConfigStore config)
-
Uses of ISubsystem in com.netscape.cmscore.jobs
Classes in com.netscape.cmscore.jobs that implement ISubsystem Modifier and Type Class Description class
JobsScheduler
This is a daemon thread that handles scheduled jobs like cron would do with different jobs. -
Uses of ISubsystem in com.netscape.cmscore.ldap
Methods in com.netscape.cmscore.ldap that return ISubsystem Modifier and Type Method Description ISubsystem
PublisherProcessor. getAuthority()
Methods in com.netscape.cmscore.ldap with parameters of type ISubsystem Modifier and Type Method Description void
LdapPublishModule. init(ISubsystem sub, IConfigStore config)
initialize ldap publishing module with config storevoid
LdapRequestListener. init(ISubsystem sys, IConfigStore config)
void
PublisherProcessor. init(ISubsystem authority, IConfigStore config)
-
Uses of ISubsystem in com.netscape.cmscore.logging
Classes in com.netscape.cmscore.logging that implement ISubsystem Modifier and Type Class Description class
LogSubsystem
A class represents a log subsystem. -
Uses of ISubsystem in com.netscape.cmscore.profile
Classes in com.netscape.cmscore.profile that implement ISubsystem Modifier and Type Class Description class
AbstractProfileSubsystem
class
LDAPProfileSubsystem
class
ProfileSubsystem
-
Uses of ISubsystem in com.netscape.cmscore.request
Classes in com.netscape.cmscore.request that implement ISubsystem Modifier and Type Class Description class
RequestSubsystem
RequestSubsystem -
Uses of ISubsystem in com.netscape.cmscore.security
Classes in com.netscape.cmscore.security that implement ISubsystem Modifier and Type Class Description class
JssSubsystem
Subsystem for initializing JSS> -
Uses of ISubsystem in com.netscape.cmscore.selftests
Classes in com.netscape.cmscore.selftests that implement ISubsystem Modifier and Type Class Description class
SelfTestSubsystem
This class implements a container for self tests. -
Uses of ISubsystem in com.netscape.cmscore.usrgrp
Classes in com.netscape.cmscore.usrgrp that implement ISubsystem Modifier and Type Class Description class
UGSubsystem
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.cmscore.util
Classes in com.netscape.cmscore.util that implement ISubsystem Modifier and Type Class Description class
ProfileSubsystem
A class represents a internal subsystem.class
StatsSubsystem
A class represents a internal subsystem. -
Uses of ISubsystem in org.dogtagpki.legacy.core.policy
Methods in org.dogtagpki.legacy.core.policy that return ISubsystem Modifier and Type Method Description ISubsystem
GenericPolicyProcessor. getAuthority()
Methods in org.dogtagpki.legacy.core.policy with parameters of type ISubsystem Modifier and Type Method Description void
GenericPolicyProcessor. init(ISubsystem owner, IConfigStore config)
Initializes the PolicyProcessor -
Uses of ISubsystem in org.dogtagpki.legacy.policy
Methods in org.dogtagpki.legacy.policy that return ISubsystem Modifier and Type Method Description ISubsystem
IPolicyProcessor. getAuthority()
-
Uses of ISubsystem in org.dogtagpki.server.authentication
Subinterfaces of ISubsystem in org.dogtagpki.server.authentication Modifier and Type Interface Description interface
IAuthSubsystem
An interface that represents an authentication component -
Uses of ISubsystem in org.dogtagpki.server.authorization
Subinterfaces of ISubsystem in org.dogtagpki.server.authorization Modifier and Type Interface Description interface
IAuthzSubsystem
An interface that represents an authorization component -
Uses of ISubsystem in org.dogtagpki.server.ca
Subinterfaces of ISubsystem in org.dogtagpki.server.ca Modifier and Type Interface Description interface
ICertificateAuthority
An interface represents a Certificate Authority that is responsible for certificate specific operations.Methods in org.dogtagpki.server.ca that return ISubsystem Modifier and Type Method Description ISubsystem
ICRLIssuingPoint. getCertificateAuthority()
Returns certificate authority.Methods in org.dogtagpki.server.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.
-