Package | Description |
---|---|
oracle.pgx.config |
This package contains all configuration-related classes of PGX.
|
Modifier and Type | Method and Description |
---|---|
PropertiesRedactionRuleConfigBuilder |
PropertiesRedactionRuleConfigBuilder.clear()
Clears all values from the builder
|
PropertiesRedactionRuleConfigBuilder |
PropertiesRedactionRuleConfigBuilder.putAll(java.util.Map<PropertiesRedactionRuleConfig.Field,java.lang.Object> values)
Puts all values from the given map into this builder.
|
PropertiesRedactionRuleConfigBuilder |
PropertiesRedactionRuleConfigBuilder.putAll(PropertiesRedactionRuleConfig config)
Puts all values from the given config into this builder
|
PropertiesRedactionRuleConfigBuilder |
PropertiesRedactionRuleConfigBuilder.setLabel(java.lang.String label)
Vertex / Edge label to which the rule is applied
|
PropertiesRedactionRuleConfigBuilder |
PropertiesRedactionRuleConfigBuilder.setProperties(java.lang.String... properties)
List of properties to be redacted
|
PropertiesRedactionRuleConfigBuilder |
PropertiesRedactionRuleConfigBuilder.setRuleTrigger(java.lang.String ruleTrigger)
Trigger expression for the rule
|
Modifier and Type | Method and Description |
---|---|
static PropertiesRedactionRuleConfig |
PropertiesRedactionRuleConfigBuilder.buildPropertiesRedactionRuleConfig(java.util.function.Consumer<PropertiesRedactionRuleConfigBuilder> builderSetup)
Builds a
PropertiesRedactionRuleConfig in-place |
Constructor and Description |
---|
PropertiesRedactionRuleConfigBuilder(PropertiesRedactionRuleConfigBuilder builder)
Constructs a PropertiesRedactionRuleConfigBuilder initialized with the values from the given builder
|
Copyright © 2010, 2020 Oracle and/or its affiliates. All Rights Reserved.