Uses of Class
com.netscape.cmscore.base.SimpleProperties
-
-
Uses of SimpleProperties in com.netscape.cmscore.apps
Constructors in com.netscape.cmscore.apps with parameters of type SimpleProperties Constructor Description DatabaseConfig(java.lang.String name, SimpleProperties source)
EngineConfig(java.lang.String name, SimpleProperties source)
PreOpConfig(java.lang.String name, SimpleProperties source)
SubsystemConfig(java.lang.String name, SimpleProperties source)
SubsystemsConfig(java.lang.String name, SimpleProperties source)
-
Uses of SimpleProperties in com.netscape.cmscore.base
Fields in com.netscape.cmscore.base declared as SimpleProperties Modifier and Type Field Description protected SimpleProperties
SimpleProperties. defaults
A property list that contains default values for any keys not found in this property list.protected SimpleProperties
PropConfigStore. mSource
The source data for this substoreMethods in com.netscape.cmscore.base that return SimpleProperties Modifier and Type Method Description SimpleProperties
PropConfigStore. getSource()
Retrieves the source configuration store where the properties are stored.Constructors in com.netscape.cmscore.base with parameters of type SimpleProperties Constructor Description PropConfigStore(java.lang.String name, SimpleProperties source)
Constructs a configuration store.SimpleProperties(SimpleProperties defaults)
Creates an empty property list with the specified defaults. -
Uses of SimpleProperties in com.netscape.cmscore.ldapconn
Constructors in com.netscape.cmscore.ldapconn with parameters of type SimpleProperties Constructor Description LDAPAuthenticationConfig(java.lang.String name, SimpleProperties source)
LDAPConfig(java.lang.String name, SimpleProperties source)
LDAPConnectionConfig(java.lang.String name, SimpleProperties source)
PKISocketConfig(java.lang.String name, SimpleProperties source)
-
Uses of SimpleProperties in com.netscape.cmscore.usrgrp
Constructors in com.netscape.cmscore.usrgrp with parameters of type SimpleProperties Constructor Description UGSubsystemConfig(java.lang.String name, SimpleProperties source)
-
Uses of SimpleProperties in org.dogtagpki.server.authentication
Constructors in org.dogtagpki.server.authentication with parameters of type SimpleProperties Constructor Description AuthenticationConfig(java.lang.String name, SimpleProperties source)
AuthManagerConfig(java.lang.String name, SimpleProperties source)
AuthManagersConfig(java.lang.String name, SimpleProperties source)
-
Uses of SimpleProperties in org.dogtagpki.server.authorization
Constructors in org.dogtagpki.server.authorization with parameters of type SimpleProperties Constructor Description AuthorizationConfig(java.lang.String name, SimpleProperties source)
AuthzManagerConfig(java.lang.String name, SimpleProperties source)
AuthzManagersConfig(java.lang.String name, SimpleProperties source)
-