Modifier and Type | Method and Description |
---|---|
IConfigStore |
ICMSEngine.createFileConfigStore(java.lang.String path)
Create configuration file.
|
static IConfigStore |
CMS.createFileConfigStore(java.lang.String path) |
static IConfigStore |
CMS.getConfigStore()
Returns the main config store.
|
Modifier and Type | Method and Description |
---|---|
IGeneralNameAsConstraintsConfig |
ICMSEngine.createGeneralNameAsConstraintsConfig(java.lang.String name,
IConfigStore config,
boolean isValueConfigured,
boolean isPolicyEnabled)
Created general name constraints configuration.
|
static IGeneralNameAsConstraintsConfig |
CMS.createGeneralNameAsConstraintsConfig(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 IGeneralNamesAsConstraintsConfig |
CMS.createGeneralNamesAsConstraintsConfig(java.lang.String name,
IConfigStore config,
boolean isValueConfigured,
boolean isPolicyEnabled)
Created general name constraints configuration.
|
IGeneralNamesConfig |
ICMSEngine.createGeneralNamesConfig(java.lang.String name,
IConfigStore config,
boolean isValueConfigured,
boolean isPolicyEnabled)
Created general names configuration.
|
static IGeneralNamesConfig |
CMS.createGeneralNamesConfig(java.lang.String name,
IConfigStore config,
boolean isValueConfigured,
boolean isPolicyEnabled)
Created general names configuration.
|
ISubjAltNameConfig |
ICMSEngine.createSubjAltNameConfig(java.lang.String name,
IConfigStore config,
boolean isValueConfigured)
Creates subject alt name configuration.
|
static ISubjAltNameConfig |
CMS.createSubjAltNameConfig(java.lang.String name,
IConfigStore config,
boolean isValueConfigured)
Creates subject alt name configuration.
|
ILdapConnInfo |
ICMSEngine.getLdapConnInfo(IConfigStore config)
Retrieves the ldap connection information from the configuration
store.
|
static ILdapConnInfo |
CMS.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.
|
Modifier and Type | Method and Description |
---|---|
IConfigStore |
IAuthManager.getConfigStore()
Get the configuration store for this authentication manager.
|
Modifier and Type | Method and Description |
---|---|
void |
IAuthManager.init(java.lang.String name,
java.lang.String implName,
IConfigStore config)
Initialize this authentication manager.
|
Modifier and Type | Method and Description |
---|---|
IConfigStore |
IAuthzManager.getConfigStore()
Get the configuration store for this authorization manager.
|
Modifier and Type | Method and Description |
---|---|
void |
IAuthzManager.init(java.lang.String name,
java.lang.String implName,
IConfigStore config)
Initialize this authorization manager.
|
Modifier and Type | Method and Description |
---|---|
IConfigStore |
ISubsystem.getConfigStore()
Returns the root configuration storage of this system.
|
IConfigStore |
IPluginImpl.getConfigStore()
Retrieves the configuration store.
|
IConfigStore |
ASubsystem.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.
|
Modifier and Type | Method and Description |
---|---|
void |
ISubsystem.init(ISubsystem owner,
IConfigStore config)
Initializes this subsystem with the given configuration
store.
|
void |
ASubsystem.init(ISubsystem parent,
IConfigStore cfg)
Initializes this subsystem.
|
void |
IPluginImpl.init(ISubsystem sys,
java.lang.String instanceName,
java.lang.String className,
IConfigStore config)
Initializes this plugin instance.
|
Modifier and Type | Method and 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) |
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.
|
Modifier and Type | Method and Description |
---|---|
IConfigStore |
IDBSubsystem.getConfigStore()
Gets internal DB configuration store
|
IConfigStore |
IDBSubsystem.getDBConfigStore()
Gets DB subsystem configuration store
|
Modifier and Type | Method and Description |
---|---|
void |
ICMSExtension.init(ISubsystem owner,
IConfigStore config)
initialize from configuration file
|
Modifier and Type | Method and Description |
---|---|
IConfigStore |
IJob.getConfigStore()
Gets the configuration substore used by this job
|
Modifier and Type | Method and Description |
---|---|
void |
IJob.init(ISubsystem owner,
java.lang.String id,
java.lang.String implName,
IConfigStore config)
Initialize from the configuration file.
|
Modifier and Type | Method and Description |
---|---|
void |
ILdapConnInfo.init(IConfigStore config)
Initializes an instance from a config store.
|
void |
ILdapConnFactory.init(IConfigStore config)
Initialize the poll from the 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.
|
Modifier and Type | Method and Description |
---|---|
IConfigStore |
IRequestListenerPlugin.getConfigStore()
get the configuration store of the plugin where the
configuration parameters of the plug-in are stored.
|
Modifier and Type | Method and Description |
---|---|
void |
IRequestListenerPlugin.init(java.lang.String name,
java.lang.String implName,
IConfigStore config)
the subsystem call this method to initialize the plug-in.
|
Modifier and Type | Method and Description |
---|---|
IConfigStore |
ILogEventListener.getConfigStore()
Get the configuration store for the log event listener.
|
IConfigStore |
ConsoleLog.getConfigStore()
get the configuration store that is associated with this
log listener
|
Modifier and Type | Method and Description |
---|---|
void |
ILogEventListener.init(ISubsystem owner,
IConfigStore config)
Initialize this log listener
|
void |
ConsoleLog.init(ISubsystem owner,
IConfigStore config) |
Modifier and Type | Method and Description |
---|---|
void |
IPolicyRule.init(ISubsystem owner,
IConfigStore config)
Deprecated.
Initializes the policy rule.
|
Modifier and Type | Method and Description |
---|---|
IConfigStore |
IProfileUpdater.getConfigStore()
Retrieves configuration store.
|
IConfigStore |
IProfileOutput.getConfigStore()
Retrieves configuration store.
|
IConfigStore |
IProfileInput.getConfigStore()
Returns configuration store.
|
IConfigStore |
IProfileAuthenticator.getConfigStore()
Retrieves the configuration store.
|
IConfigStore |
IProfile.getConfigStore()
Retrieves the configuration store of this profile.
|
IConfigStore |
IPolicyDefault.getConfigStore()
Retrieves the configuration store of this default.
|
IConfigStore |
IPolicyConstraint.getConfigStore()
Returns the corresponding configuration store
of this constraint policy.
|
Modifier and Type | Method and Description |
---|---|
void |
IProfileUpdater.init(IProfile profile,
IConfigStore config)
Initializes this default policy.
|
void |
IProfileOutput.init(IProfile profile,
IConfigStore config)
Initializes this default policy.
|
void |
IProfileInput.init(IProfile profile,
IConfigStore config)
Initializes this default policy.
|
void |
IProfileAuthenticator.init(IProfile profile,
IConfigStore config)
Initializes this default policy.
|
void |
IPolicyDefault.init(IProfile profile,
IConfigStore config)
Initializes this default policy.
|
void |
IPolicyConstraint.init(IProfile profile,
IConfigStore config)
Initializes this constraint policy.
|
void |
IProfile.init(IProfileSubsystem owner,
IConfigStore config)
Initializes this profile.
|
Modifier and Type | Method and Description |
---|---|
IConfigStore |
ILdapPlugin.getConfigStore()
Return config store.
|
Modifier and Type | Method and Description |
---|---|
void |
ILdapPluginImpl.init(IConfigStore config)
initialize from config store and Isubsystem.
|
void |
ILdapPlugin.init(IConfigStore config)
Initialize from config store.
|
void |
ILdapCrlMapper.init(IConfigStore config)
initialize from config store.
|
void |
ILdapRule.init(IPublisherProcessor processor,
IConfigStore config)
Initialize the plugin.
|
void |
IPublishRuleSet.init(ISubsystem sys,
IConfigStore conf) |
void |
ILdapPluginImpl.init(ISubsystem sys,
IConfigStore config)
initialize from config store.
|
void |
ICRLPublisher.init(ISubsystem owner,
IConfigStore config)
Initializes this CRL publisher.
|
Modifier and Type | Method and Description |
---|---|
IConfigStore |
IPluginRegistry.getFileConfigStore()
Returns handle to the registry configuration file.
|
Modifier and Type | Method and Description |
---|---|
void |
IRequestListener.init(ISubsystem sub,
IConfigStore config)
Initializes request listener for the specific subsystem
and configuration store.
|
Modifier and Type | Method and Description |
---|---|
IConfigStore |
KeyCertData.getConfigFile()
Retrieves configuration file.
|
Modifier and Type | Method and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
IConfigStore |
ISelfTest.getSelfTestConfigStore()
Returns the root configuration storage (self test parameters)
associated with this subsystem.
|
Modifier and Type | Method and Description |
---|---|
void |
ISelfTest.initSelfTest(ISelfTestSubsystem subsystem,
java.lang.String instanceName,
IConfigStore parameters)
Initializes this subsystem with the configuration store
associated with this instance name.
|