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 interfaceIAuthorityAuthority interface.interfaceICertAuthorityAuthority 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 classBaseSubsystemThis class represents a basic subsystem.Methods in com.netscape.certsrv.base that return ISubsystem Modifier and Type Method Description ISubsystemISubsystemSource. 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 voidIPluginImpl. 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 interfaceICrossCertPairSubsystemInterface 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 interfaceIDBRegistryA 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 ISubsystemIDBSSession. 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 voidICMSExtension. init(ISubsystem owner, IConfigStore config)initialize from configuration file -
Uses of ISubsystem in com.netscape.certsrv.jobs
Methods in com.netscape.certsrv.jobs with parameters of type ISubsystem Modifier and Type Method Description voidIJob. 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 interfaceIKeyRecoveryAuthorityAn 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 interfaceILogSubsystemAn interface that represents a logging component.Methods in com.netscape.certsrv.logging with parameters of type ISubsystem Modifier and Type Method Description voidConsoleLog. init(ISubsystem owner, IConfigStore config)voidILogEventListener. 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 interfaceIOCSPAuthorityThis 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 ISubsystem Modifier and Type Method Description voidILdapPluginImpl. init(ISubsystem sys, IConfigStore config)initialize from config store.voidIPublishRuleSet. 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 interfaceIRegistrationAuthorityAn 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 voidIRequestListener. init(ISubsystem sub, IConfigStore 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.selftests Modifier and Type Interface Description interfaceISelfTestSubsystemThis 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 interfaceITKSAuthorityAn 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 interfaceIStatsSubsystemA 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 voidAJobBase. init(ISubsystem owner, java.lang.String id, java.lang.String implName, IConfigStore config)abstract methodsvoidRequestInQueueJob. 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 voidPinRemovalListener. init(ISubsystem sub, IConfigStore config)voidRequestInQListener. 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 voidLogFile. 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. subsystemsMethods in com.netscape.cmscore.apps that return ISubsystem Modifier and Type Method Description ISubsystemCMSEngine. 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 voidCMSEngine. 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 classAuthSubsystemDefault authentication subsystem -
Uses of ISubsystem in com.netscape.cmscore.authorization
Classes in com.netscape.cmscore.authorization that implement ISubsystem Modifier and Type Class Description classAuthzSubsystemDefault 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 classOidLoaderSubsystemclassX500NameSubsystemSubsystem 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 voidLocalConnector.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 classDBRegistryA class represents a registry where all the schema (object classes and attribute) information is stored.classDBSubsystemA 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 ISubsystemDBSSession. 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 classCMSExtensionsMapLoads 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 voidKeyUsage. 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 classJobsSchedulerThis 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 ISubsystemPublisherProcessor. getAuthority()Return Authority for which this Processor operates.Methods in com.netscape.cmscore.ldap with parameters of type ISubsystem Modifier and Type Method Description voidLdapRequestListener. init(ISubsystem sys, IConfigStore config)voidPublisherProcessor. 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 classLogSubsystemA 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 classAbstractProfileSubsystemclassLDAPProfileSubsystemclassProfileSubsystem -
Uses of ISubsystem in com.netscape.cmscore.request
Classes in com.netscape.cmscore.request that implement ISubsystem Modifier and Type Class Description classRequestSubsystemRequestSubsystem -
Uses of ISubsystem in com.netscape.cmscore.selftests
Classes in com.netscape.cmscore.selftests that implement ISubsystem Modifier and Type Class Description classSelfTestSubsystemThis 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 classProfileSubsystemA class represents a internal subsystem.classStatsSubsystemA 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 ISubsystemGenericPolicyProcessor. getAuthority() -
Uses of ISubsystem in org.dogtagpki.legacy.policy
Methods in org.dogtagpki.legacy.policy that return ISubsystem Modifier and Type Method Description ISubsystemIPolicyProcessor. getAuthority() -
Uses of ISubsystem in org.dogtagpki.server.ca
Subinterfaces of ISubsystem in org.dogtagpki.server.ca Modifier and Type Interface Description interfaceICertificateAuthorityAn 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 ISubsystemICRLIssuingPoint. getCertificateAuthority()Returns certificate authority.Methods in org.dogtagpki.server.ca with parameters of type ISubsystem Modifier and Type Method Description voidICRLIssuingPoint. init(ISubsystem ca, java.lang.String id, IConfigStore config)Initializes CRL issuing point.
-