Uses of Interface
com.netscape.certsrv.base.IConfigStore

Packages that use IConfigStore
com.netscape.certsrv.apps   
com.netscape.certsrv.authentication   
com.netscape.certsrv.authorization   
com.netscape.certsrv.base   
com.netscape.certsrv.ca   
com.netscape.certsrv.extensions   
com.netscape.certsrv.jobs   
com.netscape.certsrv.ldap   
com.netscape.certsrv.listeners   
com.netscape.certsrv.logging   
com.netscape.certsrv.policy   
com.netscape.certsrv.profile   
com.netscape.certsrv.publish   
com.netscape.certsrv.registry   
com.netscape.certsrv.request   
com.netscape.certsrv.security   
com.netscape.certsrv.selftests   
com.netscape.cms.authentication   
com.netscape.cms.authorization   
com.netscape.cms.crl   
com.netscape.cms.jobs   
com.netscape.cms.listeners   
com.netscape.cms.logging   
com.netscape.cms.ocsp   
com.netscape.cms.policy   
com.netscape.cms.policy.constraints   
com.netscape.cms.policy.extensions   
com.netscape.cms.profile.common   
com.netscape.cms.profile.constraint   
com.netscape.cms.profile.def   
com.netscape.cms.profile.input   
com.netscape.cms.profile.output   
com.netscape.cms.profile.updater   
com.netscape.cms.publish.mappers   
com.netscape.cms.publish.publishers   
com.netscape.cms.selftests   
com.netscape.cms.selftests.ca   
com.netscape.cms.selftests.common   
com.netscape.cms.selftests.kra   
com.netscape.cms.selftests.ocsp   
com.netscape.cms.selftests.ra   
com.netscape.cms.selftests.tks   
com.netscape.cms.servlet.admin   
com.netscape.cms.servlet.base   
com.netscape.cms.servlet.cert.scep   
com.netscape.cms.servlet.common   
com.netscape.cms.servlet.csadmin   
 

Uses of IConfigStore in com.netscape.certsrv.apps
 

Methods in com.netscape.certsrv.apps that return IConfigStore
static IConfigStore CMS.createFileConfigStore(java.lang.String path)
           
 IConfigStore ICMSEngine.createFileConfigStore(java.lang.String path)
          Create configuration file.
static IConfigStore CMS.getConfigStore()
          Returns the main config store.
 

Methods in com.netscape.certsrv.apps with parameters of type IConfigStore
static IGeneralNameAsConstraintsConfig CMS.createGeneralNameAsConstraintsConfig(java.lang.String name, IConfigStore config, boolean isValueConfigured, boolean isPolicyEnabled)
          Created general name constraints configuration.
 IGeneralNameAsConstraintsConfig ICMSEngine.createGeneralNameAsConstraintsConfig(java.lang.String name, IConfigStore config, boolean isValueConfigured, boolean isPolicyEnabled)
          Created general name constraints configuration.
static IGeneralNamesAsConstraintsConfig CMS.createGeneralNamesAsConstraintsConfig(java.lang.String name, IConfigStore config, boolean isValueConfigured, boolean isPolicyEnabled)
          Created general name constraints configuration.
 IGeneralNamesAsConstraintsConfig ICMSEngine.createGeneralNamesAsConstraintsConfig(java.lang.String name, IConfigStore config, boolean isValueConfigured, boolean isPolicyEnabled)
          Created general name constraints configuration.
static IGeneralNamesConfig CMS.createGeneralNamesConfig(java.lang.String name, IConfigStore config, boolean isValueConfigured, boolean isPolicyEnabled)
          Created general names configuration.
 IGeneralNamesConfig ICMSEngine.createGeneralNamesConfig(java.lang.String name, IConfigStore config, boolean isValueConfigured, boolean isPolicyEnabled)
          Created general names configuration.
static ISubjAltNameConfig CMS.createSubjAltNameConfig(java.lang.String name, IConfigStore config, boolean isValueConfigured)
          Creates subject alt name configuration.
 ISubjAltNameConfig ICMSEngine.createSubjAltNameConfig(java.lang.String name, IConfigStore config, boolean isValueConfigured)
          Creates subject alt name configuration.
static ILdapConnInfo CMS.getLdapConnInfo(IConfigStore config)
          Retrieves the ldap connection information from the configuration store.
 ILdapConnInfo ICMSEngine.getLdapConnInfo(IConfigStore config)
          Retrieves the ldap connection information from the configuration store.
static void CMS.init(ISubsystem owner, IConfigStore config)
          Initialize all static, dynamic and final static subsystems.
 

Uses of IConfigStore in com.netscape.certsrv.authentication
 

Methods in com.netscape.certsrv.authentication that return IConfigStore
 IConfigStore IAuthManager.getConfigStore()
          Get the configuration store for this authentication manager.
 

Methods in com.netscape.certsrv.authentication with parameters of type IConfigStore
 void IAuthManager.init(java.lang.String name, java.lang.String implName, IConfigStore config)
          Initialize this authentication manager.
 

Uses of IConfigStore in com.netscape.certsrv.authorization
 

Methods in com.netscape.certsrv.authorization that return IConfigStore
 IConfigStore IAuthzManager.getConfigStore()
          Get the configuration store for this authorization manager.
 

Methods in com.netscape.certsrv.authorization with parameters of type IConfigStore
 void IAuthzManager.init(java.lang.String name, java.lang.String implName, IConfigStore config)
          Initialize this authorization manager.
 

Uses of IConfigStore in com.netscape.certsrv.base
 

Methods in com.netscape.certsrv.base that return IConfigStore
 IConfigStore ASubsystem.getConfigStore()
          Retrieves the configuration store.
 IConfigStore ISubsystem.getConfigStore()
          Returns the root configuration storage of this system.
 IConfigStore IPluginImpl.getConfigStore()
          Retrieves the configuration store.
 IConfigStore IConfigStore.getSubStore(java.lang.String name)
          Retrieves the given sub-store.
 IConfigStore IConfigStore.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
 void ASubsystem.init(ISubsystem parent, IConfigStore cfg)
          Initializes this subsystem.
 void ISubsystem.init(ISubsystem owner, IConfigStore config)
          Initializes this subsystem with the given configuration store.
 void IPluginImpl.init(ISubsystem sys, java.lang.String instanceName, java.lang.String className, IConfigStore config)
          Initializes this plugin instance.
 

Uses of IConfigStore in com.netscape.certsrv.ca
 

