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 RealmConfigRealmConfigBuilder. build()Builds the RealmConfig with aparentPathofnull.RealmConfigRealmConfigBuilder. build(java.lang.String parentPath)Builds the RealmConfig.static RealmConfigRealmConfigBuilder. buildRealmConfig(java.util.function.Consumer<RealmConfigBuilder> builderSetup)Builds aRealmConfigin-placeRealmConfigPgxConfig. getPgxRealm()configuration parameters for the realmstatic RealmConfigRealmConfig. parse(java.io.InputStream is, boolean strict, java.lang.String parentPath)Parses an input stream.static RealmConfigRealmConfig. parse(java.util.Map<java.lang.String,java.lang.Object> raw, boolean strict, java.lang.String parentPath)Parses a raw key/value mapping.static RealmConfigRealmConfig. 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 RealmConfigBuilderRealmConfigBuilder. putAll(RealmConfig config)Puts all values from the given config into this builderPgxConfigBuilderPgxConfigBuilder. 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
-