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 IConfigStore
BaseSubsystem. getConfigStore()
Retrieves the configuration store.IConfigStore
IPluginImpl. getConfigStore()
Retrieves the configuration store.IConfigStore
ISubsystem. getConfigStore()
Returns the root configuration storage of this system.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 Modifier and Type Method Description void
BaseSubsystem. init(IConfigStore config)
Initializes this subsystem.void
IPluginImpl. init(ISubsystem sys, java.lang.String instanceName, java.lang.String className, IConfigStore config)
Initializes this plugin instance.void
ISubsystem. 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 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 Modifier and Type Method Description IConfigStore
IJob. getConfigStore()
Gets the configuration substore used by this jobMethods in com.netscape.certsrv.jobs with parameters of type IConfigStore Modifier and Type Method Description 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 Modifier and Type Method Description void
ILdapConnModule. 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 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 Modifier and Type Method Description 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 Modifier and Type Method Description IConfigStore
ConsoleLog. getConfigStore()
get the configuration store that is associated with this log listenerIConfigStore
ILogEventListener. 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 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.ocsp
Methods in com.netscape.certsrv.ocsp with parameters of type IConfigStore Modifier and Type Method Description void
IOCSPStore. 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 IConfigStore
ILdapPlugin. getConfigStore()
Return config store.Methods in com.netscape.certsrv.publish with parameters of type IConfigStore Modifier and Type Method Description void
ILdapCrlMapper. init(IConfigStore config)
initialize from config store.void
ILdapPlugin. init(IConfigStore config)
Initialize from config store.void
ILdapPluginImpl. init(IConfigStore config)
initialize from config store and Isubsystem.void
ILdapPluginImpl. init(ISubsystem sys, IConfigStore config)
initialize from config store.void
ILdapRule. init(PublisherProcessor processor, IConfigStore config)
Initialize the plugin.void
IPublishRuleSet. 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 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 Modifier and Type Method Description IConfigStore
KeyCertData. 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.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 Modifier and Type Method Description 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 Modifier and Type Method Description 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
Methods in com.netscape.cms.authentication with parameters of type IConfigStore Modifier and Type Method Description void
AgentCertAuthentication. init(Profile profile, IConfigStore config)
void
CMCAuth. init(Profile profile, IConfigStore config)
void
FlatFileAuth. init(Profile profile, IConfigStore config)
void
SessionAuthentication. init(Profile profile, IConfigStore config)
void
SSLclientCertAuthentication. init(Profile profile, IConfigStore config)
void
TokenAuthentication. init(Profile profile, IConfigStore config)
void
UidPwdDirAuthentication. init(Profile profile, IConfigStore config)
void
UidPwdPinDirAuthentication. init(Profile profile, IConfigStore config)
void
UserPwdDirAuthentication. 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 void
CMSAuthInfoAccessExtension. getConfigParams(IConfigStore config, NameValuePairs nvp)
void
CMSCertificateIssuerExtension. getConfigParams(IConfigStore config, NameValuePairs nvp)
void
CMSCRLReasonExtension. getConfigParams(IConfigStore config, NameValuePairs nvp)
void
CMSFreshestCRLExtension. getConfigParams(IConfigStore config, NameValuePairs nvp)
void
CMSHoldInstructionExtension. getConfigParams(IConfigStore config, NameValuePairs nvp)
void
CMSInvalidityDateExtension. getConfigParams(IConfigStore config, NameValuePairs nvp)
void
CMSIssuerAlternativeNameExtension. getConfigParams(IConfigStore config, NameValuePairs nvp)
void
CMSIssuingDistributionPointExtension. getConfigParams(IConfigStore config, NameValuePairs nvp)
org.mozilla.jss.netscape.security.x509.Extension
CMSAuthInfoAccessExtension. getCRLExtension(IConfigStore config, java.lang.Object ip, boolean critical)
org.mozilla.jss.netscape.security.x509.Extension
CMSCertificateIssuerExtension. getCRLExtension(IConfigStore config, java.lang.Object ip, boolean critical)
org.mozilla.jss.netscape.security.x509.Extension
CMSCRLReasonExtension. getCRLExtension(IConfigStore config, java.lang.Object crlIssuingPoint, boolean critical)
org.mozilla.jss.netscape.security.x509.Extension
CMSFreshestCRLExtension. getCRLExtension(IConfigStore config, java.lang.Object ip, boolean critical)
org.mozilla.jss.netscape.security.x509.Extension
CMSHoldInstructionExtension. getCRLExtension(IConfigStore config, java.lang.Object ip, boolean critical)
org.mozilla.jss.netscape.security.x509.Extension
CMSInvalidityDateExtension. getCRLExtension(IConfigStore config, java.lang.Object crlIssuingPoint, boolean critical)
org.mozilla.jss.netscape.security.x509.Extension
CMSIssuerAlternativeNameExtension. getCRLExtension(IConfigStore config, java.lang.Object ip, boolean critical)
org.mozilla.jss.netscape.security.x509.Extension
CMSIssuingDistributionPointExtension. 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 IConfigStore
AJobBase. mConfig
Methods in com.netscape.cms.jobs that return IConfigStore Modifier and Type Method Description IConfigStore
AJobBase. 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 void
AJobBase. init(ISubsystem owner, java.lang.String id, java.lang.String implName, IConfigStore config)
abstract methodsvoid
RequestInQueueJob. 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 IConfigStore
PinRemovalListener. getConfigStore()
Methods in com.netscape.cms.listeners with parameters of type IConfigStore Modifier and Type Method Description void
PinRemovalListener. init(ISubsystem sub, IConfigStore config)
void
PinRemovalListener. init(java.lang.String name, java.lang.String ImplName, IConfigStore config)
void
RequestInQListener. 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 IConfigStore
LogFile. mConfig
Methods in com.netscape.cms.logging that return IConfigStore Modifier and Type Method Description IConfigStore
LogFile. getConfigStore()
Retrieves the configuration store of this subsystem.Methods in com.netscape.cms.logging with parameters of type IConfigStore Modifier and Type Method Description void
LogFile. init(IConfigStore config)
Initialize and open the log using the parameters from a config storevoid
LogFile. init(ISubsystem owner, IConfigStore config)
void
RollingLogFile. 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 IConfigStore
DefStore. getConfigStore()
IConfigStore
LDAPStore. getConfigStore()
Methods in com.netscape.cms.ocsp with parameters of type IConfigStore Modifier and Type Method Description void
DefStore. init(IOCSPAuthority owner, IConfigStore config)
void
LDAPStore. 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 void
ProfileAuthenticator. 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 IConfigStore
Profile. mConfig
Methods in com.netscape.cms.profile.common that return IConfigStore Modifier and Type Method Description IConfigStore
Profile. getConfigStore()
Retrieves the configuration store of this profile.abstract IConfigStore
ProfileInput. getConfigStore()
Returns configuration store.abstract IConfigStore
ProfileOutput. getConfigStore()
Retrieves configuration store.Methods in com.netscape.cms.profile.common with parameters of type IConfigStore Modifier and Type Method Description void
Profile. init(IConfigStore config)
Initializes this profile.abstract void
ProfileOutput. 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 IConfigStore
EnrollConstraint. mConfig
Methods in com.netscape.cms.profile.constraint that return IConfigStore Modifier and Type Method Description IConfigStore
EnrollConstraint. getConfigStore()
IConfigStore
NoConstraint. getConfigStore()
abstract IConfigStore
PolicyConstraint. 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 void
EnrollConstraint. init(IConfigStore config)
void
ExternalProcessConstraint. init(IConfigStore config)
void
KeyConstraint. init(IConfigStore config)
void
NoConstraint. init(IConfigStore config)
abstract void
PolicyConstraint. 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 IConfigStore
EnrollDefault. mConfig
protected IConfigStore
NoDefault. mConfig
protected IConfigStore
nsNKeySubjectNameDefault. mInstConfig
protected IConfigStore
nsTokenUserKeySubjectNameDefault. mInstConfig
protected IConfigStore
nsHKeySubjectNameDefault. mParamsConfig
protected IConfigStore
nsNKeySubjectNameDefault. mParamsConfig
protected IConfigStore
nsTokenDeviceKeySubjectNameDefault. mParamsConfig
protected IConfigStore
nsTokenUserKeySubjectNameDefault. mParamsConfig
Methods in com.netscape.cms.profile.def that return IConfigStore Modifier and Type Method Description IConfigStore
EnrollDefault. getConfigStore()
IConfigStore
NoDefault. getConfigStore()
abstract IConfigStore
PolicyDefault. 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 void
AuthInfoAccessExtDefault. init(IConfigStore config)
void
CertificatePoliciesExtDefault. init(IConfigStore config)
void
CRLDistributionPointsExtDefault. init(IConfigStore config)
void
EnrollDefault. init(IConfigStore config)
void
FreshestCRLExtDefault. init(IConfigStore config)
void
NameConstraintsExtDefault. init(IConfigStore config)
void
NoDefault. init(IConfigStore config)
void
nsNKeySubjectNameDefault. init(IConfigStore config)
void
nsTokenUserKeySubjectNameDefault. init(IConfigStore config)
abstract void
PolicyDefault. init(IConfigStore config)
Initializes this default policy.void
PolicyMappingsExtDefault. init(IConfigStore config)
void
SubjectAltNameExtDefault. init(IConfigStore config)
void
SubjectDirAttributesExtDefault. init(IConfigStore config)
void
SubjectInfoAccessExtDefault. 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 IConfigStore
EnrollInput. mConfig
Methods in com.netscape.cms.profile.input that return IConfigStore Modifier and Type Method Description IConfigStore
EnrollInput. getConfigStore()
Methods in com.netscape.cms.profile.input with parameters of type IConfigStore Modifier and Type Method Description void
CertReqInput. init(Profile profile, IConfigStore config)
Initializes this default policy.void
CMCCertReqInput. init(Profile profile, IConfigStore config)
Initializes this default policy.void
DualKeyGenInput. init(Profile profile, IConfigStore config)
Initializes this default policy.void
EncryptionKeyGenInput. init(Profile profile, IConfigStore config)
Initializes this default policy.void
EnrollInput. init(Profile profile, IConfigStore config)
Initializes this default policy.void
FileSigningInput. init(Profile profile, IConfigStore config)
Initializes this default policy.void
GenericInput. init(Profile profile, IConfigStore config)
Initializes this default policy.void
ImageInput. init(Profile profile, IConfigStore config)
Initializes this default policy.void
KeyGenInput. init(Profile profile, IConfigStore config)
Initializes this default policy.void
nsHKeyCertReqInput. init(Profile profile, IConfigStore config)
Initializes this default policy.void
nsNKeyCertReqInput. init(Profile profile, IConfigStore config)
Initializes this default policy.void
SerialNumRenewInput. init(Profile profile, IConfigStore config)
Initializes this default policy.void
ServerKeygenInput. init(Profile profile, IConfigStore config)
Initializes this default policy.void
SigningKeyGenInput. init(Profile profile, IConfigStore config)
Initializes this default policy.void
SubjectAltNameExtInput. init(Profile profile, IConfigStore config)
Initializes this default policy.void
SubjectDNInput. init(Profile profile, IConfigStore config)
Initializes this default policy.void
SubjectNameInput. init(Profile profile, IConfigStore config)
Initializes this default policy.void
SubmitterInfoInput. 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 IConfigStore
EnrollOutput. getConfigStore()
Methods in com.netscape.cms.profile.output with parameters of type IConfigStore Modifier and Type Method Description void
EnrollOutput. 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 IConfigStore
IProfileUpdater. getConfigStore()
Retrieves configuration store.IConfigStore
SubsystemGroupUpdater. getConfigStore()
Methods in com.netscape.cms.profile.updater with parameters of type IConfigStore Modifier and Type Method Description void
IProfileUpdater. init(Profile profile, IConfigStore config)
Initializes this default policy.void
SubsystemGroupUpdater. 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 IConfigStore
LdapCaSimpleMap. mConfig
protected IConfigStore
LdapCertExactMap. mConfig
protected IConfigStore
LdapCertSubjMap. mConfig
protected IConfigStore
LdapDNCompsMap. mConfig
protected IConfigStore
LdapEnhancedMap. mConfig
protected IConfigStore
LdapSimpleMap. mConfig
IConfigStore
NoMap. mConfig
Methods in com.netscape.cms.publish.mappers that return IConfigStore Modifier and Type Method Description IConfigStore
LdapCaSimpleMap. getConfigStore()
IConfigStore
LdapCertExactMap. getConfigStore()
IConfigStore
LdapCertSubjMap. getConfigStore()
IConfigStore
LdapDNCompsMap. getConfigStore()
IConfigStore
LdapEnhancedMap. getConfigStore()
implementation for extended ILdapPlugin interface methodIConfigStore
LdapSimpleMap. getConfigStore()
IConfigStore
NoMap. getConfigStore()
Methods in com.netscape.cms.publish.mappers with parameters of type IConfigStore Modifier and Type Method Description void
LdapCaSimpleMap. init(IConfigStore config)
for initializing from config store.void
LdapCertExactMap. init(IConfigStore config)
void
LdapCertSubjMap. init(IConfigStore config)
void
LdapDNCompsMap. init(IConfigStore config)
for initializing from config store.void
LdapEnhancedMap. init(IConfigStore config)
for initializing from config store.void
LdapSimpleMap. init(IConfigStore config)
for initializing from config store.void
NoMap. 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 IConfigStore
LdapCaCertPublisher. mConfig
protected IConfigStore
LdapCertificatePairPublisher. mConfig
protected IConfigStore
LdapCertSubjPublisher. mConfig
protected IConfigStore
LdapCrlPublisher. mConfig
Methods in com.netscape.cms.publish.publishers that return IConfigStore Modifier and Type Method Description IConfigStore
FileBasedPublisher. getConfigStore()
IConfigStore
LdapCaCertPublisher. getConfigStore()
IConfigStore
LdapCertificatePairPublisher. getConfigStore()
IConfigStore
LdapCertSubjPublisher. getConfigStore()
IConfigStore
LdapCrlPublisher. getConfigStore()
IConfigStore
LdapUserCertPublisher. getConfigStore()
IConfigStore
OCSPPublisher. getConfigStore()
Methods in com.netscape.cms.publish.publishers with parameters of type IConfigStore Modifier and Type Method Description void
FileBasedPublisher. init(IConfigStore config)
Initializes this plugin.void
LdapCaCertPublisher. init(IConfigStore config)
void
LdapCertificatePairPublisher. init(IConfigStore config)
void
LdapCertSubjPublisher. init(IConfigStore config)
void
LdapCrlPublisher. init(IConfigStore config)
void
LdapUserCertPublisher. init(IConfigStore config)
void
OCSPPublisher. 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 IConfigStore
ASelfTest. mConfig
Methods in com.netscape.cms.selftests that return IConfigStore Modifier and Type Method Description 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 Modifier and Type Method Description 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 Modifier and Type Method Description 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 Modifier and Type Method Description 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 Modifier and Type Method Description 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 Modifier and Type Method Description 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 Modifier and Type Method Description 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 Modifier and Type Method Description 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 Modifier and Type Method Description IConfigStore
OCSPPresence. getSelfTestConfigStore()
Returns the root configuration storage (self test parameters) associated with this subsystem.IConfigStore
OCSPValidity. 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 void
OCSPPresence. initSelfTest(ISelfTestSubsystem subsystem, java.lang.String instanceName, IConfigStore parameters)
Initializes this subsystem with the configuration store associated with this instance name.void
OCSPValidity. 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 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 Modifier and Type Field Description protected IConfigStore
CMSServlet. 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 void
CMSFileLoader. 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 class
DatabaseConfig
class
EngineConfig
class
PreOpConfig
class
SubsystemConfig
class
SubsystemsConfig
Methods in com.netscape.cmscore.apps that return IConfigStore Modifier and Type Method Description IConfigStore
CMSEngine. createFileConfigStore(java.lang.String path)
IConfigStore
CMSEngine. getConfigStore()
returns the main config storeMethods in com.netscape.cmscore.apps with parameters of type IConfigStore Modifier and Type Method Description void
SubsystemListener. init(IConfigStore config)
void
CMSEngine. initSubsystem(ISubsystem subsystem, IConfigStore subsystemConfig)
static void
Setup. installAuthImpls(IConfigStore c)
static void
Setup. installCACRLExtensions(IConfigStore c)
This function is used for installation and upgrade.static void
Setup. installCAPublishingImpls(IConfigStore c)
static void
Setup. installOIDMap(IConfigStore c)
static void
Setup. 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 void
AuthSubsystem. 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 IConfigStore
AuthzSubsystem. 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 void
AuthzSubsystem. 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 class
PropConfigStore
A 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 IConfigStore
PropConfigStore. getSubStore(java.lang.String name)
Retrieves a sub store.IConfigStore
PropConfigStore. 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 void
ConfigStorage. commit(IConfigStore config, boolean createBackup)
void
FileConfigStore. commit(IConfigStore config, boolean createBackup)
The original config file is copied to. . void
LDAPConfigStore. commit(IConfigStore config, boolean createBackup)
Commit the configuration to the database.netscape.ldap.LDAPEntry
LDAPConfigStore. commitReturn(IConfigStore config, boolean createBackup, java.lang.String[] attrs)
This version of commit also returns the post-read entry that the change resulted in.void
ConfigStorage. load(IConfigStore config)
void
FileConfigStore. 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 IConfigStore
OidLoaderSubsystem. getConfigStore()
IConfigStore
X500NameSubsystem. getConfigStore()
Methods in com.netscape.cmscore.cert with parameters of type IConfigStore Modifier and Type Method Description void
OidLoaderSubsystem. init(IConfigStore config)
Initializes this subsystem with the given configuration store.void
X500NameSubsystem. 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 void
LocalConnector.LocalConnListener. init(ISubsystem sys, IConfigStore config)
void
RemoteAuthority. 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 IConfigStore
DBRegistry. getConfigStore()
Retrieves configuration store.Methods in com.netscape.cmscore.dbs with parameters of type IConfigStore Modifier and Type Method Description void
DBRegistry. init(IConfigStore config)
Initializes the internal registery.void
DBSubsystem. 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 IConfigStore
CMSExtensionsMap. getConfigStore()
Get configuration store.Methods in com.netscape.cmscore.extensions with parameters of type IConfigStore Modifier and Type Method Description void
CMSExtensionsMap. init(IConfigStore config)
Create extensions from configuration store.void
KeyUsage. 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 IConfigStore
JobsScheduler. 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 void
JobsScheduler. 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 IConfigStore
LdapConnModule. mConfig
Methods in com.netscape.cmscore.ldap that return IConfigStore Modifier and Type Method Description IConfigStore
LdapRule. getConfigStore()
IConfigStore
PublisherProcessor. getConfigStore()
Methods in com.netscape.cmscore.ldap with parameters of type IConfigStore Modifier and Type Method Description void
LdapConnModule. init(IConfigStore config)
void
LdapRequestListener. init(ISubsystem sys, IConfigStore config)
void
LdapRule. 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.void
LdapRule. init(PublisherProcessor processor, IConfigStore config)
void
PublisherProcessor. 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 class
LDAPAuthenticationConfig
class
LDAPConfig
class
LDAPConnectionConfig
class
PKISocketConfig
-
Uses of IConfigStore in com.netscape.cmscore.logging
Methods in com.netscape.cmscore.logging that return IConfigStore Modifier and Type Method Description IConfigStore
LogSubsystem. 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 void
LogSubsystem. 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 IConfigStore
AbstractProfileSubsystem. mConfig
Methods in com.netscape.cmscore.profile that return IConfigStore Modifier and Type Method Description IConfigStore
AbstractProfileSubsystem. 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 void
AbstractProfileSubsystem. commitConfigStore(java.lang.String id, IConfigStore cs)
protected void
LDAPProfileSubsystem. commitConfigStore(java.lang.String id, IConfigStore configStore)
Commit the configStore and track the resulting entryUSN and (in case of add) the nsUniqueIdvoid
LDAPProfileSubsystem. init(IConfigStore config)
Initializes this subsystem with the given configuration store.void
ProfileSubsystem. 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 IConfigStore
PluginRegistry. getConfigStore()
Returns the root configuration storage of this system.IConfigStore
PluginRegistry. getFileConfigStore()
Returns handle to the registry configuration file.Methods in com.netscape.cmscore.registry with parameters of type IConfigStore Modifier and Type Method Description void
PluginRegistry. init(IConfigStore config, java.lang.String defaultRegistryFile)
Initializes this subsystem with the given configuration store.void
PluginRegistry. loadPlugin(IConfigStore config, java.lang.String type, java.lang.String id)
Load plugins of the given type.void
PluginRegistry. 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 IConfigStore
RequestSubsystem. getConfigStore()
Methods in com.netscape.cmscore.request with parameters of type IConfigStore Modifier and Type Method Description void
RequestSubsystem. 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 class
JssSubsystemConfig
class
RandomConfig
class
SSLConfig
Fields in com.netscape.cmscore.security declared as IConfigStore Modifier and Type Field Description protected IConfigStore
CertificateInfo. mConfig
Methods in com.netscape.cmscore.security with parameters of type IConfigStore Modifier and Type Method Description org.mozilla.jss.netscape.security.x509.AlgorithmId
JssSubsystem. getAlgorithmId(java.lang.String algname, IConfigStore store)
static org.mozilla.jss.netscape.security.x509.AlgorithmId
KeyCertUtil. getAlgorithmId(java.lang.String algname, IConfigStore store)
org.mozilla.jss.crypto.PQGParams
JssSubsystem. getCAPQG(int keysize, IConfigStore store)
static org.mozilla.jss.crypto.PQGParams
KeyCertUtil. getCAPQG(int keysize, IConfigStore store)
void
CASigningCert. updateConfig(IConfigStore cmsFileTmp)
abstract void
CertificateInfo. updateConfig(IConfigStore store)
void
KRATransportCert. updateConfig(IConfigStore cmsFileTmp)
void
OCSPSigningCert. updateConfig(IConfigStore cmsFileTmp)
void
RASigningCert. updateConfig(IConfigStore cmsFileTmp)
void
SSLCert. updateConfig(IConfigStore cmsFileTmp)
void
SSLSelfSignedCert. updateConfig(IConfigStore cmsFileTmp)
void
SubsystemCert. 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 IConfigStore
SelfTestSubsystem. 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 void
SelfTestSubsystem. 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 class
UGSubsystemConfig
-
Uses of IConfigStore in com.netscape.cmscore.util
Methods in com.netscape.cmscore.util that return IConfigStore Modifier and Type Method Description IConfigStore
ProfileSubsystem. getConfigStore()
IConfigStore
StatsSubsystem. getConfigStore()
Methods in com.netscape.cmscore.util with parameters of type IConfigStore Modifier and Type Method Description void
Debug. init(IConfigStore config)
Debug subsystem initialization.void
ProfileSubsystem. init(IConfigStore config)
Initializes this subsystem with the given configuration store.void
StatsSubsystem. 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 IConfigStore
GeneralNameConfig. mConfig
IConfigStore
GeneralNamesConfig. mConfig
protected IConfigStore
GenericPolicyProcessor. mConfig
Methods in org.dogtagpki.legacy.core.policy that return IConfigStore Modifier and Type Method Description IConfigStore
GeneralNameConfig. getConfig()
IConfigStore
GeneralNamesConfig. getConfig()
IConfigStore
GenericPolicyProcessor. getConfigStore()
Returns the configuration store.Methods in org.dogtagpki.legacy.core.policy with parameters of type IConfigStore Modifier and Type Method Description void
GenericPolicyProcessor. init(IAuthority owner, IConfigStore config)
Initializes the PolicyProcessorprotected GeneralNameConfig
GeneralNamesAsConstraintsConfig. newGeneralNameConfig(java.lang.String name, IConfigStore config, boolean isValueConfigured, boolean isPolicyEnabled)
protected GeneralNameConfig
GeneralNamesConfig. 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 void
IPolicyRule. 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 void
APolicyRule. 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 void
ManualAuthentication. 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 class
AuthenticationConfig
class
AuthManagerConfig
class
AuthManagersConfig
-
Uses of IConfigStore in org.dogtagpki.server.authorization
Classes in org.dogtagpki.server.authorization that implement IConfigStore Modifier and Type Class Description class
AuthorizationConfig
class
AuthzManagerConfig
class
AuthzManagersConfig
Methods in org.dogtagpki.server.authorization that return IConfigStore Modifier and Type Method Description IConfigStore
IAuthzManager. 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 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)
org.mozilla.jss.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.
-