Uses of Class
oracle.pgx.config.PropertiesRedactionRuleConfigBuilder
-
Packages that use PropertiesRedactionRuleConfigBuilder Package Description oracle.pgx.config This package contains all configuration-related classes of PGX. -
-
Uses of PropertiesRedactionRuleConfigBuilder in oracle.pgx.config
Methods in oracle.pgx.config that return PropertiesRedactionRuleConfigBuilder Modifier and Type Method Description PropertiesRedactionRuleConfigBuilderPropertiesRedactionRuleConfigBuilder. clear()Clears all values from the builderPropertiesRedactionRuleConfigBuilderPropertiesRedactionRuleConfigBuilder. putAll(java.util.Map<PropertiesRedactionRuleConfig.Field,java.lang.Object> values)Puts all values from the given map into this builder.PropertiesRedactionRuleConfigBuilderPropertiesRedactionRuleConfigBuilder. putAll(PropertiesRedactionRuleConfig config)Puts all values from the given config into this builderPropertiesRedactionRuleConfigBuilderPropertiesRedactionRuleConfigBuilder. setLabel(java.lang.String label)Vertex / Edge label to which the rule is appliedPropertiesRedactionRuleConfigBuilderPropertiesRedactionRuleConfigBuilder. setProperties(java.lang.String... properties)List of properties to be redactedPropertiesRedactionRuleConfigBuilderPropertiesRedactionRuleConfigBuilder. setRuleTrigger(java.lang.String ruleTrigger)Trigger expression for the ruleMethod parameters in oracle.pgx.config with type arguments of type PropertiesRedactionRuleConfigBuilder Modifier and Type Method Description static PropertiesRedactionRuleConfigPropertiesRedactionRuleConfigBuilder. buildPropertiesRedactionRuleConfig(java.util.function.Consumer<PropertiesRedactionRuleConfigBuilder> builderSetup)Builds aPropertiesRedactionRuleConfigin-placeConstructors in oracle.pgx.config with parameters of type PropertiesRedactionRuleConfigBuilder Constructor Description PropertiesRedactionRuleConfigBuilder(PropertiesRedactionRuleConfigBuilder builder)Constructs a PropertiesRedactionRuleConfigBuilder initialized with the values from the given builder
-