Uses of Interface
com.netscape.certsrv.base.IConfigStore
-
-
Uses of IConfigStore in com.netscape.certsrv.base
Methods in com.netscape.certsrv.base with type parameters of type IConfigStore Modifier and Type Method Description <T extends IConfigStore>
TIConfigStore. getSubStore(java.lang.String name, java.lang.Class<T> clazz)Methods in com.netscape.certsrv.base that return IConfigStore Modifier and Type Method Description IConfigStoreBaseSubsystem. getConfigStore()Retrieves the configuration store.IConfigStoreIPluginImpl. getConfigStore()Retrieves the configuration store.IConfigStoreISubsystem. getConfigStore()Returns the root configuration storage of this system.IConfigStoreIConfigStore. getSubStore(java.lang.String name)Retrieves the given sub-store.IConfigStoreIConfigStore. makeSubStore(java.lang.String name)Creates a nested sub-store with the specified name.Methods in com.netscape.certsrv.base with parameters of type IConfigStore Modifier and Type Method Description voidBaseSubsystem. init(IConfigStore config)Initializes this subsystem.voidIPluginImpl. init(ISubsystem sys, java.lang.String instanceName, java.lang.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 IConfigStore Modifier and Type Method Description voidICMSExtension. init(ISubsystem owner, IConfigStore config)initialize from configuration file -
Uses of IConfigStore in com.netscape.certsrv.jobs
Methods in com.netscape.certsrv.jobs that return IConfigStore Modifier and Type Method Description IConfigStoreIJob. getConfigStore()Gets the configuration substore used by this jobMethods in com.netscape.certsrv.jobs with parameters of type IConfigStore 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 IConfigStore in com.netscape.certsrv.ldap
Methods in com.netscape.certsrv.ldap with parameters of type IConfigStore Modifier and Type Method Description voidILdapConnModule. 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 IConfigStore Modifier and Type Method Description IConfigStoreIRequestListenerPlugin. 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 IConfigStore Modifier and Type Method Description voidIRequestListenerPlugin. init(java.lang.String name, java.lang.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 IConfigStore Modifier and Type Method Description IConfigStoreConsoleLog. getConfigStore()get the configuration store that is associated with this log listenerIConfigStoreILogEventListener. getConfigStore()Get the configuration store for the log event listener.Methods in com.netscape.certsrv.logging with parameters of type IConfigStore Modifier and Type Method Description voidConsoleLog. init(ISubsystem owner, IConfigStore config)voidILogEventListener. init(ISubsystem owner, IConfigStore config)Initialize this log listener -
Uses of IConfigStore in com.netscape.certsrv.ocsp
Methods in com.netscape.certsrv.ocsp with parameters of type IConfigStore Modifier and Type Method Description voidIOCSPStore. init(IOCSPAuthority owner, IConfigStore config) -
Uses of IConfigStore in com.netscape.certsrv.publish
Methods in com.netscape.certsrv.publish that return IConfigStore Modifier and Type Method Description IConfigStoreILdapPlugin. getConfigStore()Return config store.Methods in com.netscape.certsrv.publish with parameters of type IConfigStore Modifier and Type Method Description voidILdapCrlMapper. 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.voidILdapRule. init(PublisherProcessor processor, IConfigStore config)Initialize the plugin.voidIPublishRuleSet. init(ISubsystem sys, IConfigStore conf) -
Uses of IConfigStore in com.netscape.certsrv.request
Methods in com.netscape.certsrv.request with parameters of type IConfigStore Modifier and Type Method Description voidIRequestListener. init(ISubsystem sub, IConfigStore config)Initializes request listener for the specific subsystem and configuration store. -
Uses of IConfigStore in com.netscape.certsrv.security
Methods in com.netscape.certsrv.security that return IConfigStore Modifier and Type Method Description IConfigStoreKeyCertData. getConfigFile()Retrieves configuration file.Methods in com.netscape.certsrv.security with parameters of type IConfigStore Modifier and Type Method Description org.mozilla.jss.netscape.security.x509.AlgorithmIdICryptoSubsystem. getAlgorithmId(java.lang.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 IConfigStore Modifier and Type Method Description IConfigStoreISelfTest. getSelfTestConfigStore()Returns the root configuration storage (self test parameters) associated with this subsystem.Methods in com.netscape.certsrv.selftests with parameters of type IConfigStore Modifier and Type Method Description voidISelfTest. initSelfTest(ISelfTestSubsystem subsystem, java.lang.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 IConfigStore Modifier and Type Method Description voidAgentCertAuthentication. 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 IConfigStore Modifier and Type Method Description voidCMSAuthInfoAccessExtension. 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, java.lang.Object ip, boolean critical)org.mozilla.jss.netscape.security.x509.ExtensionCMSCertificateIssuerExtension. getCRLExtension(IConfigStore config, java.lang.Object ip, boolean critical)org.mozilla.jss.netscape.security.x509.ExtensionCMSCRLReasonExtension. getCRLExtension(IConfigStore config, java.lang.Object crlIssuingPoint, boolean critical)org.mozilla.jss.netscape.security.x509.ExtensionCMSFreshestCRLExtension. getCRLExtension(IConfigStore config, java.lang.Object ip, boolean critical)org.mozilla.jss.netscape.security.x509.ExtensionCMSHoldInstructionExtension. getCRLExtension(IConfigStore config, java.lang.Object ip, boolean critical)org.mozilla.jss.netscape.security.x509.ExtensionCMSInvalidityDateExtension. getCRLExtension(IConfigStore config, java.lang.Object crlIssuingPoint, boolean critical)org.mozilla.jss.netscape.security.x509.ExtensionCMSIssuerAlternativeNameExtension. getCRLExtension(IConfigStore config, java.lang.Object ip, boolean critical)org.mozilla.jss.netscape.security.x509.ExtensionCMSIssuingDistributionPointExtension. getCRLExtension(IConfigStore config, java.lang.Object ip, boolean critical) -
Uses of IConfigStore in com.netscape.cms.jobs
Fields in com.netscape.cms.jobs declared as IConfigStore Modifier and Type Field Description protected IConfigStoreAJobBase. mConfigMethods in com.netscape.cms.jobs that return IConfigStore Modifier and Type Method Description IConfigStoreAJobBase. getConfigStore()Gets the configuration substore used by this jobMethods in com.netscape.cms.jobs with parameters of type IConfigStore 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 IConfigStore in com.netscape.cms.listeners
Methods in com.netscape.cms.listeners that return IConfigStore Modifier and Type Method Description IConfigStorePinRemovalListener. getConfigStore()Methods in com.netscape.cms.listeners with parameters of type IConfigStore Modifier and Type Method Description voidPinRemovalListener. init(ISubsystem sub, IConfigStore config)voidPinRemovalListener. init(java.lang.String name, java.lang.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 IConfigStore Modifier and Type Field Description protected IConfigStoreLogFile. mConfigMethods in com.netscape.cms.logging that return IConfigStore Modifier and Type Method Description IConfigStoreLogFile. getConfigStore()Retrieves the configuration store of this subsystem.Methods in com.netscape.cms.logging with parameters of type IConfigStore Modifier and Type Method Description voidLogFile. 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.ocsp
Methods in com.netscape.cms.ocsp that return IConfigStore Modifier and Type Method Description IConfigStoreDefStore. getConfigStore()IConfigStoreLDAPStore. getConfigStore()Methods in com.netscape.cms.ocsp with parameters of type IConfigStore Modifier and Type Method Description voidDefStore. init(IOCSPAuthority owner, IConfigStore config)voidLDAPStore. init(IOCSPAuthority owner, IConfigStore config)Fetch CA certificate and CRL from LDAP server. -
Uses of IConfigStore in com.netscape.cms.profile
Methods in com.netscape.cms.profile with parameters of type IConfigStore Modifier and Type Method Description voidProfileAuthenticator. 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 IConfigStore Modifier and Type Field Description protected IConfigStoreProfile. mConfigMethods in com.netscape.cms.profile.common that return IConfigStore Modifier and Type Method Description IConfigStoreProfile. 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 IConfigStore Modifier and Type Method Description voidProfile. init(IConfigStore config)Initializes this profile.abstract voidProfileOutput. init(IConfigStore config)Initializes this default policy. -
Uses of IConfigStore in com.netscape.cms.profile.constraint
Fields in com.netscape.cms.profile.constraint declared as IConfigStore Modifier and Type Field Description protected IConfigStoreEnrollConstraint. mConfigMethods in com.netscape.cms.profile.constraint that return IConfigStore Modifier and Type Method Description IConfigStoreEnrollConstraint. getConfigStore()IConfigStoreNoConstraint. getConfigStore()abstract IConfigStorePolicyConstraint. getConfigStore()Returns the corresponding configuration store of this constraint policy.Methods in com.netscape.cms.profile.constraint with parameters of type IConfigStore Modifier and Type Method Description voidEnrollConstraint. init(IConfigStore config)voidExternalProcessConstraint. init(IConfigStore config)voidKeyConstraint. init(IConfigStore config)voidNoConstraint. init(IConfigStore config)abstract voidPolicyConstraint. init(IConfigStore config)Initializes this constraint policy. -
Uses of IConfigStore in com.netscape.cms.profile.def
Fields in com.netscape.cms.profile.def declared as IConfigStore Modifier and Type Field Description protected IConfigStoreEnrollDefault. mConfigprotected IConfigStoreNoDefault. mConfigprotected IConfigStorensNKeySubjectNameDefault. mInstConfigprotected IConfigStorensTokenUserKeySubjectNameDefault. mInstConfigprotected IConfigStorensHKeySubjectNameDefault. mParamsConfigprotected IConfigStorensNKeySubjectNameDefault. mParamsConfigprotected IConfigStorensTokenDeviceKeySubjectNameDefault. mParamsConfigprotected IConfigStorensTokenUserKeySubjectNameDefault. mParamsConfigMethods in com.netscape.cms.profile.def that return IConfigStore Modifier and Type Method Description IConfigStoreEnrollDefault. getConfigStore()IConfigStoreNoDefault. getConfigStore()abstract IConfigStorePolicyDefault. getConfigStore()Retrieves the configuration store of this default.Methods in com.netscape.cms.profile.def with parameters of type IConfigStore Modifier and Type Method Description voidAuthInfoAccessExtDefault. init(IConfigStore config)voidCertificatePoliciesExtDefault. init(IConfigStore config)voidCRLDistributionPointsExtDefault. init(IConfigStore config)voidEnrollDefault. init(IConfigStore config)voidFreshestCRLExtDefault. init(IConfigStore config)voidNameConstraintsExtDefault. init(IConfigStore config)voidNoDefault. init(IConfigStore config)voidnsNKeySubjectNameDefault. init(IConfigStore config)voidnsTokenUserKeySubjectNameDefault. init(IConfigStore config)abstract voidPolicyDefault. init(IConfigStore config)Initializes this default policy.voidPolicyMappingsExtDefault. init(IConfigStore config)voidSubjectAltNameExtDefault. init(IConfigStore config)voidSubjectDirAttributesExtDefault. init(IConfigStore config)voidSubjectInfoAccessExtDefault. init(IConfigStore config) -
Uses of IConfigStore in com.netscape.cms.profile.input
Fields in com.netscape.cms.profile.input declared as IConfigStore Modifier and Type Field Description protected IConfigStoreEnrollInput. mConfigMethods in com.netscape.cms.profile.input that return IConfigStore Modifier and Type Method Description IConfigStoreEnrollInput. getConfigStore()Methods in com.netscape.cms.profile.input with parameters of type IConfigStore Modifier and Type Method Description voidCertReqInput. 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 IConfigStore Modifier and Type Method Description IConfigStoreEnrollOutput. getConfigStore()Methods in com.netscape.cms.profile.output with parameters of type IConfigStore Modifier and Type Method Description voidEnrollOutput. 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 IConfigStore Modifier and Type Method Description IConfigStoreIProfileUpdater. getConfigStore()Retrieves configuration store.IConfigStoreSubsystemGroupUpdater. getConfigStore()Methods in com.netscape.cms.profile.updater with parameters of type IConfigStore Modifier and Type Method Description voidIProfileUpdater. 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 IConfigStore Modifier and Type Field Description protected IConfigStoreLdapCaSimpleMap. mConfigprotected IConfigStoreLdapCertExactMap. mConfigprotected IConfigStoreLdapCertSubjMap. mConfigprotected IConfigStoreLdapDNCompsMap. mConfigprotected IConfigStoreLdapEnhancedMap. mConfigprotected IConfigStoreLdapSimpleMap. mConfigIConfigStoreNoMap. mConfigMethods in com.netscape.cms.publish.mappers that return IConfigStore Modifier and Type Method Description IConfigStoreLdapCaSimpleMap. getConfigStore()IConfigStoreLdapCertExactMap. getConfigStore()IConfigStoreLdapCertSubjMap. getConfigStore()IConfigStoreLdapDNCompsMap. getConfigStore()IConfigStoreLdapEnhancedMap. getConfigStore()implementation for extended ILdapPlugin interface methodIConfigStoreLdapSimpleMap. getConfigStore()IConfigStoreNoMap. getConfigStore()Methods in com.netscape.cms.publish.mappers with parameters of type IConfigStore Modifier and Type Method Description voidLdapCaSimpleMap. 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 IConfigStore Modifier and Type Field Description protected IConfigStoreLdapCaCertPublisher. mConfigprotected IConfigStoreLdapCertificatePairPublisher. mConfigprotected IConfigStoreLdapCertSubjPublisher. mConfigprotected IConfigStoreLdapCrlPublisher. mConfigMethods in com.netscape.cms.publish.publishers that return IConfigStore Modifier and Type Method Description IConfigStoreFileBasedPublisher. getConfigStore()IConfigStoreLdapCaCertPublisher. getConfigStore()IConfigStoreLdapCertificatePairPublisher. getConfigStore()IConfigStoreLdapCertSubjPublisher. getConfigStore()IConfigStoreLdapCrlPublisher. getConfigStore()IConfigStoreLdapUserCertPublisher. getConfigStore()IConfigStoreOCSPPublisher. getConfigStore()Methods in com.netscape.cms.publish.publishers with parameters of type IConfigStore Modifier and Type Method Description voidFileBasedPublisher. 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 IConfigStore Modifier and Type Field Description protected IConfigStoreASelfTest. mConfigMethods in com.netscape.cms.selftests that return IConfigStore Modifier and Type Method Description IConfigStoreASelfTest. getSelfTestConfigStore()Returns the root configuration storage (self test parameters) associated with this subsystem.Methods in com.netscape.cms.selftests with parameters of type IConfigStore Modifier and Type Method Description voidASelfTest. initSelfTest(ISelfTestSubsystem subsystem, java.lang.String instanceName, IConfigStore parameters)Initializes this subsystem with the configuration store associated with this instance name. -
Uses of IConfigStore in com.netscape.cms.selftests.ca
Methods in com.netscape.cms.selftests.ca that return IConfigStore Modifier and Type Method Description IConfigStoreCAPresence. getSelfTestConfigStore()Returns the root configuration storage (self test parameters) associated with this subsystem.IConfigStoreCAValidity. getSelfTestConfigStore()Returns the root configuration storage (self test parameters) associated with this subsystem.Methods in com.netscape.cms.selftests.ca with parameters of type IConfigStore Modifier and Type Method Description voidCAPresence. initSelfTest(ISelfTestSubsystem subsystem, java.lang.String instanceName, IConfigStore parameters)Initializes this subsystem with the configuration store associated with this instance name.voidCAValidity. initSelfTest(ISelfTestSubsystem subsystem, java.lang.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 IConfigStore Modifier and Type Method Description IConfigStoreSystemCertsVerification. getSelfTestConfigStore()Returns the root configuration storage (self test parameters) associated with this subsystem.Methods in com.netscape.cms.selftests.common with parameters of type IConfigStore Modifier and Type Method Description voidSystemCertsVerification. initSelfTest(ISelfTestSubsystem subsystem, java.lang.String instanceName, IConfigStore parameters)Initializes this subsystem with the configuration store associated with this instance name. -
Uses of IConfigStore in com.netscape.cms.selftests.kra
Methods in com.netscape.cms.selftests.kra that return IConfigStore Modifier and Type Method Description IConfigStoreKRAPresence. getSelfTestConfigStore()Returns the root configuration storage (self test parameters) associated with this subsystem.Methods in com.netscape.cms.selftests.kra with parameters of type IConfigStore Modifier and Type Method Description voidKRAPresence. initSelfTest(ISelfTestSubsystem subsystem, java.lang.String instanceName, IConfigStore parameters)Initializes this subsystem with the configuration store associated with this instance name. -
Uses of IConfigStore in com.netscape.cms.selftests.ocsp
Methods in com.netscape.cms.selftests.ocsp that return IConfigStore Modifier and Type Method Description IConfigStoreOCSPPresence. getSelfTestConfigStore()Returns the root configuration storage (self test parameters) associated with this subsystem.IConfigStoreOCSPValidity. getSelfTestConfigStore()Returns the root configuration storage (self test parameters) associated with this subsystem.Methods in com.netscape.cms.selftests.ocsp with parameters of type IConfigStore Modifier and Type Method Description voidOCSPPresence. initSelfTest(ISelfTestSubsystem subsystem, java.lang.String instanceName, IConfigStore parameters)Initializes this subsystem with the configuration store associated with this instance name.voidOCSPValidity. initSelfTest(ISelfTestSubsystem subsystem, java.lang.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 IConfigStore Modifier and Type Method Description protected 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 Modifier and Type Field Description protected IConfigStoreCMSServlet. mConfig -
Uses of IConfigStore in com.netscape.cms.servlet.common
Methods in com.netscape.cms.servlet.common with parameters of type IConfigStore Modifier and Type Method Description voidCMSFileLoader. init(IConfigStore config) -
Uses of IConfigStore in com.netscape.cmscore.apps
Classes in com.netscape.cmscore.apps that implement IConfigStore Modifier and Type Class Description classDatabaseConfigclassEngineConfigclassPreOpConfigclassSubsystemConfigclassSubsystemsConfigMethods in com.netscape.cmscore.apps that return IConfigStore Modifier and Type Method Description IConfigStoreCMSEngine. createFileConfigStore(java.lang.String path)IConfigStoreCMSEngine. getConfigStore()returns the main config storeMethods in com.netscape.cmscore.apps with parameters of type IConfigStore Modifier and Type Method Description voidStartupNotifier. init(IConfigStore cs)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(java.lang.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 IConfigStore Modifier and Type Method Description voidAuthSubsystem. 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 IConfigStore Modifier and Type Method Description IConfigStoreAuthzSubsystem. getConfigStore()Returns the root configuration storage of this system.Methods in com.netscape.cmscore.authorization with parameters of type IConfigStore Modifier and Type Method Description voidAuthzSubsystem. 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 IConfigStore Modifier and Type Class Description classPropConfigStoreA class represents a in-memory configuration store.Methods in com.netscape.cmscore.base with type parameters of type IConfigStore Modifier and Type Method Description <T extends IConfigStore>
TPropConfigStore. getSubStore(java.lang.String name, java.lang.Class<T> clazz)Methods in com.netscape.cmscore.base that return IConfigStore Modifier and Type Method Description IConfigStorePropConfigStore. getSubStore(java.lang.String name)Retrieves a sub store.IConfigStorePropConfigStore. makeSubStore(java.lang.String name)Creates a new sub store.Methods in com.netscape.cmscore.base with parameters of type IConfigStore Modifier and Type Method Description voidConfigStorage. 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, java.lang.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 java.util.Vector<ISubsystem>SubsystemLoader. load(IConfigStore config) -
Uses of IConfigStore in com.netscape.cmscore.cert
Methods in com.netscape.cmscore.cert that return IConfigStore Modifier and Type Method Description IConfigStoreOidLoaderSubsystem. getConfigStore()IConfigStoreX500NameSubsystem. getConfigStore()Methods in com.netscape.cmscore.cert with parameters of type IConfigStore Modifier and Type Method Description voidOidLoaderSubsystem. 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 IConfigStore Modifier and Type Method Description voidLocalConnector.LocalConnListener. init(ISubsystem sys, IConfigStore config)voidRemoteAuthority. init(IConfigStore c)Constructors in com.netscape.cmscore.connector with parameters of type IConfigStore Constructor Description HttpConnector(IAuthority source, java.lang.String nickName, java.lang.String clientCiphers, IRemoteAuthority dest, int resendInterval, IConfigStore config)HttpConnector(IAuthority source, java.lang.String nickName, java.lang.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 IConfigStore Modifier and Type Method Description IConfigStoreDBRegistry. getConfigStore()Retrieves configuration store.Methods in com.netscape.cmscore.dbs with parameters of type IConfigStore Modifier and Type Method Description voidDBRegistry. init(IConfigStore config)Initializes the internal registery.voidDBSubsystem. init(IConfigStore config)Initializes the internal registery. -
Uses of IConfigStore in com.netscape.cmscore.extensions
Methods in com.netscape.cmscore.extensions that return IConfigStore Modifier and Type Method Description IConfigStoreCMSExtensionsMap. getConfigStore()Get configuration store.Methods in com.netscape.cmscore.extensions with parameters of type IConfigStore Modifier and Type Method Description voidCMSExtensionsMap. init(IConfigStore config)Create extensions from configuration store.voidKeyUsage. init(ISubsystem owner, IConfigStore config) -
Uses of IConfigStore in com.netscape.cmscore.jobs
Methods in com.netscape.cmscore.jobs that return IConfigStore Modifier and Type Method Description IConfigStoreJobsScheduler. getConfigStore()Returns the root configuration storage of this system.Methods in com.netscape.cmscore.jobs with parameters of type IConfigStore Modifier and Type Method Description voidJobsScheduler. init(IConfigStore config)read from the config file all implementations of Jobs, register and initialize them -
Uses of IConfigStore in com.netscape.cmscore.ldap
Fields in com.netscape.cmscore.ldap declared as IConfigStore Modifier and Type Field Description protected IConfigStoreLdapConnModule. mConfigMethods in com.netscape.cmscore.ldap that return IConfigStore Modifier and Type Method Description IConfigStoreLdapRule. getConfigStore()IConfigStorePublisherProcessor. getConfigStore()Methods in com.netscape.cmscore.ldap with parameters of type IConfigStore Modifier and Type Method Description voidLdapConnModule. init(IConfigStore config)voidLdapRequestListener. init(ISubsystem sys, 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)voidPublisherProcessor. init(ISubsystem authority, IConfigStore config) -
Uses of IConfigStore in com.netscape.cmscore.ldapconn
Classes in com.netscape.cmscore.ldapconn that implement IConfigStore Modifier and Type Class Description classLDAPAuthenticationConfigclassLDAPConfigclassLDAPConnectionConfigclassPKISocketConfig -
Uses of IConfigStore in com.netscape.cmscore.logging
Methods in com.netscape.cmscore.logging that return IConfigStore Modifier and Type Method Description IConfigStoreLogSubsystem. getConfigStore()Returns the root configuration storage of this system.Methods in com.netscape.cmscore.logging with parameters of type IConfigStore Modifier and Type Method Description voidLogSubsystem. init(IConfigStore config)Initializes the log subsystem. -
Uses of IConfigStore in com.netscape.cmscore.profile
Fields in com.netscape.cmscore.profile declared as IConfigStore Modifier and Type Field Description protected IConfigStoreAbstractProfileSubsystem. mConfigMethods in com.netscape.cmscore.profile that return IConfigStore Modifier and Type Method Description IConfigStoreAbstractProfileSubsystem. getConfigStore()Returns the root configuration storage of this system.Methods in com.netscape.cmscore.profile with parameters of type IConfigStore Modifier and Type Method Description protected voidAbstractProfileSubsystem. commitConfigStore(java.lang.String id, IConfigStore cs)protected voidLDAPProfileSubsystem. commitConfigStore(java.lang.String id, IConfigStore configStore)Commit the configStore and track the resulting entryUSN and (in case of add) the nsUniqueIdvoidLDAPProfileSubsystem. init(IConfigStore config)Initializes this subsystem with the given configuration store.voidProfileSubsystem. init(IConfigStore cs)Initializes this subsystem with the given configuration store. -
Uses of IConfigStore in com.netscape.cmscore.registry
Methods in com.netscape.cmscore.registry that return IConfigStore Modifier and Type Method Description IConfigStorePluginRegistry. getConfigStore()Returns the root configuration storage of this system.IConfigStorePluginRegistry. getFileConfigStore()Returns handle to the registry configuration file.Methods in com.netscape.cmscore.registry with parameters of type IConfigStore Modifier and Type Method Description voidPluginRegistry. init(IConfigStore config, java.lang.String defaultRegistryFile)Initializes this subsystem with the given configuration store.voidPluginRegistry. loadPlugin(IConfigStore config, java.lang.String type, java.lang.String id)Load plugins of the given type.voidPluginRegistry. loadPlugins(IConfigStore config, java.lang.String type)Load plugins of the given type. -
Uses of IConfigStore in com.netscape.cmscore.request
Methods in com.netscape.cmscore.request that return IConfigStore Modifier and Type Method Description IConfigStoreRequestSubsystem. getConfigStore()Methods in com.netscape.cmscore.request with parameters of type IConfigStore Modifier and Type Method Description voidRequestSubsystem. init(IConfigStore config) -
Uses of IConfigStore in com.netscape.cmscore.security
Classes in com.netscape.cmscore.security that implement IConfigStore Modifier and Type Class Description classJssSubsystemConfigclassRandomConfigclassSSLConfigFields in com.netscape.cmscore.security declared as IConfigStore Modifier and Type Field Description protected IConfigStoreCertificateInfo. mConfigMethods in com.netscape.cmscore.security with parameters of type IConfigStore Modifier and Type Method Description org.mozilla.jss.netscape.security.x509.AlgorithmIdJssSubsystem. getAlgorithmId(java.lang.String algname, IConfigStore store)static org.mozilla.jss.netscape.security.x509.AlgorithmIdKeyCertUtil. getAlgorithmId(java.lang.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)voidCASigningCert. updateConfig(IConfigStore cmsFileTmp)abstract voidCertificateInfo. updateConfig(IConfigStore store)voidKRATransportCert. updateConfig(IConfigStore cmsFileTmp)voidOCSPSigningCert. updateConfig(IConfigStore cmsFileTmp)voidRASigningCert. updateConfig(IConfigStore cmsFileTmp)voidSSLCert. updateConfig(IConfigStore cmsFileTmp)voidSSLSelfSignedCert. updateConfig(IConfigStore cmsFileTmp)voidSubsystemCert. updateConfig(IConfigStore cmsFileTmp) -
Uses of IConfigStore in com.netscape.cmscore.selftests
Methods in com.netscape.cmscore.selftests that return IConfigStore Modifier and Type Method Description IConfigStoreSelfTestSubsystem. getConfigStore()Returns the root configuration storage of this subsystem.Methods in com.netscape.cmscore.selftests with parameters of type IConfigStore Modifier and Type Method Description voidSelfTestSubsystem. 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 Modifier and Type Class Description classUGSubsystemConfig -
Uses of IConfigStore in com.netscape.cmscore.util
Methods in com.netscape.cmscore.util that return IConfigStore Modifier and Type Method Description IConfigStoreProfileSubsystem. getConfigStore()IConfigStoreStatsSubsystem. getConfigStore()Methods in com.netscape.cmscore.util with parameters of type IConfigStore Modifier and Type Method Description voidDebug. 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 IConfigStore Modifier and Type Field Description IConfigStoreGeneralNameConfig. mConfigIConfigStoreGeneralNamesConfig. mConfigprotected IConfigStoreGenericPolicyProcessor. mConfigMethods in org.dogtagpki.legacy.core.policy that return IConfigStore Modifier and Type Method Description IConfigStoreGeneralNameConfig. getConfig()IConfigStoreGeneralNamesConfig. getConfig()IConfigStoreGenericPolicyProcessor. getConfigStore()Returns the configuration store.Methods in org.dogtagpki.legacy.core.policy with parameters of type IConfigStore Modifier and Type Method Description voidGenericPolicyProcessor. init(IAuthority owner, IConfigStore config)Initializes the PolicyProcessorprotected GeneralNameConfigGeneralNamesAsConstraintsConfig. newGeneralNameConfig(java.lang.String name, IConfigStore config, boolean isValueConfigured, boolean isPolicyEnabled)protected GeneralNameConfigGeneralNamesConfig. newGeneralNameConfig(java.lang.String name, IConfigStore config, boolean isValueConfigured, boolean isPolicyEnabled)Constructors in org.dogtagpki.legacy.core.policy with parameters of type IConfigStore Constructor Description GeneralNameAsConstraintsConfig(java.lang.String name, IConfigStore config, boolean isValueConfigured, boolean isPolicyEnabled)GeneralNameConfig(java.lang.String name, IConfigStore config, boolean isValueConfigured, boolean isPolicyEnabled)GeneralNamesAsConstraintsConfig(java.lang.String name, IConfigStore config, boolean isValueConfigured, boolean isPolicyEnabled)GeneralNamesConfig(java.lang.String name, IConfigStore config, boolean isValueConfigured, boolean isPolicyEnabled)SubjAltNameGN(java.lang.String name, IConfigStore config, boolean isPolicyEnabled) -
Uses of IConfigStore in org.dogtagpki.legacy.policy
Methods in org.dogtagpki.legacy.policy with parameters of type IConfigStore Modifier and Type Method Description voidIPolicyRule. 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 IConfigStore Modifier and Type Method Description abstract 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 IConfigStore Modifier and Type Method Description voidManualAuthentication. 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 IConfigStore Modifier and Type Class Description classAuthenticationConfigclassAuthManagerConfigclassAuthManagersConfig -
Uses of IConfigStore in org.dogtagpki.server.authorization
Classes in org.dogtagpki.server.authorization that implement IConfigStore Modifier and Type Class Description classAuthorizationConfigclassAuthzManagerConfigclassAuthzManagersConfigMethods in org.dogtagpki.server.authorization that return IConfigStore Modifier and Type Method Description IConfigStoreIAuthzManager. 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 IConfigStore Modifier and Type Method Description booleanICertificateAuthority. addCRLIssuingPoint(IConfigStore crlSubStore, java.lang.String id, boolean enable, java.lang.String description)Adds CRL issuing point with the given identifier and description.voidICertificateAuthority. deleteCRLIssuingPoint(IConfigStore crlSubStore, java.lang.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.IConnectorICAService. getConnector(IConfigStore cs)org.mozilla.jss.netscape.security.x509.ExtensionICMSCRLExtension. getCRLExtension(IConfigStore config, java.lang.Object crlIssuingPoint, boolean critical)Builds new CRL extension based on configuration data, issuing point information, and criticality.voidICRLIssuingPoint. init(ISubsystem ca, java.lang.String id, IConfigStore config)Initializes CRL issuing point.voidICMSCRLExtensions. setConfigParams(java.lang.String id, NameValuePairs nvp, IConfigStore config)Updates configuration store for extension identified by id with data delivered in name value pairs.
-