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.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.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.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.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
RequestInQueueJob. 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
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.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 void
CMSEngine. initSubsystem(ISubsystem subsystem, IConfigStore subsystemConfig)
-
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
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
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
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.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()
-
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.
-