Methods in com.netscape.certsrv.ca with parameters of type IConfigStore
 boolean ICertificateAuthority.addCRLIssuingPoint(IConfigStore crlSubStore, java.lang.String id, boolean enable, java.lang.String description)
          Adds CRL issuing point with the given identifier and description.
 void ICertificateAuthority.deleteCRLIssuingPoint(IConfigStore crlSubStore, java.lang.String id)
          Deletes CRL issuing point with the given identifier.
 void ICMSCRLExtension.getConfigParams(IConfigStore config, NameValuePairs nvp)
          Reads configuration data and converts them to name value pairs.
 IConnector ICAService.getConnector(IConfigStore cs)
           
 netscape.security.x509.Extension ICMSCRLExtension.getCRLExtension(IConfigStore config, java.lang.Object crlIssuingPoint, boolean critical)
          Builds new CRL extension based on configuration data, issuing point information, and criticality.
 void ICRLIssuingPoint.init(ISubsystem ca, java.lang.String id, IConfigStore config)
          Initializes CRL issuing point.
 void ICMSCRLExtensions.setConfigParams(java.lang.String id, NameValuePairs nvp, IConfigStore config)
          Updates configuration store for extension identified by id with data delivered in name value pairs.
 

Uses of IConfigStore in com.netscape.certsrv.extensions
 

Methods in com.netscape.certsrv.extensions with parameters of type IConfigStore
 void ICMSExtension.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
 IConfigStore IJob.getConfigStore()
          Gets the configuration substore used by this job
 

