Package | Description |
---|---|
oracle.pgx.config |
This package contains all configuration-related classes of PGX.
|
Modifier and Type | Method and Description |
---|---|
PgxRedactionRuleMappingConfig |
PgxRedactionRuleMappingConfigBuilder.build()
Builds the PgxRedactionRuleMappingConfig with a
parentPath of null . |
PgxRedactionRuleMappingConfig |
PgxRedactionRuleMappingConfigBuilder.build(java.lang.String parentPath)
Builds the PgxRedactionRuleMappingConfig.
|
static PgxRedactionRuleMappingConfig |
PgxRedactionRuleMappingConfigBuilder.buildPgxRedactionRuleMappingConfig(java.util.function.Consumer<PgxRedactionRuleMappingConfigBuilder> builderSetup)
Builds a
PgxRedactionRuleMappingConfig in-place |
static PgxRedactionRuleMappingConfig |
PgxRedactionRuleMappingConfig.parse(java.io.InputStream is, boolean strict, java.lang.String parentPath)
Parses an input stream.
|
static PgxRedactionRuleMappingConfig |
PgxRedactionRuleMappingConfig.parse(java.util.Map<java.lang.String,java.lang.Object> raw, boolean strict, java.lang.String parentPath)
Parses a raw key/value mapping.
|
static PgxRedactionRuleMappingConfig |
PgxRedactionRuleMappingConfig.parse(java.util.Properties props, boolean strict)
Parses a properties file.
|
Modifier and Type | Method and Description |
---|---|
java.util.List<PgxRedactionRuleMappingConfig> |
PartitionedGraphConfig.getRulesMapping()
mapping for redaction rules to users/roles
|
abstract java.util.List<PgxRedactionRuleMappingConfig> |
AbstractPartitionedGraphConfig.getRulesMapping()
Get the mapping between redaction rules and users/roles
|
Modifier and Type | Method and Description |
---|---|
PgxRedactionRuleMappingConfigBuilder |
PgxRedactionRuleMappingConfigBuilder.putAll(PgxRedactionRuleMappingConfig config)
Puts all values from the given config into this builder
|
Constructor and Description |
---|
PgxRedactionRuleMappingConfigBuilder(PgxRedactionRuleMappingConfig config)
Constructs a PgxRedactionRuleMappingConfigBuilder initialized with the values from the given config
|
Copyright © 2010, 2020 Oracle and/or its affiliates. All Rights Reserved.