Uses of Class
com.netscape.cmscore.base.ConfigStorage
Packages that use ConfigStorage
Package
Description
-
Uses of ConfigStorage in com.netscape.cmscore.apps
Methods in com.netscape.cmscore.apps with parameters of type ConfigStorageConstructors in com.netscape.cmscore.apps with parameters of type ConfigStorageModifierConstructorDescriptionDatabaseConfig
(ConfigStorage storage) EngineConfig
(ConfigStorage storage) PreOpConfig
(ConfigStorage storage) SubsystemConfig
(ConfigStorage storage) SubsystemsConfig
(ConfigStorage storage) -
Uses of ConfigStorage in com.netscape.cmscore.base
Subclasses of ConfigStorage in com.netscape.cmscore.baseModifier and TypeClassDescriptionclass
FileConfigStorage: Extends ConfigStore with methods to load/save from/to file for persistent storage.class
LDAPConfigStorage: Extends ConfigStore with methods to load/save from/to file for persistent storage.Fields in com.netscape.cmscore.base declared as ConfigStorageMethods in com.netscape.cmscore.base that return ConfigStorageConstructors in com.netscape.cmscore.base with parameters of type ConfigStorage -
Uses of ConfigStorage in com.netscape.cmscore.ldap
Constructors in com.netscape.cmscore.ldap with parameters of type ConfigStorageModifierConstructorDescriptionPublishingConfig
(ConfigStorage storage) PublishingMapperConfig
(ConfigStorage storage) PublishingPublisherConfig
(ConfigStorage storage) PublishingRuleConfig
(ConfigStorage storage) -
Uses of ConfigStorage in com.netscape.cmscore.ldapconn
Constructors in com.netscape.cmscore.ldapconn with parameters of type ConfigStorageModifierConstructorDescriptionLDAPAuthenticationConfig
(ConfigStorage storage) LDAPConfig
(ConfigStorage storage) LDAPConnectionConfig
(ConfigStorage storage) PKISocketConfig
(ConfigStorage storage) -
Uses of ConfigStorage in com.netscape.cmscore.security
Constructors in com.netscape.cmscore.security with parameters of type ConfigStorageModifierConstructorDescriptionJssSubsystemConfig
(ConfigStorage storage) RandomConfig
(ConfigStorage storage) SSLConfig
(ConfigStorage storage) -
Uses of ConfigStorage in com.netscape.cmscore.usrgrp
Constructors in com.netscape.cmscore.usrgrp with parameters of type ConfigStorage -
Uses of ConfigStorage in org.dogtagpki.server.authentication
Constructors in org.dogtagpki.server.authentication with parameters of type ConfigStorageModifierConstructorDescriptionAuthenticationConfig
(ConfigStorage storage) AuthManagerConfig
(ConfigStorage storage) AuthManagersConfig
(ConfigStorage storage) -
Uses of ConfigStorage in org.dogtagpki.server.authorization
Constructors in org.dogtagpki.server.authorization with parameters of type ConfigStorageModifierConstructorDescriptionAuthorizationConfig
(ConfigStorage storage) AuthzManagerConfig
(ConfigStorage storage) AuthzManagersConfig
(ConfigStorage storage)