Uses of Interface
com.netscape.certsrv.base.ISubsystem
Packages that use ISubsystem
Package
Description
-
Uses of ISubsystem in com.netscape.certsrv.authority
Subinterfaces of ISubsystem in com.netscape.certsrv.authority -
Uses of ISubsystem in com.netscape.certsrv.base
Classes in com.netscape.certsrv.base that implement ISubsystemMethods in com.netscape.certsrv.base with parameters of type ISubsystemModifier and TypeMethodDescriptionvoid
IPluginImpl.init
(ISubsystem sys, String instanceName, String className, ConfigStore config) Initializes this plugin instance. -
Uses of ISubsystem in com.netscape.certsrv.cert
Subinterfaces of ISubsystem in com.netscape.certsrv.certModifier and TypeInterfaceDescriptioninterface
Interface for handling cross certs -
Uses of ISubsystem in com.netscape.certsrv.jobs
Methods in com.netscape.certsrv.jobs with parameters of type ISubsystemModifier and TypeMethodDescriptionvoid
IJob.init
(ISubsystem owner, String id, String implName, ConfigStore config) Initialize from the configuration file. -
Uses of ISubsystem in com.netscape.certsrv.kra
Subinterfaces of ISubsystem in com.netscape.certsrv.kraModifier and TypeInterfaceDescriptioninterface
An interface represents key recovery authority. -
Uses of ISubsystem in com.netscape.certsrv.logging
Subinterfaces of ISubsystem in com.netscape.certsrv.loggingModifier and TypeInterfaceDescriptioninterface
An interface that represents a logging component.Methods in com.netscape.certsrv.logging with parameters of type ISubsystemModifier and TypeMethodDescriptionvoid
ILogEventListener.init
(ISubsystem owner, ConfigStore config) Initialize this log listener -
Uses of ISubsystem in com.netscape.certsrv.ocsp
Subinterfaces of ISubsystem in com.netscape.certsrv.ocspModifier and TypeInterfaceDescriptioninterface
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 with parameters of type ISubsystemModifier and TypeMethodDescriptionvoid
ILdapPluginImpl.init
(ISubsystem sys, ConfigStore config) initialize from config store. -
Uses of ISubsystem in com.netscape.certsrv.request
Methods in com.netscape.certsrv.request with parameters of type ISubsystemModifier and TypeMethodDescriptionvoid
IRequestListener.init
(ISubsystem sub, ConfigStore config) Initializes request listener for the specific subsystem and configuration store. -
Uses of ISubsystem in com.netscape.certsrv.selftests
Subinterfaces of ISubsystem in com.netscape.certsrv.selftestsModifier and TypeInterfaceDescriptioninterface
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.tksModifier and TypeInterfaceDescriptioninterface
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.utilModifier and TypeInterfaceDescriptioninterface
A class represents a internal subsystem. -
Uses of ISubsystem in com.netscape.cms.jobs
Methods in com.netscape.cms.jobs with parameters of type ISubsystemModifier and TypeMethodDescriptionabstract void
AJobBase.init
(ISubsystem owner, String id, String implName, ConfigStore config) abstract methodsvoid
RequestInQueueJob.init
(ISubsystem owner, String id, String implName, ConfigStore config) initialize from the configuration file -
Uses of ISubsystem in com.netscape.cms.listeners
Methods in com.netscape.cms.listeners with parameters of type ISubsystemModifier and TypeMethodDescriptionvoid
PinRemovalListener.init
(ISubsystem sub, ConfigStore config) -
Uses of ISubsystem in com.netscape.cms.logging
Methods in com.netscape.cms.logging with parameters of type ISubsystem -
Uses of ISubsystem in com.netscape.cmscore.apps
Fields in com.netscape.cmscore.apps with type parameters of type ISubsystemMethods in com.netscape.cmscore.apps that return ISubsystemMethods in com.netscape.cmscore.apps that return types with arguments of type ISubsystemMethods in com.netscape.cmscore.apps with parameters of type ISubsystemModifier and TypeMethodDescriptionvoid
CMSEngine.initSubsystem
(ISubsystem subsystem, ConfigStore subsystemConfig) -
Uses of ISubsystem in com.netscape.cmscore.authentication
Classes in com.netscape.cmscore.authentication that implement ISubsystem -
Uses of ISubsystem in com.netscape.cmscore.authorization
Classes in com.netscape.cmscore.authorization that implement ISubsystem -
Uses of ISubsystem in com.netscape.cmscore.base
Methods in com.netscape.cmscore.base that return types with arguments of type ISubsystemModifier and TypeMethodDescriptionstatic Vector<ISubsystem>
SubsystemLoader.load
(ConfigStore config) -
Uses of ISubsystem in com.netscape.cmscore.cert
Classes in com.netscape.cmscore.cert that implement ISubsystemModifier and TypeClassDescriptionclass
class
Subsystem for configuring X500Name related things. -
Uses of ISubsystem in com.netscape.cmscore.jobs
Classes in com.netscape.cmscore.jobs that implement ISubsystemModifier and TypeClassDescriptionclass
This is a daemon thread that handles scheduled jobs like cron would do with different jobs. -
Uses of ISubsystem in com.netscape.cmscore.logging
Classes in com.netscape.cmscore.logging that implement ISubsystem -
Uses of ISubsystem in com.netscape.cmscore.selftests
Classes in com.netscape.cmscore.selftests that implement ISubsystemModifier and TypeClassDescriptionclass
This class implements a container for self tests. -
Uses of ISubsystem in com.netscape.cmscore.util
Classes in com.netscape.cmscore.util that implement ISubsystemModifier and TypeClassDescriptionclass
A class represents a internal subsystem.class
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 -
Uses of ISubsystem in org.dogtagpki.legacy.policy
Methods in org.dogtagpki.legacy.policy that return ISubsystem -
Uses of ISubsystem in org.dogtagpki.server.ca
Subinterfaces of ISubsystem in org.dogtagpki.server.caModifier and TypeInterfaceDescriptioninterface
An interface represents a Certificate Authority that is responsible for certificate specific operations.