Uses of Interface
com.netscape.certsrv.base.IConfigStore
Packages that use IConfigStore
Package
Description
-
Uses of IConfigStore in com.netscape.certsrv.base
Methods in com.netscape.certsrv.base with type parameters of type IConfigStoreModifier and TypeMethodDescription<T extends IConfigStore>
TIConfigStore.getSubStore(String name, Class<T> clazz) Methods in com.netscape.certsrv.base that return IConfigStoreModifier and TypeMethodDescriptionBaseSubsystem.getConfigStore()Retrieves the configuration store.IPluginImpl.getConfigStore()Retrieves the configuration store.ISubsystem.getConfigStore()Returns the root configuration storage of this system.IConfigStore.getSubStore(String name) Retrieves the given sub-store.IConfigStore.makeSubStore(String name) Creates a nested sub-store with the specified name.Methods in com.netscape.certsrv.base with parameters of type IConfigStoreModifier and TypeMethodDescriptionvoidBaseSubsystem.init(IConfigStore config) Initializes this subsystem.voidIPluginImpl.init(ISubsystem sys, String instanceName, String className, IConfigStore config) Initializes this plugin instance.voidISubsystem.init(IConfigStore config) Initializes this subsystem with the given configuration store. -
Uses of IConfigStore in com.netscape.certsrv.extensions
Methods in com.netscape.certsrv.extensions with parameters of type IConfigStoreModifier and TypeMethodDescriptionabstract voidCMSExtension.init(IConfigStore config) initialize from configuration file -
Uses of IConfigStore in com.netscape.certsrv.jobs
Methods in com.netscape.certsrv.jobs that return IConfigStoreModifier and TypeMethodDescriptionIJob.getConfigStore()Gets the configuration substore used by this jobMethods in com.netscape.certsrv.jobs with parameters of type IConfigStoreModifier and TypeMethodDescriptionvoidIJob.init(ISubsystem owner, String id, String implName, IConfigStore config) Initialize from the configuration file. -
Uses of IConfigStore in com.netscape.certsrv.ldap
Methods in com.netscape.certsrv.ldap with parameters of type IConfigStoreModifier and TypeMethodDescriptionvoidILdapConnModule.init(IConfigStore config) Initialize ldap publishing module with config store. -
Uses of IConfigStore in com.netscape.certsrv.listeners
Methods in com.netscape.certsrv.listeners that return IConfigStoreModifier and TypeMethodDescriptionIRequestListenerPlugin.getConfigStore()get the configuration store of the plugin where the configuration parameters of the plug-in are stored.Methods in com.netscape.certsrv.listeners with parameters of type IConfigStoreModifier and TypeMethodDescriptionvoidIRequestListenerPlugin.init(String name, String implName, IConfigStore config) the subsystem call this method to initialize the plug-in. -
Uses of IConfigStore in com.netscape.certsrv.logging
Methods in com.netscape.certsrv.logging that return IConfigStoreModifier and TypeMethodDescriptionILogEventListener.getConfigStore()Get the configuration store for the log event listener.Methods in com.netscape.certsrv.logging with parameters of type IConfigStoreModifier and TypeMethodDescriptionvoidILogEventListener.init(ISubsystem owner, IConfigStore config) Initialize this log listener -
Uses of IConfigStore in com.netscape.certsrv.publish
Methods in com.netscape.certsrv.publish that return IConfigStoreMethods in com.netscape.certsrv.publish with parameters of type IConfigStoreModifier and TypeMethodDescriptionvoidILdapCrlMapper.init(IConfigStore config) initialize from config store.voidILdapPlugin.init(IConfigStore config) Initialize from config store.voidILdapPluginImpl.init(IConfigStore config) initialize from config store and Isubsystem.voidILdapPluginImpl.init(ISubsystem sys, IConfigStore config) initialize from config store. -
Uses of IConfigStore in com.netscape.certsrv.request
Methods in com.netscape.certsrv.request with parameters of type IConfigStoreModifier and TypeMethodDescriptionvoidIRequestListener.init(ISubsystem sub, IConfigStore config) Initializes request listener for the specific subsystem and configuration store. -
Uses of IConfigStore in com.netscape.certsrv.security
Fields in com.netscape.certsrv.security declared as IConfigStoreMethods in com.netscape.certsrv.security that return IConfigStoreMethods in com.netscape.certsrv.security with parameters of type IConfigStoreModifier and TypeMethodDescriptionorg.mozilla.jss.netscape.security.x509.AlgorithmIdICryptoSubsystem.getAlgorithmId(String algname, IConfigStore store) Retrieves CA's signing algorithm id.org.mozilla.jss.crypto.PQGParamsICryptoSubsystem.getCAPQG(int keysize, IConfigStore store) Retrieves PQG parameters based on key size.voidKeyCertData.setConfigFile(IConfigStore file) Sets configuration file. -
Uses of IConfigStore in com.netscape.certsrv.selftests
Methods in com.netscape.certsrv.selftests that return IConfigStoreModifier and TypeMethodDescriptionISelfTest.getSelfTestConfigStore()Returns the root configuration storage (self test parameters) associated with this subsystem.Methods in com.netscape.certsrv.selftests with parameters of type IConfigStoreModifier and TypeMethodDescriptionvoidISelfTest.initSelfTest(ISelfTestSubsystem subsystem, String instanceName, IConfigStore parameters) Initializes this subsystem with the configuration store associated with this instance name. -
Uses of IConfigStore in com.netscape.cms.authentication
Methods in com.netscape.cms.authentication with parameters of type IConfigStoreModifier and TypeMethodDescriptionvoidAgentCertAuthentication.init(Profile profile, IConfigStore config) voidCMCAuth.init(Profile profile, IConfigStore config) voidFlatFileAuth.init(Profile profile, IConfigStore config) voidSessionAuthentication.init(Profile profile, IConfigStore config) voidSSLclientCertAuthentication.init(Profile profile, IConfigStore config) voidTokenAuthentication.init(Profile profile, IConfigStore config) voidUidPwdDirAuthentication.init(Profile profile, IConfigStore config) voidUidPwdPinDirAuthentication.init(Profile profile, IConfigStore config) voidUserPwdDirAuthentication.init(Profile profile, IConfigStore config) -
Uses of IConfigStore in com.netscape.cms.crl
Methods in com.netscape.cms.crl with parameters of type IConfigStoreModifier and TypeMethodDescriptionvoidCMSAuthInfoAccessExtension.getConfigParams(IConfigStore config, NameValuePairs nvp) voidCMSCertificateIssuerExtension.getConfigParams(IConfigStore config, NameValuePairs nvp) voidCMSCRLReasonExtension.getConfigParams(IConfigStore config, NameValuePairs nvp) voidCMSFreshestCRLExtension.getConfigParams(IConfigStore config, NameValuePairs nvp) voidCMSHoldInstructionExtension.getConfigParams(IConfigStore config, NameValuePairs nvp) voidCMSInvalidityDateExtension.getConfigParams(IConfigStore config, NameValuePairs nvp) voidCMSIssuerAlternativeNameExtension.getConfigParams(IConfigStore config, NameValuePairs nvp) voidCMSIssuingDistributionPointExtension.getConfigParams(IConfigStore config, NameValuePairs nvp) org.mozilla.jss.netscape.security.x509.ExtensionCMSAuthInfoAccessExtension.getCRLExtension(IConfigStore config, Object ip, boolean critical) org.mozilla.jss.netscape.security.x509.ExtensionCMSCertificateIssuerExtension.getCRLExtension(IConfigStore config, Object ip, boolean critical) org.mozilla.jss.netscape.security.x509.ExtensionCMSCRLReasonExtension.getCRLExtension(IConfigStore config, Object crlIssuingPoint, boolean critical) org.mozilla.jss.netscape.security.x509.ExtensionCMSFreshestCRLExtension.getCRLExtension(IConfigStore config, Object ip, boolean critical) org.mozilla.jss.netscape.security.x509.ExtensionCMSHoldInstructionExtension.getCRLExtension(IConfigStore config, Object ip, boolean critical) org.mozilla.jss.netscape.security.x509.ExtensionCMSInvalidityDateExtension.getCRLExtension(IConfigStore config, Object crlIssuingPoint, boolean critical) org.mozilla.jss.netscape.security.x509.ExtensionCMSIssuerAlternativeNameExtension.getCRLExtension(IConfigStore config, Object ip, boolean critical) org.mozilla.jss.netscape.security.x509.ExtensionCMSIssuingDistributionPointExtension.getCRLExtension(IConfigStore config, Object ip, boolean critical) -
Uses of IConfigStore in com.netscape.cms.jobs
Fields in com.netscape.cms.jobs declared as IConfigStoreMethods in com.netscape.cms.jobs that return IConfigStoreModifier and TypeMethodDescriptionAJobBase.getConfigStore()Gets the configuration substore used by this jobMethods in com.netscape.cms.jobs with parameters of type IConfigStoreModifier and TypeMethodDescriptionabstract voidAJobBase.init(ISubsystem owner, String id, String implName, IConfigStore config) abstract methodsvoidRequestInQueueJob.init(ISubsystem owner, String id, String implName, IConfigStore config) initialize from the configuration file -
Uses of IConfigStore in com.netscape.cms.listeners
Methods in com.netscape.cms.listeners that return IConfigStoreMethods in com.netscape.cms.listeners with parameters of type IConfigStoreModifier and TypeMethodDescriptionvoidPinRemovalListener.init(ISubsystem sub, IConfigStore config) voidPinRemovalListener.init(String name, String ImplName, IConfigStore config) voidRequestInQListener.init(ISubsystem sub, IConfigStore config) initializes the listener from the configuration -
Uses of IConfigStore in com.netscape.cms.logging
Fields in com.netscape.cms.logging declared as IConfigStoreMethods in com.netscape.cms.logging that return IConfigStoreModifier and TypeMethodDescriptionLogFile.getConfigStore()Retrieves the configuration store of this subsystem.Methods in com.netscape.cms.logging with parameters of type IConfigStoreModifier and TypeMethodDescriptionvoidLogFile.init(IConfigStore config) Initialize and open the log using the parameters from a config storevoidLogFile.init(ISubsystem owner, IConfigStore config) voidRollingLogFile.init(IConfigStore config) Initialize and open a RollingLogFile using the prop config store -
Uses of IConfigStore in com.netscape.cms.profile
Methods in com.netscape.cms.profile with parameters of type IConfigStoreModifier and TypeMethodDescriptionvoidProfileAuthenticator.init(Profile profile, IConfigStore config) Initializes this default policy. -
Uses of IConfigStore in com.netscape.cms.profile.common
Fields in com.netscape.cms.profile.common declared as IConfigStoreMethods in com.netscape.cms.profile.common that return IConfigStoreModifier and TypeMethodDescriptionProfile.getConfigStore()Retrieves the configuration store of this profile.abstract IConfigStoreProfileInput.getConfigStore()Returns configuration store.abstract IConfigStoreProfileOutput.getConfigStore()Retrieves configuration store.Methods in com.netscape.cms.profile.common with parameters of type IConfigStoreModifier and TypeMethodDescriptionvoidProfile.init(IConfigStore config) Initializes this profile.abstract voidProfileOutput.init(IConfigStore config) Initializes this default policy. -
Uses of IConfigStore in com.netscape.cms.profile.constraint
Methods in com.netscape.cms.profile.constraint that return IConfigStoreModifier and TypeMethodDescriptionabstract IConfigStorePolicyConstraint.getConfigStore()Returns the corresponding configuration store of this constraint policy.Methods in com.netscape.cms.profile.constraint with parameters of type IConfigStoreModifier and TypeMethodDescriptionabstract voidPolicyConstraint.init(IConfigStore config) Initializes this constraint policy. -
Uses of IConfigStore in com.netscape.cms.profile.def
Methods in com.netscape.cms.profile.def that return IConfigStoreModifier and TypeMethodDescriptionabstract IConfigStorePolicyDefault.getConfigStore()Retrieves the configuration store of this default.Methods in com.netscape.cms.profile.def with parameters of type IConfigStoreModifier and TypeMethodDescriptionabstract voidPolicyDefault.init(IConfigStore config) Initializes this default policy. -
Uses of IConfigStore in com.netscape.cms.profile.input
Fields in com.netscape.cms.profile.input declared as IConfigStoreMethods in com.netscape.cms.profile.input that return IConfigStoreMethods in com.netscape.cms.profile.input with parameters of type IConfigStoreModifier and TypeMethodDescriptionvoidCertReqInput.init(Profile profile, IConfigStore config) Initializes this default policy.voidCMCCertReqInput.init(Profile profile, IConfigStore config) Initializes this default policy.voidDualKeyGenInput.init(Profile profile, IConfigStore config) Initializes this default policy.voidEncryptionKeyGenInput.init(Profile profile, IConfigStore config) Initializes this default policy.voidEnrollInput.init(Profile profile, IConfigStore config) Initializes this default policy.voidFileSigningInput.init(Profile profile, IConfigStore config) Initializes this default policy.voidGenericInput.init(Profile profile, IConfigStore config) Initializes this default policy.voidImageInput.init(Profile profile, IConfigStore config) Initializes this default policy.voidKeyGenInput.init(Profile profile, IConfigStore config) Initializes this default policy.voidnsHKeyCertReqInput.init(Profile profile, IConfigStore config) Initializes this default policy.voidnsNKeyCertReqInput.init(Profile profile, IConfigStore config) Initializes this default policy.voidSerialNumRenewInput.init(Profile profile, IConfigStore config) Initializes this default policy.voidServerKeygenInput.init(Profile profile, IConfigStore config) Initializes this default policy.voidSigningKeyGenInput.init(Profile profile, IConfigStore config) Initializes this default policy.voidSubjectAltNameExtInput.init(Profile profile, IConfigStore config) Initializes this default policy.voidSubjectDNInput.init(Profile profile, IConfigStore config) Initializes this default policy.voidSubjectNameInput.init(Profile profile, IConfigStore config) Initializes this default policy.voidSubmitterInfoInput.init(Profile profile, IConfigStore config) Initializes this default policy. -
Uses of IConfigStore in com.netscape.cms.profile.output
Methods in com.netscape.cms.profile.output that return IConfigStoreMethods in com.netscape.cms.profile.output with parameters of type IConfigStoreModifier and TypeMethodDescriptionvoidEnrollOutput.init(IConfigStore config) Initializes this default policy. -
Uses of IConfigStore in com.netscape.cms.profile.updater
Methods in com.netscape.cms.profile.updater that return IConfigStoreModifier and TypeMethodDescriptionIProfileUpdater.getConfigStore()Retrieves configuration store.SubsystemGroupUpdater.getConfigStore()Methods in com.netscape.cms.profile.updater with parameters of type IConfigStoreModifier and TypeMethodDescriptionvoidIProfileUpdater.init(Profile profile, IConfigStore config) Initializes this default policy.voidSubsystemGroupUpdater.init(Profile profile, IConfigStore config) -
Uses of IConfigStore in com.netscape.cms.publish.mappers
Fields in com.netscape.cms.publish.mappers declared as IConfigStoreModifier and TypeFieldDescriptionprotected IConfigStoreLdapCaSimpleMap.mConfigprotected IConfigStoreLdapCertExactMap.mConfigprotected IConfigStoreLdapCertSubjMap.mConfigprotected IConfigStoreLdapDNCompsMap.mConfigprotected IConfigStoreLdapEnhancedMap.mConfigprotected IConfigStoreLdapSimpleMap.mConfigNoMap.mConfigMethods in com.netscape.cms.publish.mappers that return IConfigStoreModifier and TypeMethodDescriptionLdapCaSimpleMap.getConfigStore()LdapCertExactMap.getConfigStore()LdapCertSubjMap.getConfigStore()LdapDNCompsMap.getConfigStore()LdapEnhancedMap.getConfigStore()implementation for extended ILdapPlugin interface methodLdapSimpleMap.getConfigStore()NoMap.getConfigStore()Methods in com.netscape.cms.publish.mappers with parameters of type IConfigStoreModifier and TypeMethodDescriptionvoidLdapCaSimpleMap.init(IConfigStore config) for initializing from config store.voidLdapCertExactMap.init(IConfigStore config) voidLdapCertSubjMap.init(IConfigStore config) voidLdapDNCompsMap.init(IConfigStore config) for initializing from config store.voidLdapEnhancedMap.init(IConfigStore config) for initializing from config store.voidLdapSimpleMap.init(IConfigStore config) for initializing from config store.voidNoMap.init(IConfigStore config) for initializing from config store. -
Uses of IConfigStore in com.netscape.cms.publish.publishers
Fields in com.netscape.cms.publish.publishers declared as IConfigStoreModifier and TypeFieldDescriptionprotected IConfigStoreLdapCaCertPublisher.mConfigprotected IConfigStoreLdapCertificatePairPublisher.mConfigprotected IConfigStoreLdapCertSubjPublisher.mConfigprotected IConfigStoreLdapCrlPublisher.mConfigMethods in com.netscape.cms.publish.publishers that return IConfigStoreModifier and TypeMethodDescriptionFileBasedPublisher.getConfigStore()LdapCaCertPublisher.getConfigStore()LdapCertificatePairPublisher.getConfigStore()LdapCertSubjPublisher.getConfigStore()LdapCrlPublisher.getConfigStore()LdapUserCertPublisher.getConfigStore()OCSPPublisher.getConfigStore()Methods in com.netscape.cms.publish.publishers with parameters of type IConfigStoreModifier and TypeMethodDescriptionvoidFileBasedPublisher.init(IConfigStore config) Initializes this plugin.voidLdapCaCertPublisher.init(IConfigStore config) voidLdapCertificatePairPublisher.init(IConfigStore config) voidLdapCertSubjPublisher.init(IConfigStore config) voidLdapCrlPublisher.init(IConfigStore config) voidLdapUserCertPublisher.init(IConfigStore config) voidOCSPPublisher.init(IConfigStore config) Initializes this plugin. -
Uses of IConfigStore in com.netscape.cms.selftests
Fields in com.netscape.cms.selftests declared as IConfigStoreMethods in com.netscape.cms.selftests that return IConfigStoreModifier and TypeMethodDescriptionASelfTest.getSelfTestConfigStore()Returns the root configuration storage (self test parameters) associated with this subsystem.Methods in com.netscape.cms.selftests with parameters of type IConfigStoreModifier and TypeMethodDescriptionvoidASelfTest.initSelfTest(ISelfTestSubsystem subsystem, String instanceName, IConfigStore parameters) Initializes this subsystem with the configuration store associated with this instance name. -
Uses of IConfigStore in com.netscape.cms.selftests.common
Methods in com.netscape.cms.selftests.common that return IConfigStoreModifier and TypeMethodDescriptionSystemCertsVerification.getSelfTestConfigStore()Returns the root configuration storage (self test parameters) associated with this subsystem.Methods in com.netscape.cms.selftests.common with parameters of type IConfigStoreModifier and TypeMethodDescriptionvoidSystemCertsVerification.initSelfTest(ISelfTestSubsystem subsystem, String instanceName, IConfigStore parameters) Initializes this subsystem with the configuration store associated with this instance name. -
Uses of IConfigStore in com.netscape.cms.servlet.admin
Methods in com.netscape.cms.servlet.admin with parameters of type IConfigStoreModifier and TypeMethodDescriptionprotected voidAdminServlet.getConfig(IConfigStore config, javax.servlet.http.HttpServletRequest req, javax.servlet.http.HttpServletResponse resp) Generic configuration store get operation.protected voidAdminServlet.listConfig(IConfigStore config, javax.servlet.http.HttpServletRequest req, javax.servlet.http.HttpServletResponse resp) Lists configuration store.protected voidAdminServlet.setConfig(IConfigStore config, javax.servlet.http.HttpServletRequest req, javax.servlet.http.HttpServletResponse resp) Generic configuration store set operation. -
Uses of IConfigStore in com.netscape.cms.servlet.base
Fields in com.netscape.cms.servlet.base declared as IConfigStore -
Uses of IConfigStore in com.netscape.cms.servlet.common
Methods in com.netscape.cms.servlet.common with parameters of type IConfigStore -
Uses of IConfigStore in com.netscape.cmscore.apps
Classes in com.netscape.cmscore.apps that implement IConfigStoreModifier and TypeClassDescriptionclassclassclassclassclassMethods in com.netscape.cmscore.apps that return IConfigStoreModifier and TypeMethodDescriptionCMSEngine.createFileConfigStore(String path) CMSEngine.getConfigStore()returns the main config storeMethods in com.netscape.cmscore.apps with parameters of type IConfigStoreModifier and TypeMethodDescriptionvoidSubsystemListener.init(IConfigStore config) voidCMSEngine.initSubsystem(ISubsystem subsystem, IConfigStore subsystemConfig) static voidSetup.installAuthImpls(IConfigStore c) static voidSetup.installCACRLExtensions(IConfigStore c) This function is used for installation and upgrade.static voidSetup.installCAPublishingImpls(IConfigStore c) static voidSetup.installOIDMap(IConfigStore c) static voidSetup.installPolicyImpls(String prefix, IConfigStore c) This function is used for installation and upgrade. -
Uses of IConfigStore in com.netscape.cmscore.authentication
Methods in com.netscape.cmscore.authentication with parameters of type IConfigStoreModifier and TypeMethodDescriptionvoidAuthSubsystem.init(IConfigStore config) Initializes the authentication subsystem from the config store. -
Uses of IConfigStore in com.netscape.cmscore.authorization
Methods in com.netscape.cmscore.authorization that return IConfigStoreModifier and TypeMethodDescriptionAuthzSubsystem.getConfigStore()Returns the root configuration storage of this system.Methods in com.netscape.cmscore.authorization with parameters of type IConfigStoreModifier and TypeMethodDescriptionvoidAuthzSubsystem.init(IConfigStore config) Initializes the authorization subsystem from the config store. -
Uses of IConfigStore in com.netscape.cmscore.base
Classes in com.netscape.cmscore.base that implement IConfigStoreModifier and TypeClassDescriptionclassA class represents a in-memory configuration store.Methods in com.netscape.cmscore.base with type parameters of type IConfigStoreModifier and TypeMethodDescription<T extends IConfigStore>
TPropConfigStore.getSubStore(String name, Class<T> clazz) Methods in com.netscape.cmscore.base that return IConfigStoreModifier and TypeMethodDescriptionPropConfigStore.getSubStore(String name) Retrieves a sub store.PropConfigStore.makeSubStore(String name) Creates a new sub store.Methods in com.netscape.cmscore.base with parameters of type IConfigStoreModifier and TypeMethodDescriptionvoidConfigStorage.commit(IConfigStore config, boolean createBackup) voidFileConfigStore.commit(IConfigStore config, boolean createBackup) The original config file is copied to. . voidLDAPConfigStore.commit(IConfigStore config, boolean createBackup) Commit the configuration to the database.netscape.ldap.LDAPEntryLDAPConfigStore.commitReturn(IConfigStore config, boolean createBackup, String[] attrs) This version of commit also returns the post-read entry that the change resulted in.voidConfigStorage.load(IConfigStore config) voidFileConfigStore.load(IConfigStore config) static Vector<ISubsystem> SubsystemLoader.load(IConfigStore config) -
Uses of IConfigStore in com.netscape.cmscore.cert
Methods in com.netscape.cmscore.cert that return IConfigStoreModifier and TypeMethodDescriptionOidLoaderSubsystem.getConfigStore()X500NameSubsystem.getConfigStore()Methods in com.netscape.cmscore.cert with parameters of type IConfigStoreModifier and TypeMethodDescriptionvoidOidLoaderSubsystem.init(IConfigStore config) Initializes this subsystem with the given configuration store.voidX500NameSubsystem.init(IConfigStore config) Initializes this subsystem with the given configuration store. -
Uses of IConfigStore in com.netscape.cmscore.connector
Methods in com.netscape.cmscore.connector with parameters of type IConfigStoreConstructors in com.netscape.cmscore.connector with parameters of type IConfigStoreModifierConstructorDescriptionHttpConnector(IAuthority source, String nickName, String clientCiphers, IRemoteAuthority dest, int resendInterval, IConfigStore config) HttpConnector(IAuthority source, String nickName, String clientCiphers, IRemoteAuthority dest, int resendInterval, IConfigStore config, int timeout) -
Uses of IConfigStore in com.netscape.cmscore.dbs
Methods in com.netscape.cmscore.dbs that return IConfigStoreModifier and TypeMethodDescriptionDBRegistry.getConfigStore()LDAPRegistry.getConfigStore()Retrieves configuration store.Methods in com.netscape.cmscore.dbs with parameters of type IConfigStoreModifier and TypeMethodDescriptionvoidDBRegistry.init(IConfigStore config) voidLDAPRegistry.init(IConfigStore config) Initializes the internal registery. -
Uses of IConfigStore in com.netscape.cmscore.extensions
Methods in com.netscape.cmscore.extensions that return IConfigStoreMethods in com.netscape.cmscore.extensions with parameters of type IConfigStoreModifier and TypeMethodDescriptionvoidCMSExtensionsMap.init(IConfigStore config) Create extensions from configuration store.voidKeyUsage.init(IConfigStore config) -
Uses of IConfigStore in com.netscape.cmscore.jobs
Methods in com.netscape.cmscore.jobs that return IConfigStoreModifier and TypeMethodDescriptionJobsScheduler.getConfigStore()Returns the root configuration storage of this system.Methods in com.netscape.cmscore.jobs with parameters of type IConfigStoreModifier and TypeMethodDescriptionvoidJobsScheduler.init(IConfigStore config) read from the config file all implementations of Jobs, register and initialize them -
Uses of IConfigStore in com.netscape.cmscore.ldap
Classes in com.netscape.cmscore.ldap that implement IConfigStoreModifier and TypeClassDescriptionclassclassclassclassFields in com.netscape.cmscore.ldap declared as IConfigStoreModifier and TypeFieldDescriptionprotected IConfigStoreLdapConnModule.mConfigprotected IConfigStorePublisherProcessor.mLdapConfigMethods in com.netscape.cmscore.ldap that return IConfigStoreMethods in com.netscape.cmscore.ldap with parameters of type IConfigStoreModifier and TypeMethodDescriptionvoidLdapConnModule.init(IConfigStore config) voidLdapRule.init(IConfigStore config) The init method in ILdapPlugin It can not set set mapper,publisher choice for console dynamicly Should not use this method to init.voidLdapRule.init(PublisherProcessor processor, IConfigStore config) Initialize the plugin. -
Uses of IConfigStore in com.netscape.cmscore.ldapconn
Classes in com.netscape.cmscore.ldapconn that implement IConfigStoreModifier and TypeClassDescriptionclassclassclassclass -
Uses of IConfigStore in com.netscape.cmscore.logging
Methods in com.netscape.cmscore.logging that return IConfigStoreModifier and TypeMethodDescriptionLogSubsystem.getConfigStore()Returns the root configuration storage of this system.Methods in com.netscape.cmscore.logging with parameters of type IConfigStoreModifier and TypeMethodDescriptionvoidLogSubsystem.init(IConfigStore config) Initializes the log subsystem. -
Uses of IConfigStore in com.netscape.cmscore.registry
Methods in com.netscape.cmscore.registry that return IConfigStoreModifier and TypeMethodDescriptionPluginRegistry.getConfigStore()Returns the root configuration storage of this system.PluginRegistry.getFileConfigStore()Returns handle to the registry configuration file.Methods in com.netscape.cmscore.registry with parameters of type IConfigStoreModifier and TypeMethodDescriptionvoidPluginRegistry.init(IConfigStore config, String defaultRegistryFile) Initializes this subsystem with the given configuration store.voidPluginRegistry.loadPlugin(IConfigStore config, String type, String id) Load plugins of the given type.voidPluginRegistry.loadPlugins(IConfigStore config, String type) Load plugins of the given type. -
Uses of IConfigStore in com.netscape.cmscore.request
Methods in com.netscape.cmscore.request that return IConfigStoreMethods in com.netscape.cmscore.request with parameters of type IConfigStoreModifier and TypeMethodDescriptionvoidRequestSubsystem.init(IConfigStore config, DBSubsystem dbSubsystem) -
Uses of IConfigStore in com.netscape.cmscore.security
Classes in com.netscape.cmscore.security that implement IConfigStoreFields in com.netscape.cmscore.security declared as IConfigStoreMethods in com.netscape.cmscore.security with parameters of type IConfigStoreModifier and TypeMethodDescriptionorg.mozilla.jss.netscape.security.x509.AlgorithmIdJssSubsystem.getAlgorithmId(String algname, IConfigStore store) static org.mozilla.jss.netscape.security.x509.AlgorithmIdKeyCertUtil.getAlgorithmId(String algname, IConfigStore store) org.mozilla.jss.crypto.PQGParamsJssSubsystem.getCAPQG(int keysize, IConfigStore store) static org.mozilla.jss.crypto.PQGParamsKeyCertUtil.getCAPQG(int keysize, IConfigStore store) -
Uses of IConfigStore in com.netscape.cmscore.selftests
Methods in com.netscape.cmscore.selftests that return IConfigStoreModifier and TypeMethodDescriptionSelfTestSubsystem.getConfigStore()Returns the root configuration storage of this subsystem.Methods in com.netscape.cmscore.selftests with parameters of type IConfigStoreModifier and TypeMethodDescriptionvoidSelfTestSubsystem.init(IConfigStore config) This method initializes this subsystem. -
Uses of IConfigStore in com.netscape.cmscore.usrgrp
Classes in com.netscape.cmscore.usrgrp that implement IConfigStore -
Uses of IConfigStore in com.netscape.cmscore.util
Methods in com.netscape.cmscore.util that return IConfigStoreModifier and TypeMethodDescriptionProfileSubsystem.getConfigStore()StatsSubsystem.getConfigStore()Methods in com.netscape.cmscore.util with parameters of type IConfigStoreModifier and TypeMethodDescriptionvoidDebug.init(IConfigStore config) Debug subsystem initialization.voidProfileSubsystem.init(IConfigStore config) Initializes this subsystem with the given configuration store.voidStatsSubsystem.init(IConfigStore config) Initializes this subsystem with the given configuration store. -
Uses of IConfigStore in org.dogtagpki.legacy.core.policy
Fields in org.dogtagpki.legacy.core.policy declared as IConfigStoreModifier and TypeFieldDescriptionGeneralNameConfig.mConfigGeneralNamesConfig.mConfigprotected IConfigStoreGenericPolicyProcessor.mConfigMethods in org.dogtagpki.legacy.core.policy that return IConfigStoreModifier and TypeMethodDescriptionGeneralNameConfig.getConfig()GeneralNamesConfig.getConfig()GenericPolicyProcessor.getConfigStore()Returns the configuration store.Methods in org.dogtagpki.legacy.core.policy with parameters of type IConfigStoreModifier and TypeMethodDescriptionvoidGenericPolicyProcessor.init(IAuthority owner, IConfigStore config) Initializes the PolicyProcessorprotected GeneralNameConfigGeneralNamesAsConstraintsConfig.newGeneralNameConfig(String name, IConfigStore config, boolean isValueConfigured, boolean isPolicyEnabled) protected GeneralNameConfigGeneralNamesConfig.newGeneralNameConfig(String name, IConfigStore config, boolean isValueConfigured, boolean isPolicyEnabled) Constructors in org.dogtagpki.legacy.core.policy with parameters of type IConfigStoreModifierConstructorDescriptionGeneralNameAsConstraintsConfig(String name, IConfigStore config, boolean isValueConfigured, boolean isPolicyEnabled) GeneralNameConfig(String name, IConfigStore config, boolean isValueConfigured, boolean isPolicyEnabled) GeneralNamesAsConstraintsConfig(String name, IConfigStore config, boolean isValueConfigured, boolean isPolicyEnabled) GeneralNamesConfig(String name, IConfigStore config, boolean isValueConfigured, boolean isPolicyEnabled) SubjAltNameGN(String name, IConfigStore config, boolean isPolicyEnabled) -
Uses of IConfigStore in org.dogtagpki.legacy.policy
Methods in org.dogtagpki.legacy.policy with parameters of type IConfigStoreModifier and TypeMethodDescriptionvoidIPolicyRule.init(IPolicyProcessor owner, IConfigStore config) Initializes the policy rule. -
Uses of IConfigStore in org.dogtagpki.legacy.server.policy
Methods in org.dogtagpki.legacy.server.policy with parameters of type IConfigStoreModifier and TypeMethodDescriptionabstract voidAPolicyRule.init(IPolicyProcessor owner, IConfigStore config) Initializes the policy rule. -
Uses of IConfigStore in org.dogtagpki.legacy.server.policy.constraints
Methods in org.dogtagpki.legacy.server.policy.constraints with parameters of type IConfigStoreModifier and TypeMethodDescriptionvoidManualAuthentication.init(IPolicyProcessor owner, IConfigStore config) Initializes this policy rule. -
Uses of IConfigStore in org.dogtagpki.server.authentication
Classes in org.dogtagpki.server.authentication that implement IConfigStoreModifier and TypeClassDescriptionclassclassclass -
Uses of IConfigStore in org.dogtagpki.server.authorization
Classes in org.dogtagpki.server.authorization that implement IConfigStoreModifier and TypeClassDescriptionclassclassclassMethods in org.dogtagpki.server.authorization that return IConfigStoreModifier and TypeMethodDescriptionIAuthzManager.getConfigStore()Get the configuration store for this authorization manager. -
Uses of IConfigStore in org.dogtagpki.server.ca
Methods in org.dogtagpki.server.ca with parameters of type IConfigStoreModifier and TypeMethodDescriptionbooleanICertificateAuthority.addCRLIssuingPoint(IConfigStore crlSubStore, String id, boolean enable, String description) Adds CRL issuing point with the given identifier and description.voidICertificateAuthority.deleteCRLIssuingPoint(IConfigStore crlSubStore, String id) Deletes CRL issuing point with the given identifier.voidICMSCRLExtension.getConfigParams(IConfigStore config, NameValuePairs nvp) Reads configuration data and converts them to name value pairs.ICAService.getConnector(IConfigStore cs) org.mozilla.jss.netscape.security.x509.ExtensionICMSCRLExtension.getCRLExtension(IConfigStore config, Object crlIssuingPoint, boolean critical) Builds new CRL extension based on configuration data, issuing point information, and criticality.voidICRLIssuingPoint.init(ISubsystem ca, String id, IConfigStore config) Initializes CRL issuing point.voidICMSCRLExtensions.setConfigParams(String id, NameValuePairs nvp, IConfigStore config) Updates configuration store for extension identified by id with data delivered in name value pairs.