Package | Description |
---|---|
oracle.pgx.config |
This package contains all configuration-related classes of PGX.
|
Modifier and Type | Method and Description |
---|---|
PropertiesRedactionRuleConfig |
PropertiesRedactionRuleConfigBuilder.build()
Builds the PropertiesRedactionRuleConfig with a
parentPath of null . |
PropertiesRedactionRuleConfig |
PropertiesRedactionRuleConfigBuilder.build(java.lang.String parentPath)
Builds the PropertiesRedactionRuleConfig.
|
static PropertiesRedactionRuleConfig |
PropertiesRedactionRuleConfigBuilder.buildPropertiesRedactionRuleConfig(java.util.function.Consumer<PropertiesRedactionRuleConfigBuilder> builderSetup)
Builds a
PropertiesRedactionRuleConfig in-place |
static PropertiesRedactionRuleConfig |
PropertiesRedactionRuleConfig.parse(java.io.InputStream is, boolean strict, java.lang.String parentPath)
Parses an input stream.
|
static PropertiesRedactionRuleConfig |
PropertiesRedactionRuleConfig.parse(java.util.Map<java.lang.String,java.lang.Object> raw, boolean strict, java.lang.String parentPath)
Parses a raw key/value mapping.
|
static PropertiesRedactionRuleConfig |
PropertiesRedactionRuleConfig.parse(java.util.Properties props, boolean strict)
Parses a properties file.
|
Modifier and Type | Method and Description |
---|---|
java.util.List<PropertiesRedactionRuleConfig> |
PgxRedactionRuleConfig.getRedactEdgeProperties()
Rules for redacting edge properties
|
java.util.List<PropertiesRedactionRuleConfig> |
PgxRedactionRulesConfig.getRedactEdgeProperties()
Rules for redacting edge properties
|
java.util.List<PropertiesRedactionRuleConfig> |
PgxRedactionRuleConfig.getRedactVertexProperties()
Rules for redacting vertex properties
|
java.util.List<PropertiesRedactionRuleConfig> |
PgxRedactionRulesConfig.getRedactVertexProperties()
Rules for redacting vertex properties
|
Modifier and Type | Method and Description |
---|---|
PropertiesRedactionRuleConfigBuilder |
PropertiesRedactionRuleConfigBuilder.putAll(PropertiesRedactionRuleConfig config)
Puts all values from the given config into this builder
|
Constructor and Description |
---|
PropertiesRedactionRuleConfigBuilder(PropertiesRedactionRuleConfig config)
Constructs a PropertiesRedactionRuleConfigBuilder initialized with the values from the given config
|
Copyright © 2010, 2020 Oracle and/or its affiliates. All Rights Reserved.