Uses of Class
com.netscape.cmscore.base.ConfigStorage
-
-
Uses of ConfigStorage in com.netscape.cmscore.apps
Methods in com.netscape.cmscore.apps with parameters of type ConfigStorage Modifier and Type Method Description EngineConfig
CMSEngine. createConfig(ConfigStorage storage)
Constructors in com.netscape.cmscore.apps with parameters of type ConfigStorage Constructor Description DatabaseConfig(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.base Modifier and Type Class Description class
FileConfigStore
FileConfigStore: Extends PropConfigStore with methods to load/save from/to file for persistent storage.class
LDAPConfigStore
LDAPConfigStore: Extends PropConfigStore with methods to load/save from/to file for persistent storage.Fields in com.netscape.cmscore.base declared as ConfigStorage Modifier and Type Field Description protected ConfigStorage
PropConfigStore. storage
Methods in com.netscape.cmscore.base that return ConfigStorage Modifier and Type Method Description ConfigStorage
PropConfigStore. getStorage()
Constructors in com.netscape.cmscore.base with parameters of type ConfigStorage Constructor Description PropConfigStore(ConfigStorage storage)
-
Uses of ConfigStorage in com.netscape.cmscore.ldap
Constructors in com.netscape.cmscore.ldap with parameters of type ConfigStorage Constructor Description PublishingConfig(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 ConfigStorage Constructor Description LDAPAuthenticationConfig(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 ConfigStorage Constructor Description JssSubsystemConfig(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 Constructor Description UGSubsystemConfig(ConfigStorage storage)
-
Uses of ConfigStorage in org.dogtagpki.server.authentication
Constructors in org.dogtagpki.server.authentication with parameters of type ConfigStorage Constructor Description AuthenticationConfig(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 ConfigStorage Constructor Description AuthorizationConfig(ConfigStorage storage)
AuthzManagerConfig(ConfigStorage storage)
AuthzManagersConfig(ConfigStorage storage)
-