Uses of Class
oracle.pgx.config.RealmConfig
-
Packages that use RealmConfig Package Description oracle.pgx.config This package contains all configuration-related classes of PGX. -
-
Uses of RealmConfig in oracle.pgx.config
Methods in oracle.pgx.config that return RealmConfig Modifier and Type Method Description RealmConfig
RealmConfigBuilder. build()
Builds the RealmConfig with aparentPath
ofnull
.RealmConfig
RealmConfigBuilder. build(java.lang.String parentPath)
Builds the RealmConfig.static RealmConfig
RealmConfigBuilder. buildRealmConfig(java.util.function.Consumer<RealmConfigBuilder> builderSetup)
Builds aRealmConfig
in-placeRealmConfig
PgxConfig. getPgxRealm()
configuration parameters for the realmstatic RealmConfig
RealmConfig. parse(java.io.InputStream is, boolean strict, java.lang.String parentPath)
Parses an input stream.static RealmConfig
RealmConfig. parse(java.util.Map<java.lang.String,java.lang.Object> raw, boolean strict, java.lang.String parentPath)
Parses a raw key/value mapping.static RealmConfig
RealmConfig. parse(java.util.Properties props, boolean strict)
Parses a properties file.Methods in oracle.pgx.config with parameters of type RealmConfig Modifier and Type Method Description RealmConfigBuilder
RealmConfigBuilder. putAll(RealmConfig config)
Puts all values from the given config into this builderPgxConfigBuilder
PgxConfigBuilder. setPgxRealm(RealmConfig pgxRealm)
configuration parameters for the realmConstructors in oracle.pgx.config with parameters of type RealmConfig Constructor Description RealmConfigBuilder(RealmConfig config)
Constructs a RealmConfigBuilder initialized with the values from the given config
-