Methods in com.netscape.certsrv.jobs with parameters of type IConfigStore
 void IJob.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
 void ILdapConnFactory.init(IConfigStore config)
          Initialize the poll from the config store.
 void ILdapConnInfo.init(IConfigStore config)
          Initializes an instance from a config store.
 void ILdapAuthInfo.init(IConfigStore config)
          Initialize this class from the config store.
 void ILdapAuthInfo.init(IConfigStore config, java.lang.String host, int port, boolean secure)
          Initialize this class from the config store.
 void ILdapConnModule.init(ISubsystem owner, 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
 IConfigStore IRequestListenerPlugin.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
 void IRequestListenerPlugin.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
 IConfigStore ConsoleLog.getConfigStore()
          get the configuration store that is associated with this log listener
 IConfigStore ILogEventListener.getConfigStore()
          Get the configuration store for the log event listener.
 

Methods in com.netscape.certsrv.logging with parameters of type IConfigStore
 void ConsoleLog.init(ISubsystem owner, IConfigStore config)
           
 void ILogEventListener.init(ISubsystem owner, IConfigStore config)
          Initialize this log listener
 

Uses of IConfigStore in com.netscape.certsrv.policy
 

Methods in com.netscape.certsrv.policy with parameters of type IConfigStore
 void IPolicyRule.init(ISubsystem owner, IConfigStore config)
          Deprecated. Initializes the policy rule.
 

Uses of IConfigStore in com.netscape.certsrv.profile
 

Methods in com.netscape.certsrv.profile that return IConfigStore
 IConfigStore IPolicyConstraint.getConfigStore()
          Returns the corresponding configuration store of this constraint policy.
 IConfigStore IProfileInput.getConfigStore()
          Returns configuration store.
 IConfigStore IProfileAuthenticator.getConfigStore()
          Retrieves the configuration store.
 IConfigStore IProfile.getConfigStore()
          Retrieves the configuration store of this profile.
 IConfigStore IProfileOutput.getConfigStore()
          Retrieves configuration store.
 IConfigStore IPolicyDefault.getConfigStore()
          Retrieves the configuration store of this default.
 IConfigStore IProfileUpdater.getConfigStore()
          Retrieves configuration store.
 

Methods in com.netscape.certsrv.profile with parameters of type IConfigStore
 void IPolicyConstraint.init(IProfile profile, IConfigStore config)
          Initializes this constraint policy.
 void IProfileInput.init(IProfile profile, IConfigStore config)
          Initializes this default policy.
 void IProfileAuthenticator.init(IProfile profile, IConfigStore config)
          Initializes this default policy.
 void IProfileOutput.init(IProfile profile, IConfigStore config)
          Initializes this default policy.
 void IPolicyDefault.init(IProfile profile, IConfigStore config)
          Initializes this default policy.
 void IProfileUpdater.init(IProfile profile, IConfigStore config)
          Initializes this default policy.
 void IProfile.init(IProfileSubsystem owner, IConfigStore config)
          Initializes this profile.
 

Uses of IConfigStore in com.netscape.certsrv.publish
 

Methods in com.netscape.certsrv.publish that return IConfigStore
 IConfigStore ILdapPlugin.getConfigStore()
          Return config store.
 

Methods in com.netscape.certsrv.publish with parameters of type IConfigStore
 void ILdapPlugin.init(IConfigStore config)
          Initialize from config store.
 void ILdapPluginImpl.init(IConfigStore config)
          initialize from config store and Isubsystem.
 void ILdapCrlMapper.init(IConfigStore config)
          initialize from config store.
 void ILdapRule.init(IPublisherProcessor processor, IConfigStore config)
          Initialize the plugin.
 void ICRLPublisher.init(ISubsystem owner, IConfigStore config)
          Initializes this CRL publisher.
 void ILdapPluginImpl.init(ISubsystem sys, IConfigStore config)
          initialize from config store.
 void IPublishRuleSet.init(ISubsystem sys, IConfigStore conf)
           
 

Uses of IConfigStore in com.netscape.certsrv.registry
 

Methods in com.netscape.certsrv.registry that return IConfigStore
 IConfigStore IPluginRegistry.getFileConfigStore()
          Returns handle to the registry configuration file.
 

Uses of IConfigStore in com.netscape.certsrv.request
 

Methods in com.netscape.certsrv.request with parameters of type IConfigStore
 void IRequestListener.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
 IConfigStore KeyCertData.getConfigFile()
          Retrieves configuration file.
 

Methods in com.netscape.certsrv.security with parameters of type IConfigStore
 netscape.security.x509.AlgorithmId ICryptoSubsystem.getAlgorithmId(java.lang.String algname, IConfigStore store)
          Retrieves CA's signing algorithm id.
 org.mozilla.jss.crypto.PQGParams ICryptoSubsystem.getCAPQG(int keysize, IConfigStore store)
          Retrieves PQG parameters based on key size.
 void KeyCertData.setConfigFile(IConfigStore file)
          Sets configuration file.
 

Uses of IConfigStore in com.netscape.certsrv.selftests
 

Methods in com.netscape.certsrv.selftests that return IConfigStore
 IConfigStore ISelfTest.getSelfTestConfigStore()
          Returns the root configuration storage (self test parameters) associated with this subsystem.
 

Methods in com.netscape.certsrv.selftests with parameters of type IConfigStore
 void ISelfTest.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
 

Fields in com.netscape.cms.authentication declared as IConfigStore
protected  IConfigStore FlatFileAuth.mConfig
          configuration store
protected  IConfigStore DirBasedAuthentication.mConfig
           
protected  IConfigStore DirBasedAuthentication.mLdapConfig
           
 

Methods in com.netscape.cms.authentication that return IConfigStore
 IConfigStore AgentCertAuthentication.getConfigStore()
          gets the configuretion substore used by this authentication manager
 IConfigStore TokenAuthentication.getConfigStore()
          gets the configuretion substore used by this authentication manager
 IConfigStore CMCAuth.getConfigStore()
          gets the configuration substore used by this authentication plug-in
 IConfigStore FlatFileAuth.getConfigStore()
          Returns the configuration store used by this authentication manager
 IConfigStore DirBasedAuthentication.getConfigStore()
          Gets the configuration substore used by this authentication manager
 IConfigStore HashAuthentication.getConfigStore()
          Gets the configuration substore used by this authentication manager
 IConfigStore SSLclientCertAuthentication.getConfigStore()
          gets the configuretion substore used by this authentication manager
 

Methods in com.netscape.cms.authentication with parameters of type IConfigStore
 void AgentCertAuthentication.init(IProfile profile, IConfigStore config)
           
 void TokenAuthentication.init(IProfile profile, IConfigStore config)
           
 void CMCAuth.init(IProfile profile, IConfigStore config)
           
 void FlatFileAuth.init(IProfile profile, IConfigStore config)
           
 void UidPwdPinDirAuthentication.init(IProfile profile, IConfigStore config)
           
 void SSLclientCertAuthentication.init(IProfile profile, IConfigStore config)
           
 void UidPwdDirAuthentication.init(IProfile profile, IConfigStore config)
           
 void UserPwdDirAuthentication.init(IProfile profile, IConfigStore config)
           
 void AgentCertAuthentication.init(java.lang.String name, java.lang.String implName, IConfigStore config)
          initializes the CertUserDBAuthentication auth manager
 void PortalEnroll.init(java.lang.String name, java.lang.String implName, IConfigStore config)
          Initializes the PortalEnrollment auth manager.
 void UdnPwdDirAuthentication.init(java.lang.String name, java.lang.String implName, IConfigStore config)
          Initializes the UdnPwdDirAuthentication auth manager.
 void TokenAuthentication.init(java.lang.String name, java.lang.String implName, IConfigStore config)
          initializes the TokenAuthentication auth manager
 void CMCAuth.init(java.lang.String name, java.lang.String implName, IConfigStore config)
          Initializes the CMCAuth authentication plug-in.
 void FlatFileAuth.init(java.lang.String name, java.lang.String implName, IConfigStore config)
           
 void DirBasedAuthentication.init(java.lang.String name, java.lang.String implName, IConfigStore config)
          Initializes the UidPwdDirBasedAuthentication auth manager.
 void HashAuthentication.init(java.lang.String name, java.lang.String implName, IConfigStore config)
           
 void UidPwdPinDirAuthentication.init(java.lang.String name, java.lang.String implName, IConfigStore config)
           
 void SSLclientCertAuthentication.init(java.lang.String name, java.lang.String implName, IConfigStore config)
          initializes the SSLClientCertAuthentication auth manager
 void UserPwdDirAuthentication.init(java.lang.String name, java.lang.String implName, IConfigStore config)
          Initializes the UdnPwdDirAuthentication auth manager.
 void DirBasedAuthentication.init(java.lang.String name, java.lang.String implName, IConfigStore config, boolean needBaseDN)
           
 

Uses of IConfigStore in com.netscape.cms.authorization
 

Methods in com.netscape.cms.authorization that return IConfigStore
 IConfigStore AAclAuthz.getConfigStore()
          Returns the configuration store used by this Authz mgr
 

Methods in com.netscape.cms.authorization with parameters of type IConfigStore
protected  void AAclAuthz.init(IConfigStore config)
          Initializes
 void BasicAclAuthz.init(java.lang.String name, java.lang.String implName, IConfigStore config)
           
 void DirAclAuthz.init(java.lang.String name, java.lang.String implName, IConfigStore config)
           
 

Uses of IConfigStore in com.netscape.cms.crl
 

Methods in com.netscape.cms.crl with parameters of type IConfigStore
 void CMSIssuingDistributionPointExtension.getConfigParams(IConfigStore config, NameValuePairs nvp)
           
 void CMSAuthInfoAccessExtension.getConfigParams(IConfigStore config, NameValuePairs nvp)
           
 void CMSCRLReasonExtension.getConfigParams(IConfigStore config, NameValuePairs nvp)
           
 void CMSDeltaCRLIndicatorExtension.getConfigParams(IConfigStore config, NameValuePairs nvp)
           
 void CMSCertificateIssuerExtension.getConfigParams(IConfigStore config, NameValuePairs nvp)
           
 void CMSHoldInstructionExtension.getConfigParams(IConfigStore config, NameValuePairs nvp)
           
 void CMSCRLNumberExtension.getConfigParams(IConfigStore config, NameValuePairs nvp)
           
 void CMSIssuerAlternativeNameExtension.getConfigParams(IConfigStore config, NameValuePairs nvp)
           
 void CMSFreshestCRLExtension.getConfigParams(IConfigStore config, NameValuePairs nvp)
           
 void CMSAuthorityKeyIdentifierExtension.getConfigParams(IConfigStore config, NameValuePairs nvp)
           
 void CMSInvalidityDateExtension.getConfigParams(IConfigStore config, NameValuePairs nvp)
           
 netscape.security.x509.Extension CMSIssuingDistributionPointExtension.getCRLExtension(IConfigStore config, java.lang.Object ip, boolean critical)
           
 netscape.security.x509.Extension CMSAuthInfoAccessExtension.getCRLExtension(IConfigStore config, java.lang.Object ip, boolean critical)
           
 netscape.security.x509.Extension CMSCRLReasonExtension.getCRLExtension(IConfigStore config, java.lang.Object crlIssuingPoint, boolean critical)
           
 netscape.security.x509.Extension CMSDeltaCRLIndicatorExtension.getCRLExtension(IConfigStore config, java.lang.Object ip, boolean critical)
           
 netscape.security.x509.Extension CMSCertificateIssuerExtension.getCRLExtension(IConfigStore config, java.lang.Object ip, boolean critical)
           
 netscape.security.x509.Extension CMSHoldInstructionExtension.getCRLExtension(IConfigStore config, java.lang.Object ip, boolean critical)
           
 netscape.security.x509.Extension CMSCRLNumberExtension.getCRLExtension(IConfigStore config, java.lang.Object ip, boolean critical)
           
 netscape.security.x509.Extension CMSIssuerAlternativeNameExtension.getCRLExtension(IConfigStore config, java.lang.Object ip, boolean critical)
           
 netscape.security.x509.Extension CMSFreshestCRLExtension.getCRLExtension(IConfigStore config, java.lang.Object ip, boolean critical)
           
 netscape.security.x509.Extension CMSAuthorityKeyIdentifierExtension.getCRLExtension(IConfigStore config, java.lang.Object ip, boolean critical)
           
 netscape.security.x509.Extension CMSInvalidityDateExtension.getCRLExtension(IConfigStore config, java.lang.Object crlIssuingPoint, boolean critical)
           
 

Uses of IConfigStore in com.netscape.cms.jobs
 

Fields in com.netscape.cms.jobs declared as IConfigStore
protected  IConfigStore AJobBase.mConfig
           
 

Methods in com.netscape.cms.jobs that return IConfigStore
 IConfigStore RenewalNotificationJob.getConfigStore()
          Gets the configuration substore used by this job
 IConfigStore AJobBase.getConfigStore()
          Gets the configuration substore used by this job
 

Methods in com.netscape.cms.jobs with parameters of type IConfigStore
 void UnpublishExpiredJob.init(ISubsystem owner, java.lang.String id, java.lang.String implName, IConfigStore config)
          initialize from the configuration file
 void RenewalNotificationJob.init(ISubsystem owner, java.lang.String id, java.lang.String implName, IConfigStore config)
          Initialize from the configuration file.
 void RequestInQueueJob.init(ISubsystem owner, java.lang.String id, java.lang.String implName, IConfigStore config)
          initialize from the configuration file
abstract  void AJobBase.init(ISubsystem owner, java.lang.String id, java.lang.String implName, IConfigStore config)
          abstract methods
 void PublishCertsJob.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
 IConfigStore PinRemovalListener.getConfigStore()
           
 

Methods in com.netscape.cms.listeners with parameters of type IConfigStore
 void PinRemovalListener.init(ISubsystem sub, IConfigStore config)
           
 void RequestInQListener.init(ISubsystem sub, IConfigStore config)
          initializes the listener from the configuration
 void CertificateIssuedListener.init(ISubsystem sub, IConfigStore config)
           
 void CertificateRevokedListener.init(ISubsystem sub, IConfigStore config)
           
 void PinRemovalListener.init(java.lang.String name, java.lang.String ImplName, IConfigStore config)
           
 

Uses of IConfigStore in com.netscape.cms.logging
 

Fields in com.netscape.cms.logging declared as IConfigStore
protected  IConfigStore LogFile.mConfig
           
 

Methods in com.netscape.cms.logging that return IConfigStore
 IConfigStore LogFile.getConfigStore()
          Retrieves the configuration store of this subsystem.
 

Methods in com.netscape.cms.logging with parameters of type IConfigStore
 void LogFile.init(IConfigStore config)
          Initialize and open the log using the parameters from a config store
 void RollingLogFile.init(IConfigStore config)
          Initialize and open a RollingLogFile using the prop config store
 void LogFile.init(ISubsystem owner, IConfigStore config)
           
 

Uses of IConfigStore in com.netscape.cms.ocsp
 

Methods in com.netscape.cms.ocsp that return IConfigStore
 IConfigStore DefStore.getConfigStore()
           
 IConfigStore LDAPStore.getConfigStore()
           
 

Methods in com.netscape.cms.ocsp with parameters of type IConfigStore
 void DefStore.init(ISubsystem owner, IConfigStore config)
           
 void LDAPStore.init(ISubsystem owner, IConfigStore config)
          Fetch CA certificate and CRL from LDAP server.
 

Uses of IConfigStore in com.netscape.cms.policy
 

Methods in com.netscape.cms.policy with parameters of type IConfigStore
abstract  void APolicyRule.init(ISubsystem owner, IConfigStore config)
          Deprecated. Initializes the policy rule.
 

Uses of IConfigStore in com.netscape.cms.policy.constraints
 

Methods in com.netscape.cms.policy.constraints that return IConfigStore
 IConfigStore AttributePresentConstraints.getConfigStore()
          Deprecated.  
 

Methods in com.netscape.cms.policy.constraints with parameters of type IConfigStore
protected  void AttributePresentConstraints.getBooleanConfigParam(IConfigStore config, java.lang.String paramName)
          Deprecated.  
protected  void AttributePresentConstraints.getIntConfigParam(IConfigStore config, java.lang.String paramName)
          Deprecated.  
protected  void AttributePresentConstraints.getStringConfigParam(IConfigStore config, java.lang.String paramName)
          Deprecated.  
 void UniqueSubjectNameConstraints.init(ISubsystem owner, IConfigStore config)
          Deprecated. Initializes this policy rule.
 void AgentPolicy.init(ISubsystem owner, IConfigStore config)
          Deprecated. Initializes this policy rule.
 void KeyAlgorithmConstraints.init(ISubsystem owner, IConfigStore config)
          Deprecated. Initializes this policy rule.
 void IssuerConstraints.init(ISubsystem owner, IConfigStore config)
          Deprecated. Initializes this policy rule.
 void RevocationConstraints.init(ISubsystem owner, IConfigStore config)
          Deprecated. Initializes this policy rule.
 void DefaultRevocation.init(ISubsystem owner, IConfigStore config)
          Deprecated. Initializes this policy rule.
 void RSAKeyConstraints.init(ISubsystem owner, IConfigStore config)
          Deprecated. Initializes this policy rule.
 void DSAKeyConstraints.init(ISubsystem owner, IConfigStore config)
          Deprecated. Initializes this policy rule.
 void ManualAuthentication.init(ISubsystem owner, IConfigStore config)
          Deprecated. Initializes this policy rule.
 void RenewalValidityConstraints.init(ISubsystem owner, IConfigStore config)
          Deprecated. Initializes this policy rule.
 void SigningAlgorithmConstraints.init(ISubsystem owner, IConfigStore config)
          Deprecated. Initializes this policy rule.
 void AttributePresentConstraints.init(ISubsystem owner, IConfigStore config)
          Deprecated.  
 void ValidityConstraints.init(ISubsystem owner, IConfigStore config)
          Deprecated. Initializes this policy rule.
 void RenewalConstraints.init(ISubsystem owner, IConfigStore config)
          Deprecated. Initializes this policy rule.
 void SubCANameConstraints.init(ISubsystem owner, IConfigStore config)
          Deprecated. Initializes this policy rule.
 

Uses of IConfigStore in com.netscape.cms.policy.extensions
 

Fields in com.netscape.cms.policy.extensions declared as IConfigStore
protected  IConfigStore AuthorityKeyIdentifierExt.mConfig
          Deprecated.  
protected  IConfigStore CertificatePoliciesExt.mConfig
          Deprecated.  
 IConfigStore CertificateScopeOfUseExt.mConfig
          Deprecated.  
 IConfigStore GenericASN1Ext.mConfig
          Deprecated.  
protected  IConfigStore SubjectDirectoryAttributesExt.mConfig
          Deprecated.  
 IConfigStore AuthInfoAccessExt.mConfig
          Deprecated.  
protected  IConfigStore NameConstraintsExt.mConfig
          Deprecated.  
protected  IConfigStore PolicyConstraintsExt.mConfig
          Deprecated.  
protected  IConfigStore PolicyMappingsExt.mConfig
          Deprecated.  
protected  IConfigStore SubjectAltNameExt.mConfig
          Deprecated.  
protected  IConfigStore SubjectKeyIdentifierExt.mConfig
          Deprecated.  
protected  IConfigStore KeyUsageExt.mConfig
          Deprecated.  
protected  IConfigStore NSCertTypeExt.mConfig
          Deprecated.  
 

Methods in com.netscape.cms.policy.extensions with parameters of type IConfigStore
 void OCSPNoCheckExt.init(ISubsystem owner, IConfigStore config)
          Deprecated. Performs one-time initialization of the policy.
 void AuthorityKeyIdentifierExt.init(ISubsystem owner, IConfigStore config)
          Deprecated. Initializes this policy rule.
 void CertificatePoliciesExt.init(ISubsystem owner, IConfigStore config)
          Deprecated. Initializes this policy rule.
 void SubjAltNameExt.init(ISubsystem owner, IConfigStore config)
          Deprecated. Initializes this policy rule.
 void RemoveBasicConstraintsExt.init(ISubsystem owner, IConfigStore config)
          Deprecated.  
 void CertificateScopeOfUseExt.init(ISubsystem owner, IConfigStore config)
          Deprecated. Initializes this policy rule.
 void GenericASN1Ext.init(ISubsystem owner, IConfigStore config)
          Deprecated. Initializes this policy rule.
 void ExtendedKeyUsageExt.init(ISubsystem owner, IConfigStore config)
          Deprecated. Performs one-time initialization of the policy.
 void SubjectDirectoryAttributesExt.init(ISubsystem owner, IConfigStore config)
          Deprecated.  
 void AuthInfoAccessExt.init(ISubsystem owner, IConfigStore config)
          Deprecated. Initializes this policy rule.
 void NameConstraintsExt.init(ISubsystem owner, IConfigStore config)
          Deprecated. Initializes this policy rule.
 void PolicyConstraintsExt.init(ISubsystem owner, IConfigStore config)
          Deprecated. Initializes this policy rule.
 void PresenceExt.init(ISubsystem owner, IConfigStore config)
          Deprecated.  
 void NSCCommentExt.init(ISubsystem owner, IConfigStore config)
          Deprecated. Initializes this policy rule.
 void BasicConstraintsExt.init(ISubsystem owner, IConfigStore config)
          Deprecated. Initializes this policy rule.
 void IssuerAltNameExt.init(ISubsystem owner, IConfigStore config)
          Deprecated. Initializes this policy rule.
 void PolicyMappingsExt.init(ISubsystem owner, IConfigStore config)
          Deprecated. Initializes this policy rule.
 void SubjectAltNameExt.init(ISubsystem owner, IConfigStore config)
          Deprecated. Initializes this policy rule.
 void CRLDistributionPointsExt.init(ISubsystem owner, IConfigStore config)
          Performs one-time initialization of the policy.
 void SubjectKeyIdentifierExt.init(ISubsystem owner, IConfigStore config)
          Deprecated. Initializes this policy rule.
 void CertificateRenewalWindowExt.init(ISubsystem owner, IConfigStore config)
          Deprecated. Initializes this policy rule.
 void PrivateKeyUsagePeriodExt.init(ISubsystem owner, IConfigStore config)
          Deprecated. Initializes this policy rule.
 void KeyUsageExt.init(ISubsystem owner, IConfigStore config)
          Deprecated. Initializes this policy rule.
 void NSCertTypeExt.init(ISubsystem owner, IConfigStore config)
          Deprecated. Initializes this policy rule.
 

Uses of IConfigStore in com.netscape.cms.profile.common
 

Fields in com.netscape.cms.profile.common declared as IConfigStore
protected  IConfigStore BasicProfile.mConfig
           
 

Methods in com.netscape.cms.profile.common that return IConfigStore
 IConfigStore BasicProfile.getConfigStore()
           
 

Methods in com.netscape.cms.profile.common with parameters of type IConfigStore
 void BasicProfile.init(IProfileSubsystem owner, IConfigStore config)
          Initializes this profile.
 

Uses of IConfigStore in com.netscape.cms.profile.constraint
 

Fields in com.netscape.cms.profile.constraint declared as IConfigStore
protected  IConfigStore EnrollConstraint.mConfig
           
 

Methods in com.netscape.cms.profile.constraint that return IConfigStore
 IConfigStore EnrollConstraint.getConfigStore()
           
 IConfigStore NoConstraint.getConfigStore()
           
 

Methods in com.netscape.cms.profile.constraint with parameters of type IConfigStore
 void KeyConstraint.init(IProfile profile, IConfigStore config)
           
 void KeyUsageExtConstraint.init(IProfile profile, IConfigStore config)
           
 void NSCertTypeExtConstraint.init(IProfile profile, IConfigStore config)
           
 void EnrollConstraint.init(IProfile profile, IConfigStore config)
           
 void RenewGracePeriodConstraint.init(IProfile profile, IConfigStore config)
           
 void ExtensionConstraint.init(IProfile profile, IConfigStore config)
           
 void BasicConstraintsExtConstraint.init(IProfile profile, IConfigStore config)
          Initializes this constraint plugin.
 void NoConstraint.init(IProfile profile, IConfigStore config)
           
 void SubjectNameConstraint.init(IProfile profile, IConfigStore config)
           
 void ExtendedKeyUsageExtConstraint.init(IProfile profile, IConfigStore config)
           
 void UniqueSubjectNameConstraint.init(IProfile profile, IConfigStore config)
           
 void SigningAlgConstraint.init(IProfile profile, IConfigStore config)
           
 void ValidityConstraint.init(IProfile profile, IConfigStore config)
           
 void UniqueKeyConstraint.init(IProfile profile, IConfigStore config)
           
 void CAValidityConstraint.init(IProfile profile, IConfigStore config)
           
 

Uses of IConfigStore in com.netscape.cms.profile.def
 

Fields in com.netscape.cms.profile.def declared as IConfigStore
protected  IConfigStore NoDefault.mConfig
           
protected  IConfigStore EnrollDefault.mConfig
           
protected  IConfigStore nsTokenUserKeySubjectNameDefault.mInstConfig
           
protected  IConfigStore nsNKeySubjectNameDefault.mInstConfig
           
protected  IConfigStore nsTokenUserKeySubjectNameDefault.mLdapConfig
           
protected  IConfigStore nsNKeySubjectNameDefault.mLdapConfig
           
protected  IConfigStore nsTokenUserKeySubjectNameDefault.mParamsConfig
           
protected  IConfigStore nsNKeySubjectNameDefault.mParamsConfig
           
protected  IConfigStore nsTokenDeviceKeySubjectNameDefault.mParamsConfig
           
protected  IConfigStore nsHKeySubjectNameDefault.mParamsConfig
           
 

Methods in com.netscape.cms.profile.def that return IConfigStore
 IConfigStore NoDefault.getConfigStore()
           
 IConfigStore EnrollDefault.getConfigStore()
           
 

Methods in com.netscape.cms.profile.def with parameters of type IConfigStore
 void UserSubjectNameDefault.init(IProfile profile, IConfigStore config)
           
 void AutoAssignDefault.init(IProfile profile, IConfigStore config)
           
 void AuthInfoAccessExtDefault.init(IProfile profile, IConfigStore config)
           
 void CRLDistributionPointsExtDefault.init(IProfile profile, IConfigStore config)
           
 void SubjectAltNameExtDefault.init(IProfile profile, IConfigStore config)
           
 void IssuerAltNameExtDefault.init(IProfile profile, IConfigStore config)
           
 void ExtendedKeyUsageExtDefault.init(IProfile profile, IConfigStore config)
           
 void SubjectNameDefault.init(IProfile profile, IConfigStore config)
           
 void NoDefault.init(IProfile profile, IConfigStore config)
           
 void SubjectInfoAccessExtDefault.init(IProfile profile, IConfigStore config)
           
 void PolicyConstraintsExtDefault.init(IProfile profile, IConfigStore config)
           
 void InhibitAnyPolicyExtDefault.init(IProfile profile, IConfigStore config)
           
 void nsTokenUserKeySubjectNameDefault.init(IProfile profile, IConfigStore config)
           
 void EnrollDefault.init(IProfile profile, IConfigStore config)
           
 void OCSPNoCheckExtDefault.init(IProfile profile, IConfigStore config)
           
 void BasicConstraintsExtDefault.init(IProfile profile, IConfigStore config)
           
 void SigningAlgDefault.init(IProfile profile, IConfigStore config)
           
 void GenericExtDefault.init(IProfile profile, IConfigStore config)
           
 void nsNKeySubjectNameDefault.init(IProfile profile, IConfigStore config)
           
 void AuthorityKeyIdentifierExtDefault.init(IProfile profile, IConfigStore config)
           
 void UserKeyDefault.init(IProfile profile, IConfigStore config)
           
 void NSCCommentExtDefault.init(IProfile profile, IConfigStore config)
           
 void CertificateVersionDefault.init(IProfile profile, IConfigStore config)
           
 void ValidityDefault.init(IProfile profile, IConfigStore config)
           
 void ImageDefault.init(IProfile profile, IConfigStore config)
           
 void PolicyMappingsExtDefault.init(IProfile profile, IConfigStore config)
           
 void NSCertTypeExtDefault.init(IProfile profile, IConfigStore config)
           
 void CAValidityDefault.init(IProfile profile, IConfigStore config)
           
 void UserSigningAlgDefault.init(IProfile profile, IConfigStore config)
           
 void SubjectDirAttributesExtDefault.init(IProfile profile, IConfigStore config)
           
 void PrivateKeyUsagePeriodExtDefault.init(IProfile profile, IConfigStore config)
           
 void UserValidityDefault.init(IProfile profile, IConfigStore config)
           
 void nsTokenDeviceKeySubjectNameDefault.init(IProfile profile, IConfigStore config)
           
 void KeyUsageExtDefault.init(IProfile profile, IConfigStore config)
           
 void FreshestCRLExtDefault.init(IProfile profile, IConfigStore config)
           
 void AuthTokenSubjectNameDefault.init(IProfile profile, IConfigStore config)
           
 void nsHKeySubjectNameDefault.init(IProfile profile, IConfigStore config)
           
 void UserExtensionDefault.init(IProfile profile, IConfigStore config)
           
 void NameConstraintsExtDefault.init(IProfile profile, IConfigStore config)
           
 void SubjectKeyIdentifierExtDefault.init(IProfile profile, IConfigStore config)
           
 void CertificatePoliciesExtDefault.init(IProfile profile, IConfigStore config)
           
 

Uses of IConfigStore in com.netscape.cms.profile.input
 

Fields in com.netscape.cms.profile.input declared as IConfigStore
protected  IConfigStore EnrollInput.mConfig
           
 

Methods in com.netscape.cms.profile.input that return IConfigStore
 IConfigStore EnrollInput.getConfigStore()
           
 

Methods in com.netscape.cms.profile.input with parameters of type IConfigStore
 void SubjectDNInput.init(IProfile profile, IConfigStore config)
          Initializes this default policy.
 void SerialNumRenewInput.init(IProfile profile, IConfigStore config)
          Initializes this default policy.
 void SubjectNameInput.init(IProfile profile, IConfigStore config)
          Initializes this default policy.
 void KeyGenInput.init(IProfile profile, IConfigStore config)
          Initializes this default policy.
 void ImageInput.init(IProfile profile, IConfigStore config)
          Initializes this default policy.
 void EnrollInput.init(IProfile profile, IConfigStore config)
          Initializes this default policy.
 void nsNKeyCertReqInput.init(IProfile profile, IConfigStore config)
          Initializes this default policy.
 void FileSigningInput.init(IProfile profile, IConfigStore config)
          Initializes this default policy.
 void nsHKeyCertReqInput.init(IProfile profile, IConfigStore config)
          Initializes this default policy.
 void CertReqInput.init(IProfile profile, IConfigStore config)
          Initializes this default policy.
 void SubmitterInfoInput.init(IProfile profile, IConfigStore config)
          Initializes this default policy.
 void GenericInput.init(IProfile profile, IConfigStore config)
          Initializes this default policy.
 void DualKeyGenInput.init(IProfile profile, IConfigStore config)
          Initializes this default policy.
 void CMCCertReqInput.init(IProfile 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
 IConfigStore EnrollOutput.getConfigStore()
           
 

Methods in com.netscape.cms.profile.output with parameters of type IConfigStore
 void CertOutput.init(IProfile profile, IConfigStore config)
          Initializes this default policy.
 void EnrollOutput.init(IProfile profile, IConfigStore config)
          Initializes this default policy.
 void nsNKeyOutput.init(IProfile profile, IConfigStore config)
          Initializes this default policy.
 void PKCS7Output.init(IProfile profile, IConfigStore config)
          Initializes this default policy.
 void CMMFOutput.init(IProfile profile, IConfigStore config)
          Initializes this default policy.
 

Uses of IConfigStore in com.netscape.cms.profile.updater
 

Fields in com.netscape.cms.profile.updater declared as IConfigStore
 IConfigStore SubsystemGroupUpdater.mConfig
           
 

Methods in com.netscape.cms.profile.updater that return IConfigStore
 IConfigStore SubsystemGroupUpdater.getConfigStore()
           
 

Methods in com.netscape.cms.profile.updater with parameters of type IConfigStore
 void SubsystemGroupUpdater.init(IProfile profile, IConfigStore config)
           
 

Uses of IConfigStore in com.netscape.cms.publish.mappers
 

Fields in com.netscape.cms.publish.mappers declared as IConfigStore
protected  IConfigStore LdapCertSubjMap.mConfig
           
 IConfigStore NoMap.mConfig
           
protected  IConfigStore LdapEnhancedMap.mConfig
           
protected  IConfigStore LdapCaSimpleMap.mConfig
           
protected  IConfigStore LdapCertExactMap.mConfig
           
protected  IConfigStore LdapDNCompsMap.mConfig
           
protected  IConfigStore LdapSimpleMap.mConfig
           
 

Methods in com.netscape.cms.publish.mappers that return IConfigStore
 IConfigStore LdapCertSubjMap.getConfigStore()
           
 IConfigStore NoMap.getConfigStore()
           
 IConfigStore LdapEnhancedMap.getConfigStore()
          implementation for extended ILdapPlugin interface method
 IConfigStore LdapCaSimpleMap.getConfigStore()
           
 IConfigStore LdapCertExactMap.getConfigStore()
           
 IConfigStore LdapDNCompsMap.getConfigStore()
           
 IConfigStore LdapSimpleMap.getConfigStore()
           
 

Methods in com.netscape.cms.publish.mappers with parameters of type IConfigStore
 void LdapCertSubjMap.init(IConfigStore config)
           
 void NoMap.init(IConfigStore config)
          for initializing from config store.
 void LdapEnhancedMap.init(IConfigStore config)
          for initializing from config store.
 void LdapCaSimpleMap.init(IConfigStore config)
          for initializing from config store.
 void LdapCertExactMap.init(IConfigStore config)
           
 void LdapDNCompsMap.init(IConfigStore config)
          for initializing from config store.
 void LdapSimpleMap.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
protected  IConfigStore LdapCaCertPublisher.mConfig
           
protected  IConfigStore LdapCrlPublisher.mConfig
           
protected  IConfigStore LdapCertificatePairPublisher.mConfig
           
protected  IConfigStore LdapCertSubjPublisher.mConfig
           
 

Methods in com.netscape.cms.publish.publishers that return IConfigStore
 IConfigStore LdapEncryptCertPublisher.getConfigStore()
           
 IConfigStore LdapUserCertPublisher.getConfigStore()
           
 IConfigStore LdapCaCertPublisher.getConfigStore()
           
 IConfigStore FileBasedPublisher.getConfigStore()
           
 IConfigStore LdapCrlPublisher.getConfigStore()
           
 IConfigStore LdapCertificatePairPublisher.getConfigStore()
           
 IConfigStore OCSPPublisher.getConfigStore()
           
 IConfigStore LdapCertSubjPublisher.getConfigStore()
           
 

Methods in com.netscape.cms.publish.publishers with parameters of type IConfigStore
 void LdapEncryptCertPublisher.init(IConfigStore config)
           
 void LdapUserCertPublisher.init(IConfigStore config)
           
 void LdapCaCertPublisher.init(IConfigStore config)
           
 void FileBasedPublisher.init(IConfigStore config)
          Initializes this plugin.
 void LdapCrlPublisher.init(IConfigStore config)
           
 void LdapCertificatePairPublisher.init(IConfigStore config)
           
 void OCSPPublisher.init(IConfigStore config)
          Initializes this plugin.
 void LdapCertSubjPublisher.init(IConfigStore config)
           
 

Uses of IConfigStore in com.netscape.cms.selftests
 

Fields in com.netscape.cms.selftests declared as IConfigStore
protected  IConfigStore ASelfTest.mConfig
           
 

Methods in com.netscape.cms.selftests that return IConfigStore
 IConfigStore ASelfTest.getSelfTestConfigStore()
          Returns the root configuration storage (self test parameters) associated with this subsystem.
 

Methods in com.netscape.cms.selftests with parameters of type IConfigStore
 void ASelfTest.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
 IConfigStore CAPresence.getSelfTestConfigStore()
          Returns the root configuration storage (self test parameters) associated with this subsystem.
 IConfigStore CAValidity.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
 void CAPresence.initSelfTest(ISelfTestSubsystem subsystem, java.lang.String instanceName, IConfigStore parameters)
          Initializes this subsystem with the configuration store associated with this instance name.
 void CAValidity.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
 IConfigStore SystemCertsVerification.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
 void SystemCertsVerification.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
 IConfigStore KRAPresence.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
 void KRAPresence.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
 IConfigStore OCSPValidity.getSelfTestConfigStore()
          Returns the root configuration storage (self test parameters) associated with this subsystem.
 IConfigStore OCSPPresence.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
 void OCSPValidity.initSelfTest(ISelfTestSubsystem subsystem, java.lang.String instanceName, IConfigStore parameters)
          Initializes this subsystem with the configuration store associated with this instance name.
 void OCSPPresence.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.ra
 

Methods in com.netscape.cms.selftests.ra that return IConfigStore
 IConfigStore RAPresence.getSelfTestConfigStore()
          Deprecated. Returns the root configuration storage (self test parameters) associated with this subsystem.
 

Methods in com.netscape.cms.selftests.ra with parameters of type IConfigStore
 void RAPresence.initSelfTest(ISelfTestSubsystem subsystem, java.lang.String instanceName, IConfigStore parameters)
          Deprecated. Initializes this subsystem with the configuration store associated with this instance name.
 

Uses of IConfigStore in com.netscape.cms.selftests.tks
 

Methods in com.netscape.cms.selftests.tks that return IConfigStore
 IConfigStore TKSKnownSessionKey.getSelfTestConfigStore()
          Returns the root configuration storage (self test parameters) associated with this subsystem.
 

Methods in com.netscape.cms.selftests.tks with parameters of type IConfigStore
 void TKSKnownSessionKey.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
 

Fields in com.netscape.cms.servlet.admin declared as IConfigStore
protected  IConfigStore AdminServlet.mConfig
           
 

Methods in com.netscape.cms.servlet.admin with parameters of type IConfigStore
protected  void AdminServlet.getConfig(IConfigStore config, javax.servlet.http.HttpServletRequest req, javax.servlet.http.HttpServletResponse resp)
          Generic configuration store get operation.
protected  void AdminServlet.listConfig(IConfigStore config, javax.servlet.http.HttpServletRequest req, javax.servlet.http.HttpServletResponse resp)
          Lists configuration store.
protected  void AdminServlet.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
protected  IConfigStore CMSServlet.mConfig
           
 

Uses of IConfigStore in com.netscape.cms.servlet.cert.scep
 

Fields in com.netscape.cms.servlet.cert.scep declared as IConfigStore
protected  IConfigStore CRSEnrollment.mConfig
           
 

Uses of IConfigStore in com.netscape.cms.servlet.common
 

Methods in com.netscape.cms.servlet.common with parameters of type IConfigStore
 void CMSFileLoader.init(IConfigStore config)
           
 

Uses of IConfigStore in com.netscape.cms.servlet.csadmin
 

Methods in com.netscape.cms.servlet.csadmin with parameters of type IConfigStore
 void SizePanel.createECCKeyPair(java.lang.String token, java.lang.String curveName, IConfigStore config, java.lang.String ct)
           
static netscape.security.x509.X509CertImpl CertUtil.createLocalCert(IConfigStore config, netscape.security.x509.X509Key x509key, java.lang.String prefix, java.lang.String certTag, java.lang.String type, org.apache.velocity.context.Context context)
           
 void SizePanel.createRSAKeyPair(java.lang.String token, int keysize, IConfigStore config, java.lang.String ct)
           
static java.lang.String CertUtil.getAdminProfileAlgorithm(IConfigStore config)
          reads from the admin cert profile caAdminCert.profile and takes the first entry in the list of allowed algorithms.
 void CertPrettyPrintPanel.getCert(javax.servlet.http.HttpServletRequest req, IConfigStore config, org.apache.velocity.context.Context context, java.lang.String certTag, Cert cert)
           
 void CertRequestPanel.getCert(IConfigStore config, org.apache.velocity.context.Context context, java.lang.String certTag, Cert cert)
           
 netscape.security.x509.X509Key CertRequestPanel.getECCX509Key(IConfigStore config, java.lang.String certTag)
           
 java.util.Vector WizardPanelBase.getMasterUrlListFromSecurityDomain(IConfigStore config, java.lang.String type, java.lang.String portType)
           
 java.lang.String WizardPanelBase.getNickname(IConfigStore config, java.lang.String certTag)
           
static java.lang.String CertUtil.getPKCS10(IConfigStore config, java.lang.String prefix, Cert certObj, org.apache.velocity.context.Context context)
           
 netscape.security.x509.X509Key CertRequestPanel.getRSAX509Key(IConfigStore config, java.lang.String certTag)
           
 java.lang.String WizardPanelBase.getSecurityDomainAdminPort(IConfigStore config, java.lang.String hostname, java.lang.String https_ee_port, java.lang.String cstype)
           
 java.lang.String WizardPanelBase.getSecurityDomainPort(IConfigStore config, java.lang.String portType)
           
 void WizardPanelBase.getTokenInfo(IConfigStore config, java.lang.String type, java.lang.String host, int https_ee_port, boolean https, org.apache.velocity.context.Context context, ConfigCertApprovalCallback certApprovalCallback)
           
 java.lang.String NamePanel.getURL(javax.servlet.http.HttpServletRequest request, IConfigStore config)
           
 java.util.Vector WizardPanelBase.getUrlListFromSecurityDomain(IConfigStore config, java.lang.String type, java.lang.String portType)
           
 void CertRequestPanel.handleCertRequest(IConfigStore config, org.apache.velocity.context.Context context, java.lang.String certTag, Cert cert)
           
 boolean ConfigHSMServlet.isPanelModified(IConfigStore cs)
           
 boolean WizardPanelBase.isSDHostDomainMaster(IConfigStore config)
           
 void SizePanel.setSigningAlgorithm(java.lang.String ct, java.lang.String keyAlgo, IConfigStore config)
           
 void WizardPanelBase.updateCertChain(IConfigStore config, java.lang.String name, java.lang.String host, int https_admin_port, boolean https, org.apache.velocity.context.Context context)
           
 void WizardPanelBase.updateCertChain(IConfigStore config, java.lang.String name, java.lang.String host, int https_admin_port, boolean https, org.apache.velocity.context.Context context, ConfigCertApprovalCallback certApprovalCallback)
           
 void WizardPanelBase.updateCertChainUsingSecureEEPort(IConfigStore config, java.lang.String name, java.lang.String host, int https_ee_port, boolean https, org.apache.velocity.context.Context context, ConfigCertApprovalCallback certApprovalCallback)
           
 void NamePanel.updateCloneConfig(IConfigStore config)
           
 void NamePanel.updateConfig(IConfigStore config, java.lang.String certTag)
           
 boolean WizardPanelBase.updateConfigEntries(java.lang.String hostname, int port, boolean https, java.lang.String servlet, java.lang.String uri, IConfigStore config, javax.servlet.http.HttpServletResponse response)
           
static void CertUtil.updateLocalRequest(IConfigStore config, java.lang.String certTag, java.lang.String certReq, java.lang.String reqType, java.lang.String subjectName)
          update local cert request with the actual request called from CertRequestPanel.java