Uses of Interface
com.netscape.certsrv.base.IConfigStore
-
-
Uses of IConfigStore in com.netscape.certsrv.apps
Methods in com.netscape.certsrv.apps that return IConfigStore Modifier and Type Method Description static IConfigStoreCMS. createFileConfigStore(java.lang.String path)IConfigStoreICMSEngine. createFileConfigStore(java.lang.String path)Create configuration file.static IConfigStoreCMS. getConfigStore()Returns the main config store. -
Uses of IConfigStore in com.netscape.certsrv.authentication
Methods in com.netscape.certsrv.authentication that return IConfigStore Modifier and Type Method Description IConfigStoreIAuthManager. getConfigStore()Get the configuration store for this authentication manager.Methods in com.netscape.certsrv.authentication with parameters of type IConfigStore Modifier and Type Method Description voidIAuthManager. 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 Modifier and Type Method Description IConfigStoreIAuthzManager. getConfigStore()Get the configuration store for this authorization manager.Methods in com.netscape.certsrv.authorization with parameters of type IConfigStore Modifier and Type Method Description voidIAuthzManager. 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 Modifier and Type Method Description IConfigStoreBaseSubsystem. getConfigStore()Retrieves the configuration store.IConfigStoreIPluginImpl. getConfigStore()Retrieves the configuration store.IConfigStoreISubsystem. getConfigStore()Returns the root configuration storage of this system.IConfigStoreIConfigStore. getSubStore(java.lang.String name)Retrieves the given sub-store.IConfigStoreIConfigStore. makeSubStore(java.lang.String name)Creates a nested sub-store with the specified name.Methods in com.netscape.certsrv.base with parameters of type IConfigStore Modifier and Type Method Description voidBaseSubsystem. init(ISubsystem owner, IConfigStore config)Initializes this subsystem.voidIPluginImpl. init(ISubsystem sys, java.lang.String instanceName, java.lang.String className, IConfigStore config)Initializes this plugin instance.voidISubsystem. init(ISubsystem owner, IConfigStore config)Initializes this subsystem with the given configuration store. -
Uses of IConfigStore in com.netscape.certsrv.ca
Methods in com.netscape.certsrv.ca with parameters of type IConfigStore Modifier and Type Method Description booleanICertificateAuthority. addCRLIssuingPoint(IConfigStore crlSubStore, java.lang.String id, boolean enable, java.lang.String description)Adds CRL issuing point with the given identifier and description.voidICertificateAuthority. deleteCRLIssuingPoint(IConfigStore crlSubStore, java.lang.String id)Deletes CRL issuing point with the given identifier.voidICMSCRLExtension. getConfigParams(IConfigStore config, NameValuePairs nvp)Reads configuration data and converts them to name value pairs.IConnectorICAService. getConnector(IConfigStore cs)ExtensionICMSCRLExtension. getCRLExtension(IConfigStore config, java.lang.Object crlIssuingPoint, boolean critical)Builds new CRL extension based on configuration data, issuing point information, and criticality.voidICRLIssuingPoint. init(ISubsystem ca, java.lang.String id, IConfigStore config)Initializes CRL issuing point.voidICMSCRLExtensions. setConfigParams(java.lang.String id, NameValuePairs nvp, IConfigStore config)Updates configuration store for extension identified by id with data delivered in name value pairs. -
Uses of IConfigStore in com.netscape.certsrv.dbs
Methods in com.netscape.certsrv.dbs that return IConfigStore Modifier and Type Method Description IConfigStoreIDBSubsystem. getConfigStore()Gets internal DB configuration storeIConfigStoreIDBSubsystem. getDBConfigStore()Gets DB subsystem configuration store -
Uses of IConfigStore in com.netscape.certsrv.extensions
Methods in com.netscape.certsrv.extensions with parameters of type IConfigStore Modifier and Type Method Description voidICMSExtension. init(ISubsystem owner, IConfigStore config)initialize from configuration file -
Uses of IConfigStore in com.netscape.certsrv.jobs
Methods in com.netscape.certsrv.jobs that return IConfigStore Modifier and Type Method Description IConfigStoreIJob. getConfigStore()Gets the configuration substore used by this jobMethods in com.netscape.certsrv.jobs with parameters of type IConfigStore Modifier and Type Method Description voidIJob. init(ISubsystem owner, java.lang.String id, java.lang.String implName, IConfigStore config)Initialize from the configuration file. -
Uses of IConfigStore in com.netscape.certsrv.ldap
Methods in com.netscape.certsrv.ldap with parameters of type IConfigStore Modifier and Type Method Description voidILdapAuthInfo. init(IConfigStore config)Initialize this class from the config store.voidILdapAuthInfo. init(IConfigStore config, java.lang.String host, int port, boolean secure)Initialize this class from the config store.voidILdapConnFactory. init(IConfigStore config)Initialize the poll from the config store.voidILdapConnInfo. init(IConfigStore config)Initializes an instance from a config store.voidILdapConnModule. 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 Modifier and Type Method Description IConfigStoreIRequestListenerPlugin. getConfigStore()get the configuration store of the plugin where the configuration parameters of the plug-in are stored.Methods in com.netscape.certsrv.listeners with parameters of type IConfigStore Modifier and Type Method Description voidIRequestListenerPlugin. init(java.lang.String name, java.lang.String implName, IConfigStore config)the subsystem call this method to initialize the plug-in. -
Uses of IConfigStore in com.netscape.certsrv.logging
Methods in com.netscape.certsrv.logging that return IConfigStore Modifier and Type Method Description IConfigStoreConsoleLog. getConfigStore()get the configuration store that is associated with this log listenerIConfigStoreILogEventListener. getConfigStore()Get the configuration store for the log event listener.Methods in com.netscape.certsrv.logging with parameters of type IConfigStore Modifier and Type Method Description voidConsoleLog. init(ISubsystem owner, IConfigStore config)voidILogEventListener. init(ISubsystem owner, IConfigStore config)Initialize this log listener -
Uses of IConfigStore in com.netscape.certsrv.profile
Methods in com.netscape.certsrv.profile that return IConfigStore Modifier and Type Method Description IConfigStoreIPolicyConstraint. getConfigStore()Returns the corresponding configuration store of this constraint policy.IConfigStoreIPolicyDefault. getConfigStore()Retrieves the configuration store of this default.IConfigStoreIProfile. getConfigStore()Retrieves the configuration store of this profile.IConfigStoreIProfileAuthenticator. getConfigStore()Retrieves the configuration store.IConfigStoreIProfileInput. getConfigStore()Returns configuration store.IConfigStoreIProfileOutput. getConfigStore()Retrieves configuration store.IConfigStoreIProfileUpdater. getConfigStore()Retrieves configuration store.Methods in com.netscape.certsrv.profile with parameters of type IConfigStore Modifier and Type Method Description voidIPolicyConstraint. init(IProfile profile, IConfigStore config)Initializes this constraint policy.voidIPolicyDefault. init(IProfile profile, IConfigStore config)Initializes this default policy.voidIProfile. init(IProfileSubsystem owner, IConfigStore config)Initializes this profile.voidIProfileAuthenticator. init(IProfile profile, IConfigStore config)Initializes this default policy.voidIProfileInput. init(IProfile profile, IConfigStore config)Initializes this default policy.voidIProfileOutput. init(IProfile profile, IConfigStore config)Initializes this default policy.voidIProfileUpdater. init(IProfile profile, IConfigStore config)Initializes this default policy. -
Uses of IConfigStore in com.netscape.certsrv.publish
Methods in com.netscape.certsrv.publish that return IConfigStore Modifier and Type Method Description IConfigStoreILdapPlugin. getConfigStore()Return config store.Methods in com.netscape.certsrv.publish with parameters of type IConfigStore Modifier and Type Method Description voidICRLPublisher. init(ISubsystem owner, IConfigStore config)Initializes this CRL publisher.voidILdapCrlMapper. init(IConfigStore config)initialize from config store.voidILdapPlugin. init(IConfigStore config)Initialize from config store.voidILdapPluginImpl. init(IConfigStore config)initialize from config store and Isubsystem.voidILdapPluginImpl. init(ISubsystem sys, IConfigStore config)initialize from config store.voidILdapRule. init(IPublisherProcessor processor, IConfigStore config)Initialize the plugin.voidIPublishRuleSet. init(ISubsystem sys, IConfigStore conf) -
Uses of IConfigStore in com.netscape.certsrv.registry
Methods in com.netscape.certsrv.registry that return IConfigStore Modifier and Type Method Description IConfigStoreIPluginRegistry. 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 Modifier and Type Method Description voidIRequestListener. init(ISubsystem sub, IConfigStore config)Initializes request listener for the specific subsystem and configuration store. -
Uses of IConfigStore in com.netscape.certsrv.security
Methods in com.netscape.certsrv.security that return IConfigStore Modifier and Type Method Description IConfigStoreKeyCertData. getConfigFile()Retrieves configuration file.Methods in com.netscape.certsrv.security with parameters of type IConfigStore Modifier and Type Method Description AlgorithmIdICryptoSubsystem. getAlgorithmId(java.lang.String algname, IConfigStore store)Retrieves CA's signing algorithm id.org.mozilla.jss.crypto.PQGParamsICryptoSubsystem. getCAPQG(int keysize, IConfigStore store)Retrieves PQG parameters based on key size.voidKeyCertData. setConfigFile(IConfigStore file)Sets configuration file. -
Uses of IConfigStore in com.netscape.certsrv.selftests
Methods in com.netscape.certsrv.selftests that return IConfigStore Modifier and Type Method Description IConfigStoreISelfTest. getSelfTestConfigStore()Returns the root configuration storage (self test parameters) associated with this subsystem.Methods in com.netscape.certsrv.selftests with parameters of type IConfigStore Modifier and Type Method Description voidISelfTest. initSelfTest(ISelfTestSubsystem subsystem, java.lang.String instanceName, IConfigStore parameters)Initializes this subsystem with the configuration store associated with this instance name. -
Uses of IConfigStore in com.netscape.cms.authentication
Fields in com.netscape.cms.authentication declared as IConfigStore Modifier and Type Field Description protected IConfigStoreDirBasedAuthentication. mConfigprotected IConfigStoreFlatFileAuth. mConfigconfiguration storeprotected IConfigStoreDirBasedAuthentication. mLdapConfigMethods in com.netscape.cms.authentication that return IConfigStore Modifier and Type Method Description IConfigStoreAgentCertAuthentication. getConfigStore()gets the configuretion substore used by this authentication managerIConfigStoreCMCAuth. getConfigStore()gets the configuration substore used by this authentication plug-inIConfigStoreCMCUserSignedAuth. getConfigStore()gets the configuration substore used by this authentication plug-inIConfigStoreDirBasedAuthentication. getConfigStore()Gets the configuration substore used by this authentication managerIConfigStoreFlatFileAuth. getConfigStore()Returns the configuration store used by this authentication managerIConfigStoreHashAuthentication. getConfigStore()Gets the configuration substore used by this authentication managerIConfigStoreSessionAuthentication. getConfigStore()gets the configuretion substore used by this authentication managerIConfigStoreSSLclientCertAuthentication. getConfigStore()gets the configuretion substore used by this authentication managerIConfigStoreTokenAuthentication. getConfigStore()gets the configuretion substore used by this authentication managerMethods in com.netscape.cms.authentication with parameters of type IConfigStore Modifier and Type Method Description voidAgentCertAuthentication. init(IProfile profile, IConfigStore config)voidAgentCertAuthentication. init(java.lang.String name, java.lang.String implName, IConfigStore config)initializes the CertUserDBAuthentication auth managervoidCMCAuth. init(IProfile profile, IConfigStore config)voidCMCAuth. init(java.lang.String name, java.lang.String implName, IConfigStore config)Initializes the CMCAuth authentication plug-in.voidCMCUserSignedAuth. init(IProfile profile, IConfigStore config)voidCMCUserSignedAuth. init(java.lang.String name, java.lang.String implName, IConfigStore config)Initializes the CMCUserSignedAuth authentication plug-in.voidDirBasedAuthentication. init(java.lang.String name, java.lang.String implName, IConfigStore config)Initializes the UidPwdDirBasedAuthentication auth manager.voidDirBasedAuthentication. init(java.lang.String name, java.lang.String implName, IConfigStore config, boolean needBaseDN)voidFlatFileAuth. init(IProfile profile, IConfigStore config)voidFlatFileAuth. init(java.lang.String name, java.lang.String implName, IConfigStore config)voidHashAuthentication. init(java.lang.String name, java.lang.String implName, IConfigStore config)voidPortalEnroll. init(java.lang.String name, java.lang.String implName, IConfigStore config)Initializes the PortalEnrollment auth manager.voidSessionAuthentication. init(IProfile profile, IConfigStore config)voidSessionAuthentication. init(java.lang.String instName, java.lang.String implName, IConfigStore config)voidSharedSecret. init(java.lang.String name, java.lang.String implName, IConfigStore config)voidSSLclientCertAuthentication. init(IProfile profile, IConfigStore config)voidSSLclientCertAuthentication. init(java.lang.String name, java.lang.String implName, IConfigStore config)initializes the SSLClientCertAuthentication auth managervoidTokenAuthentication. init(IProfile profile, IConfigStore config)voidTokenAuthentication. init(java.lang.String name, java.lang.String implName, IConfigStore config)initializes the TokenAuthentication auth managervoidUidPwdDirAuthentication. init(IProfile profile, IConfigStore config)voidUidPwdPinDirAuthentication. init(IProfile profile, IConfigStore config)voidUidPwdPinDirAuthentication. init(java.lang.String name, java.lang.String implName, IConfigStore config)voidUserPwdDirAuthentication. init(IProfile profile, IConfigStore config)voidUserPwdDirAuthentication. init(java.lang.String name, java.lang.String implName, IConfigStore config)Initializes the UserPwdDirAuthentication auth manager.voidSharedSecret. initLdapConn(IConfigStore config)initLadapConn initializes ldap connection for shared token based CMC enrollment. -
Uses of IConfigStore in com.netscape.cms.authorization
Methods in com.netscape.cms.authorization that return IConfigStore Modifier and Type Method Description IConfigStoreAAclAuthz. getConfigStore()Returns the configuration store used by this Authz mgrIConfigStoreBasicGroupAuthz. getConfigStore()Methods in com.netscape.cms.authorization with parameters of type IConfigStore Modifier and Type Method Description voidAAclAuthz. init(java.lang.String name, java.lang.String implName, IConfigStore config)InitializesvoidBasicAclAuthz. init(java.lang.String name, java.lang.String implName, IConfigStore config)voidBasicGroupAuthz. init(java.lang.String name, java.lang.String implName, IConfigStore config)voidDirAclAuthz. 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 Modifier and Type Method Description voidCMSAuthInfoAccessExtension. getConfigParams(IConfigStore config, NameValuePairs nvp)voidCMSAuthorityKeyIdentifierExtension. getConfigParams(IConfigStore config, NameValuePairs nvp)voidCMSCertificateIssuerExtension. getConfigParams(IConfigStore config, NameValuePairs nvp)voidCMSCRLNumberExtension. getConfigParams(IConfigStore config, NameValuePairs nvp)voidCMSCRLReasonExtension. getConfigParams(IConfigStore config, NameValuePairs nvp)voidCMSDeltaCRLIndicatorExtension. getConfigParams(IConfigStore config, NameValuePairs nvp)voidCMSFreshestCRLExtension. getConfigParams(IConfigStore config, NameValuePairs nvp)voidCMSHoldInstructionExtension. getConfigParams(IConfigStore config, NameValuePairs nvp)voidCMSInvalidityDateExtension. getConfigParams(IConfigStore config, NameValuePairs nvp)voidCMSIssuerAlternativeNameExtension. getConfigParams(IConfigStore config, NameValuePairs nvp)voidCMSIssuingDistributionPointExtension. getConfigParams(IConfigStore config, NameValuePairs nvp)ExtensionCMSAuthInfoAccessExtension. getCRLExtension(IConfigStore config, java.lang.Object ip, boolean critical)ExtensionCMSAuthorityKeyIdentifierExtension. getCRLExtension(IConfigStore config, java.lang.Object ip, boolean critical)ExtensionCMSCertificateIssuerExtension. getCRLExtension(IConfigStore config, java.lang.Object ip, boolean critical)ExtensionCMSCRLNumberExtension. getCRLExtension(IConfigStore config, java.lang.Object ip, boolean critical)ExtensionCMSCRLReasonExtension. getCRLExtension(IConfigStore config, java.lang.Object crlIssuingPoint, boolean critical)ExtensionCMSDeltaCRLIndicatorExtension. getCRLExtension(IConfigStore config, java.lang.Object ip, boolean critical)ExtensionCMSFreshestCRLExtension. getCRLExtension(IConfigStore config, java.lang.Object ip, boolean critical)ExtensionCMSHoldInstructionExtension. getCRLExtension(IConfigStore config, java.lang.Object ip, boolean critical)ExtensionCMSInvalidityDateExtension. getCRLExtension(IConfigStore config, java.lang.Object crlIssuingPoint, boolean critical)ExtensionCMSIssuerAlternativeNameExtension. getCRLExtension(IConfigStore config, java.lang.Object ip, boolean critical)ExtensionCMSIssuingDistributionPointExtension. getCRLExtension(IConfigStore config, java.lang.Object ip, boolean critical) -
Uses of IConfigStore in com.netscape.cms.jobs
Fields in com.netscape.cms.jobs declared as IConfigStore Modifier and Type Field Description protected IConfigStoreAJobBase. mConfigMethods in com.netscape.cms.jobs that return IConfigStore Modifier and Type Method Description IConfigStoreAJobBase. getConfigStore()Gets the configuration substore used by this jobIConfigStoreRenewalNotificationJob. getConfigStore()Gets the configuration substore used by this jobMethods in com.netscape.cms.jobs with parameters of type IConfigStore Modifier and Type Method Description abstract voidAJobBase. init(ISubsystem owner, java.lang.String id, java.lang.String implName, IConfigStore config)abstract methodsvoidPublishCertsJob. init(ISubsystem owner, java.lang.String id, java.lang.String implName, IConfigStore config)initialize from the configuration filevoidRenewalNotificationJob. init(ISubsystem owner, java.lang.String id, java.lang.String implName, IConfigStore config)Initialize from the configuration file.voidRequestInQueueJob. init(ISubsystem owner, java.lang.String id, java.lang.String implName, IConfigStore config)initialize from the configuration filevoidUnpublishExpiredJob. init(ISubsystem owner, java.lang.String id, java.lang.String implName, IConfigStore config)initialize from the configuration file -
Uses of IConfigStore in com.netscape.cms.listeners
Methods in com.netscape.cms.listeners that return IConfigStore Modifier and Type Method Description IConfigStorePinRemovalListener. getConfigStore()Methods in com.netscape.cms.listeners with parameters of type IConfigStore Modifier and Type Method Description voidCertificateIssuedListener. init(ISubsystem sub, IConfigStore config)voidCertificateRevokedListener. init(ISubsystem sub, IConfigStore config)voidPinRemovalListener. init(ISubsystem sub, IConfigStore config)voidPinRemovalListener. init(java.lang.String name, java.lang.String ImplName, IConfigStore config)voidRequestInQListener. init(ISubsystem sub, IConfigStore config)initializes the listener from the configuration -
Uses of IConfigStore in com.netscape.cms.logging
Fields in com.netscape.cms.logging declared as IConfigStore Modifier and Type Field Description protected IConfigStoreLogFile. mConfigMethods in com.netscape.cms.logging that return IConfigStore Modifier and Type Method Description IConfigStoreLogFile. getConfigStore()Retrieves the configuration store of this subsystem.Methods in com.netscape.cms.logging with parameters of type IConfigStore Modifier and Type Method Description voidLogFile. init(IConfigStore config)Initialize and open the log using the parameters from a config storevoidLogFile. init(ISubsystem owner, IConfigStore config)voidRollingLogFile. init(IConfigStore config)Initialize and open a RollingLogFile using the prop config store -
Uses of IConfigStore in com.netscape.cms.ocsp
Methods in com.netscape.cms.ocsp that return IConfigStore Modifier and Type Method Description IConfigStoreDefStore. getConfigStore()IConfigStoreLDAPStore. getConfigStore()Methods in com.netscape.cms.ocsp with parameters of type IConfigStore Modifier and Type Method Description voidDefStore. init(ISubsystem owner, IConfigStore config)voidLDAPStore. init(ISubsystem owner, IConfigStore config)Fetch CA certificate and CRL from LDAP server. -
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 IConfigStoreBasicProfile. mConfigMethods in com.netscape.cms.profile.common that return IConfigStore Modifier and Type Method Description IConfigStoreBasicProfile. getConfigStore()Methods in com.netscape.cms.profile.common with parameters of type IConfigStore Modifier and Type Method Description voidBasicProfile. 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 Modifier and Type Field Description protected IConfigStoreEnrollConstraint. mConfigMethods in com.netscape.cms.profile.constraint that return IConfigStore Modifier and Type Method Description IConfigStoreEnrollConstraint. getConfigStore()IConfigStoreNoConstraint. getConfigStore()Methods in com.netscape.cms.profile.constraint with parameters of type IConfigStore Modifier and Type Method Description voidAuthzRealmConstraint. init(IProfile profile, IConfigStore config)voidBasicConstraintsExtConstraint. init(IProfile profile, IConfigStore config)Initializes this constraint plugin.voidCAValidityConstraint. init(IProfile profile, IConfigStore config)voidCMCSelfSignedSubjectNameConstraint. init(IProfile profile, IConfigStore config)voidCMCUserSignedSubjectNameConstraint. init(IProfile profile, IConfigStore config)voidEnrollConstraint. init(IProfile profile, IConfigStore config)voidExtendedKeyUsageExtConstraint. init(IProfile profile, IConfigStore config)voidExtensionConstraint. init(IProfile profile, IConfigStore config)voidExternalProcessConstraint. init(IProfile profile, IConfigStore config)voidKeyConstraint. init(IProfile profile, IConfigStore config)voidKeyUsageExtConstraint. init(IProfile profile, IConfigStore config)voidNoConstraint. init(IProfile profile, IConfigStore config)voidNSCertTypeExtConstraint. init(IProfile profile, IConfigStore config)voidRenewGracePeriodConstraint. init(IProfile profile, IConfigStore config)voidSigningAlgConstraint. init(IProfile profile, IConfigStore config)voidSubjectNameConstraint. init(IProfile profile, IConfigStore config)voidUniqueKeyConstraint. init(IProfile profile, IConfigStore config)voidUniqueSubjectNameConstraint. init(IProfile profile, IConfigStore config)voidUserSubjectNameConstraint. init(IProfile profile, IConfigStore config)voidValidityConstraint. init(IProfile profile, IConfigStore config) -
Uses of IConfigStore in com.netscape.cms.profile.def
Fields in com.netscape.cms.profile.def declared as IConfigStore Modifier and Type Field Description protected IConfigStoreEnrollDefault. mConfigprotected IConfigStoreNoDefault. mConfigprotected IConfigStorensNKeySubjectNameDefault. mInstConfigprotected IConfigStorensTokenUserKeySubjectNameDefault. mInstConfigprotected IConfigStorensNKeySubjectNameDefault. mLdapConfigprotected IConfigStorensTokenUserKeySubjectNameDefault. mLdapConfigprotected IConfigStorensHKeySubjectNameDefault. mParamsConfigprotected IConfigStorensNKeySubjectNameDefault. mParamsConfigprotected IConfigStorensTokenDeviceKeySubjectNameDefault. mParamsConfigprotected IConfigStorensTokenUserKeySubjectNameDefault. mParamsConfigMethods in com.netscape.cms.profile.def that return IConfigStore Modifier and Type Method Description IConfigStoreEnrollDefault. getConfigStore()IConfigStoreNoDefault. getConfigStore()Methods in com.netscape.cms.profile.def with parameters of type IConfigStore Modifier and Type Method Description voidAuthInfoAccessExtDefault. init(IProfile profile, IConfigStore config)voidAuthorityKeyIdentifierExtDefault. init(IProfile profile, IConfigStore config)voidAuthTokenSubjectNameDefault. init(IProfile profile, IConfigStore config)voidAuthzRealmDefault. init(IProfile profile, IConfigStore config)voidAutoAssignDefault. init(IProfile profile, IConfigStore config)voidBasicConstraintsExtDefault. init(IProfile profile, IConfigStore config)voidCAValidityDefault. init(IProfile profile, IConfigStore config)voidCertificatePoliciesExtDefault. init(IProfile profile, IConfigStore config)voidCertificateVersionDefault. init(IProfile profile, IConfigStore config)voidCMCUserSignedSubjectNameDefault. init(IProfile profile, IConfigStore config)voidCRLDistributionPointsExtDefault. init(IProfile profile, IConfigStore config)voidEnrollDefault. init(IProfile profile, IConfigStore config)voidExtendedKeyUsageExtDefault. init(IProfile profile, IConfigStore config)voidFreshestCRLExtDefault. init(IProfile profile, IConfigStore config)voidGenericExtDefault. init(IProfile profile, IConfigStore config)voidImageDefault. init(IProfile profile, IConfigStore config)voidInhibitAnyPolicyExtDefault. init(IProfile profile, IConfigStore config)voidIssuerAltNameExtDefault. init(IProfile profile, IConfigStore config)voidKeyUsageExtDefault. init(IProfile profile, IConfigStore config)voidNameConstraintsExtDefault. init(IProfile profile, IConfigStore config)voidNoDefault. init(IProfile profile, IConfigStore config)voidNSCCommentExtDefault. init(IProfile profile, IConfigStore config)voidNSCertTypeExtDefault. init(IProfile profile, IConfigStore config)voidnsHKeySubjectNameDefault. init(IProfile profile, IConfigStore config)voidnsNKeySubjectNameDefault. init(IProfile profile, IConfigStore config)voidnsTokenDeviceKeySubjectNameDefault. init(IProfile profile, IConfigStore config)voidnsTokenUserKeySubjectNameDefault. init(IProfile profile, IConfigStore config)voidOCSPNoCheckExtDefault. init(IProfile profile, IConfigStore config)voidPolicyConstraintsExtDefault. init(IProfile profile, IConfigStore config)voidPolicyMappingsExtDefault. init(IProfile profile, IConfigStore config)voidPrivateKeyUsagePeriodExtDefault. init(IProfile profile, IConfigStore config)voidRandomizedValidityDefault. init(IProfile profile, IConfigStore config)voidSigningAlgDefault. init(IProfile profile, IConfigStore config)voidSubjectAltNameExtDefault. init(IProfile profile, IConfigStore config)voidSubjectDirAttributesExtDefault. init(IProfile profile, IConfigStore config)voidSubjectInfoAccessExtDefault. init(IProfile profile, IConfigStore config)voidSubjectKeyIdentifierExtDefault. init(IProfile profile, IConfigStore config)voidSubjectNameDefault. init(IProfile profile, IConfigStore config)voidUserExtensionDefault. init(IProfile profile, IConfigStore config)voidUserKeyDefault. init(IProfile profile, IConfigStore config)voidUserSigningAlgDefault. init(IProfile profile, IConfigStore config)voidUserSubjectNameDefault. init(IProfile profile, IConfigStore config)voidUserValidityDefault. init(IProfile profile, IConfigStore config)voidValidityDefault. init(IProfile profile, IConfigStore config) -
Uses of IConfigStore in com.netscape.cms.profile.input
Fields in com.netscape.cms.profile.input declared as IConfigStore Modifier and Type Field Description protected IConfigStoreEnrollInput. mConfigMethods in com.netscape.cms.profile.input that return IConfigStore Modifier and Type Method Description IConfigStoreEnrollInput. getConfigStore()Methods in com.netscape.cms.profile.input with parameters of type IConfigStore Modifier and Type Method Description voidCertReqInput. init(IProfile profile, IConfigStore config)Initializes this default policy.voidCMCCertReqInput. init(IProfile profile, IConfigStore config)Initializes this default policy.voidDualKeyGenInput. init(IProfile profile, IConfigStore config)Initializes this default policy.voidEncryptionKeyGenInput. init(IProfile profile, IConfigStore config)Initializes this default policy.voidEnrollInput. init(IProfile profile, IConfigStore config)Initializes this default policy.voidFileSigningInput. init(IProfile profile, IConfigStore config)Initializes this default policy.voidGenericInput. init(IProfile profile, IConfigStore config)Initializes this default policy.voidImageInput. init(IProfile profile, IConfigStore config)Initializes this default policy.voidKeyGenInput. init(IProfile profile, IConfigStore config)Initializes this default policy.voidnsHKeyCertReqInput. init(IProfile profile, IConfigStore config)Initializes this default policy.voidnsNKeyCertReqInput. init(IProfile profile, IConfigStore config)Initializes this default policy.voidSerialNumRenewInput. init(IProfile profile, IConfigStore config)Initializes this default policy.voidSigningKeyGenInput. init(IProfile profile, IConfigStore config)Initializes this default policy.voidSubjectAltNameExtInput. init(IProfile profile, IConfigStore config)Initializes this default policy.voidSubjectDNInput. init(IProfile profile, IConfigStore config)Initializes this default policy.voidSubjectNameInput. init(IProfile profile, IConfigStore config)Initializes this default policy.voidSubmitterInfoInput. 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 Modifier and Type Method Description IConfigStoreEnrollOutput. getConfigStore()Methods in com.netscape.cms.profile.output with parameters of type IConfigStore Modifier and Type Method Description voidCertOutput. init(IProfile profile, IConfigStore config)Initializes this default policy.voidCMMFOutput. init(IProfile profile, IConfigStore config)Initializes this default policy.voidEnrollOutput. init(IProfile profile, IConfigStore config)Initializes this default policy.voidnsNKeyOutput. init(IProfile profile, IConfigStore config)Initializes this default policy.voidPKCS7Output. init(IProfile profile, 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 IConfigStoreSubsystemGroupUpdater. getConfigStore()Methods in com.netscape.cms.profile.updater with parameters of type IConfigStore Modifier and Type Method Description voidSubsystemGroupUpdater. init(IProfile profile, IConfigStore config) -
Uses of IConfigStore in com.netscape.cms.publish.mappers
Fields in com.netscape.cms.publish.mappers declared as IConfigStore Modifier and Type Field Description protected IConfigStoreLdapCaSimpleMap. mConfigprotected IConfigStoreLdapCertExactMap. mConfigprotected IConfigStoreLdapCertSubjMap. mConfigprotected IConfigStoreLdapDNCompsMap. mConfigprotected IConfigStoreLdapEnhancedMap. mConfigprotected IConfigStoreLdapSimpleMap. mConfigIConfigStoreNoMap. mConfigMethods in com.netscape.cms.publish.mappers that return IConfigStore Modifier and Type Method Description IConfigStoreLdapCaSimpleMap. getConfigStore()IConfigStoreLdapCertExactMap. getConfigStore()IConfigStoreLdapCertSubjMap. getConfigStore()IConfigStoreLdapDNCompsMap. getConfigStore()IConfigStoreLdapEnhancedMap. getConfigStore()implementation for extended ILdapPlugin interface methodIConfigStoreLdapSimpleMap. getConfigStore()IConfigStoreNoMap. getConfigStore()Methods in com.netscape.cms.publish.mappers with parameters of type IConfigStore Modifier and Type Method Description voidLdapCaSimpleMap. init(IConfigStore config)for initializing from config store.voidLdapCertExactMap. init(IConfigStore config)voidLdapCertSubjMap. init(IConfigStore config)voidLdapDNCompsMap. init(IConfigStore config)for initializing from config store.voidLdapEnhancedMap. init(IConfigStore config)for initializing from config store.voidLdapSimpleMap. init(IConfigStore config)for initializing from config store.voidNoMap. init(IConfigStore config)for initializing from config store. -
Uses of IConfigStore in com.netscape.cms.publish.publishers
Fields in com.netscape.cms.publish.publishers declared as IConfigStore Modifier and Type Field Description protected IConfigStoreLdapCaCertPublisher. mConfigprotected IConfigStoreLdapCertificatePairPublisher. mConfigprotected IConfigStoreLdapCertSubjPublisher. mConfigprotected IConfigStoreLdapCrlPublisher. mConfigMethods in com.netscape.cms.publish.publishers that return IConfigStore Modifier and Type Method Description IConfigStoreFileBasedPublisher. getConfigStore()IConfigStoreLdapCaCertPublisher. getConfigStore()IConfigStoreLdapCertificatePairPublisher. getConfigStore()IConfigStoreLdapCertSubjPublisher. getConfigStore()IConfigStoreLdapCrlPublisher. getConfigStore()IConfigStoreLdapEncryptCertPublisher. getConfigStore()IConfigStoreLdapUserCertPublisher. getConfigStore()IConfigStoreOCSPPublisher. getConfigStore()Methods in com.netscape.cms.publish.publishers with parameters of type IConfigStore Modifier and Type Method Description voidFileBasedPublisher. init(IConfigStore config)Initializes this plugin.voidLdapCaCertPublisher. init(IConfigStore config)voidLdapCertificatePairPublisher. init(IConfigStore config)voidLdapCertSubjPublisher. init(IConfigStore config)voidLdapCrlPublisher. init(IConfigStore config)voidLdapEncryptCertPublisher. init(IConfigStore config)voidLdapUserCertPublisher. init(IConfigStore config)voidOCSPPublisher. init(IConfigStore config)Initializes this plugin. -
Uses of IConfigStore in com.netscape.cms.selftests
Fields in com.netscape.cms.selftests declared as IConfigStore Modifier and Type Field Description protected IConfigStoreASelfTest. mConfigMethods in com.netscape.cms.selftests that return IConfigStore Modifier and Type Method Description IConfigStoreASelfTest. getSelfTestConfigStore()Returns the root configuration storage (self test parameters) associated with this subsystem.Methods in com.netscape.cms.selftests with parameters of type IConfigStore Modifier and Type Method Description voidASelfTest. initSelfTest(ISelfTestSubsystem subsystem, java.lang.String instanceName, IConfigStore parameters)Initializes this subsystem with the configuration store associated with this instance name. -
Uses of IConfigStore in com.netscape.cms.selftests.ca
Methods in com.netscape.cms.selftests.ca that return IConfigStore Modifier and Type Method Description IConfigStoreCAPresence. getSelfTestConfigStore()Returns the root configuration storage (self test parameters) associated with this subsystem.IConfigStoreCAValidity. getSelfTestConfigStore()Returns the root configuration storage (self test parameters) associated with this subsystem.Methods in com.netscape.cms.selftests.ca with parameters of type IConfigStore Modifier and Type Method Description voidCAPresence. initSelfTest(ISelfTestSubsystem subsystem, java.lang.String instanceName, IConfigStore parameters)Initializes this subsystem with the configuration store associated with this instance name.voidCAValidity. initSelfTest(ISelfTestSubsystem subsystem, java.lang.String instanceName, IConfigStore parameters)Initializes this subsystem with the configuration store associated with this instance name. -
Uses of IConfigStore in com.netscape.cms.selftests.common
Methods in com.netscape.cms.selftests.common that return IConfigStore Modifier and Type Method Description IConfigStoreSystemCertsVerification. getSelfTestConfigStore()Returns the root configuration storage (self test parameters) associated with this subsystem.Methods in com.netscape.cms.selftests.common with parameters of type IConfigStore Modifier and Type Method Description voidSystemCertsVerification. initSelfTest(ISelfTestSubsystem subsystem, java.lang.String instanceName, IConfigStore parameters)Initializes this subsystem with the configuration store associated with this instance name. -
Uses of IConfigStore in com.netscape.cms.selftests.kra
Methods in com.netscape.cms.selftests.kra that return IConfigStore Modifier and Type Method Description IConfigStoreKRAPresence. getSelfTestConfigStore()Returns the root configuration storage (self test parameters) associated with this subsystem.Methods in com.netscape.cms.selftests.kra with parameters of type IConfigStore Modifier and Type Method Description voidKRAPresence. initSelfTest(ISelfTestSubsystem subsystem, java.lang.String instanceName, IConfigStore parameters)Initializes this subsystem with the configuration store associated with this instance name. -
Uses of IConfigStore in com.netscape.cms.selftests.ocsp
Methods in com.netscape.cms.selftests.ocsp that return IConfigStore Modifier and Type Method Description IConfigStoreOCSPPresence. getSelfTestConfigStore()Returns the root configuration storage (self test parameters) associated with this subsystem.IConfigStoreOCSPValidity. getSelfTestConfigStore()Returns the root configuration storage (self test parameters) associated with this subsystem.Methods in com.netscape.cms.selftests.ocsp with parameters of type IConfigStore Modifier and Type Method Description voidOCSPPresence. initSelfTest(ISelfTestSubsystem subsystem, java.lang.String instanceName, IConfigStore parameters)Initializes this subsystem with the configuration store associated with this instance name.voidOCSPValidity. initSelfTest(ISelfTestSubsystem subsystem, java.lang.String instanceName, IConfigStore parameters)Initializes this subsystem with the configuration store associated with this instance name. -
Uses of IConfigStore in com.netscape.cms.selftests.tks
Methods in com.netscape.cms.selftests.tks that return IConfigStore Modifier and Type Method Description IConfigStoreTKSKnownSessionKey. 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 Modifier and Type Method Description voidTKSKnownSessionKey. 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 Modifier and Type Field Description protected IConfigStoreAdminServlet. mConfigMethods in com.netscape.cms.servlet.admin with parameters of type IConfigStore Modifier and Type Method Description protected voidAdminServlet. getConfig(IConfigStore config, javax.servlet.http.HttpServletRequest req, javax.servlet.http.HttpServletResponse resp)Generic configuration store get operation.protected voidAdminServlet. listConfig(IConfigStore config, javax.servlet.http.HttpServletRequest req, javax.servlet.http.HttpServletResponse resp)Lists configuration store.protected voidAdminServlet. setConfig(IConfigStore config, javax.servlet.http.HttpServletRequest req, javax.servlet.http.HttpServletResponse resp)Generic configuration store set operation. -
Uses of IConfigStore in com.netscape.cms.servlet.base
Fields in com.netscape.cms.servlet.base declared as IConfigStore Modifier and Type Field Description protected IConfigStoreCMSServlet. mConfig -
Uses of IConfigStore in com.netscape.cms.servlet.cert.scep
Fields in com.netscape.cms.servlet.cert.scep declared as IConfigStore Modifier and Type Field Description protected IConfigStoreCRSEnrollment. mConfig -
Uses of IConfigStore in com.netscape.cms.servlet.common
Methods in com.netscape.cms.servlet.common with parameters of type IConfigStore Modifier and Type Method Description voidCMSFileLoader. init(IConfigStore config) -
Uses of IConfigStore in com.netscape.cms.servlet.csadmin
Methods in com.netscape.cms.servlet.csadmin with parameters of type IConfigStore Modifier and Type Method Description static java.lang.StringCertUtil. buildSANSSLserverURLExtension(IConfigStore config)static voidConfigurationUtils. createCertRecord(IConfigStore cs, Cert cert)static java.security.KeyPairConfigurationUtils. createECCKeyPair(org.mozilla.jss.crypto.CryptoToken token, java.lang.String curveName, IConfigStore config, java.lang.String ct)static X509CertImplCertUtil. createLocalCert(IConfigStore config, X509Key x509key, java.lang.String prefix, java.lang.String certTag, java.lang.String type)static IRequestCertUtil. createLocalRequest(IConfigStore cs, IRequestQueue queue, java.lang.String tag, CertInfoProfile profile, X509CertInfo info, X509Key x509key)static java.security.KeyPairConfigurationUtils. createRSAKeyPair(org.mozilla.jss.crypto.CryptoToken token, int keysize, IConfigStore config, java.lang.String ct)static voidConfigurationUtils. generateCertRequest(IConfigStore config, java.lang.String certTag, Cert cert)static java.lang.StringCertUtil. getAdminProfileAlgorithm(IConfigStore config)reads from the admin cert profile caAdminCert.profile and determines the algorithm as follows: 1.static X509KeyConfigurationUtils. getECCX509Key(IConfigStore config, java.lang.String certTag)static java.lang.StringConfigurationUtils. getNickname(IConfigStore config, java.lang.String certTag)static PKCS10CertUtil. getPKCS10(IConfigStore config, java.lang.String prefix, Cert certObj, org.apache.velocity.context.Context context)static X509KeyConfigurationUtils. getRSAX509Key(IConfigStore config, java.lang.String certTag)static java.util.Vector<java.lang.String>ConfigurationUtils. getUrlListFromSecurityDomain(IConfigStore config, java.lang.String type, java.lang.String portType)static voidCertUtil. injectSANextensionIntoRequest(IConfigStore config, IRequest req)static booleanConfigurationUtils. isSDHostDomainMaster(IConfigStore config)static byte[]ConfigurationUtils. loadCertRequest(IConfigStore config, java.lang.String subsystem, java.lang.String tag)static voidConfigurationUtils. setSigningAlgorithm(java.lang.String ct, java.lang.String keyAlgo, IConfigStore config)static voidConfigurationUtils. storeKeyPair(IConfigStore config, java.lang.String tag, java.security.KeyPair pair)static voidConfigurationUtils. updateConfig(IConfigStore config, Cert cert)static booleanConfigurationUtils. updateConfigEntries(java.lang.String hostname, int port, boolean https, java.lang.String servlet, javax.ws.rs.core.MultivaluedMap<java.lang.String,java.lang.String> content, IConfigStore config)static voidCertUtil. updateLocalRequest(IConfigStore config, java.lang.String certTag, byte[] certReq, java.lang.String reqType, java.lang.String subjectName)update local cert request with the actual request called from CertRequestPanel.java -
Uses of IConfigStore in org.dogtagpki.legacy.policy
Methods in org.dogtagpki.legacy.policy with parameters of type IConfigStore Modifier and Type Method Description voidIPolicyRule. init(ISubsystem owner, IConfigStore config)Initializes the policy rule. -
Uses of IConfigStore in org.dogtagpki.legacy.server.policy
Methods in org.dogtagpki.legacy.server.policy with parameters of type IConfigStore Modifier and Type Method Description abstract voidAPolicyRule. init(ISubsystem 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 that return IConfigStore Modifier and Type Method Description IConfigStoreAttributePresentConstraints. getConfigStore()Methods in org.dogtagpki.legacy.server.policy.constraints with parameters of type IConfigStore Modifier and Type Method Description protected voidAttributePresentConstraints. getBooleanConfigParam(IConfigStore config, java.lang.String paramName)protected voidAttributePresentConstraints. getIntConfigParam(IConfigStore config, java.lang.String paramName)protected voidAttributePresentConstraints. getStringConfigParam(IConfigStore config, java.lang.String paramName)voidAgentPolicy. init(ISubsystem owner, IConfigStore config)Initializes this policy rule.voidAttributePresentConstraints. init(ISubsystem owner, IConfigStore config)voidDefaultRevocation. init(ISubsystem owner, IConfigStore config)Initializes this policy rule.voidDSAKeyConstraints. init(ISubsystem owner, IConfigStore config)Initializes this policy rule.voidIssuerConstraints. init(ISubsystem owner, IConfigStore config)Initializes this policy rule.voidKeyAlgorithmConstraints. init(ISubsystem owner, IConfigStore config)Initializes this policy rule.voidManualAuthentication. init(ISubsystem owner, IConfigStore config)Initializes this policy rule.voidRenewalConstraints. init(ISubsystem owner, IConfigStore config)Initializes this policy rule.voidRenewalValidityConstraints. init(ISubsystem owner, IConfigStore config)Initializes this policy rule.voidRevocationConstraints. init(ISubsystem owner, IConfigStore config)Initializes this policy rule.voidRSAKeyConstraints. init(ISubsystem owner, IConfigStore config)Initializes this policy rule.voidSigningAlgorithmConstraints. init(ISubsystem owner, IConfigStore config)Initializes this policy rule.voidSubCANameConstraints. init(ISubsystem owner, IConfigStore config)Initializes this policy rule.voidUniqueSubjectNameConstraints. init(ISubsystem owner, IConfigStore config)Initializes this policy rule.voidValidityConstraints. init(ISubsystem owner, IConfigStore config)Initializes this policy rule. -
Uses of IConfigStore in org.dogtagpki.legacy.server.policy.extensions
Fields in org.dogtagpki.legacy.server.policy.extensions declared as IConfigStore Modifier and Type Field Description IConfigStoreAuthInfoAccessExt. mConfigprotected IConfigStoreAuthorityKeyIdentifierExt. mConfigprotected IConfigStoreCertificatePoliciesExt. mConfigIConfigStoreCertificateScopeOfUseExt. mConfigIConfigStoreGenericASN1Ext. mConfigprotected IConfigStoreKeyUsageExt. mConfigprotected IConfigStoreNameConstraintsExt. mConfigprotected IConfigStoreNSCertTypeExt. mConfigprotected IConfigStorePolicyConstraintsExt. mConfigprotected IConfigStorePolicyMappingsExt. mConfigprotected IConfigStoreSubjectAltNameExt. mConfigprotected IConfigStoreSubjectDirectoryAttributesExt. mConfigprotected IConfigStoreSubjectKeyIdentifierExt. mConfigMethods in org.dogtagpki.legacy.server.policy.extensions with parameters of type IConfigStore Modifier and Type Method Description voidAuthInfoAccessExt. init(ISubsystem owner, IConfigStore config)Initializes this policy rule.voidAuthorityKeyIdentifierExt. init(ISubsystem owner, IConfigStore config)Initializes this policy rule.voidBasicConstraintsExt. init(ISubsystem owner, IConfigStore config)Initializes this policy rule.voidCertificatePoliciesExt. init(ISubsystem owner, IConfigStore config)Initializes this policy rule.voidCertificateRenewalWindowExt. init(ISubsystem owner, IConfigStore config)Initializes this policy rule.voidCertificateScopeOfUseExt. init(ISubsystem owner, IConfigStore config)Initializes this policy rule.voidCRLDistributionPointsExt. init(ISubsystem owner, IConfigStore config)Performs one-time initialization of the policy.voidExtendedKeyUsageExt. init(ISubsystem owner, IConfigStore config)Performs one-time initialization of the policy.voidGenericASN1Ext. init(ISubsystem owner, IConfigStore config)Initializes this policy rule.voidIssuerAltNameExt. init(ISubsystem owner, IConfigStore config)Initializes this policy rule.voidKeyUsageExt. init(ISubsystem owner, IConfigStore config)Initializes this policy rule.voidNameConstraintsExt. init(ISubsystem owner, IConfigStore config)Initializes this policy rule.voidNSCCommentExt. init(ISubsystem owner, IConfigStore config)Initializes this policy rule.voidNSCertTypeExt. init(ISubsystem owner, IConfigStore config)Initializes this policy rule.voidOCSPNoCheckExt. init(ISubsystem owner, IConfigStore config)Performs one-time initialization of the policy.voidPolicyConstraintsExt. init(ISubsystem owner, IConfigStore config)Initializes this policy rule.voidPolicyMappingsExt. init(ISubsystem owner, IConfigStore config)Initializes this policy rule.voidPresenceExt. init(ISubsystem owner, IConfigStore config)voidPrivateKeyUsagePeriodExt. init(ISubsystem owner, IConfigStore config)Initializes this policy rule.voidRemoveBasicConstraintsExt. init(ISubsystem owner, IConfigStore config)voidSubjAltNameExt. init(ISubsystem owner, IConfigStore config)Initializes this policy rule.voidSubjectAltNameExt. init(ISubsystem owner, IConfigStore config)Initializes this policy rule.voidSubjectDirectoryAttributesExt. init(ISubsystem owner, IConfigStore config)voidSubjectKeyIdentifierExt. init(ISubsystem owner, IConfigStore config)Initializes this policy rule. -
Uses of IConfigStore in org.dogtagpki.server.rest
Fields in org.dogtagpki.server.rest declared as IConfigStore Modifier and Type Field Description IConfigStoreSystemConfigService. cs
-