Package | Description |
---|---|
oracle.pgx.config |
This package contains all configuration-related classes of PGX.
|
Modifier and Type | Method and Description |
---|---|
PgxRedactionRuleMappingConfigBuilder |
PgxRedactionRuleMappingConfigBuilder.clear()
Clears all values from the builder
|
PgxRedactionRuleMappingConfigBuilder |
PgxRedactionRuleMappingConfigBuilder.putAll(java.util.Map<PgxRedactionRuleMappingConfig.Field,java.lang.Object> values)
Puts all values from the given map into this builder.
|
PgxRedactionRuleMappingConfigBuilder |
PgxRedactionRuleMappingConfigBuilder.putAll(PgxRedactionRuleMappingConfig config)
Puts all values from the given config into this builder
|
PgxRedactionRuleMappingConfigBuilder |
PgxRedactionRuleMappingConfigBuilder.setRoles(java.lang.String... roles)
Roles to which the rule is applied
|
PgxRedactionRuleMappingConfigBuilder |
PgxRedactionRuleMappingConfigBuilder.setRuleName(java.lang.String ruleName)
Redaction rule name
|
PgxRedactionRuleMappingConfigBuilder |
PgxRedactionRuleMappingConfigBuilder.setUsers(java.lang.String... users)
Users to which the rule is applied
|
Modifier and Type | Method and Description |
---|---|
static PgxRedactionRuleMappingConfig |
PgxRedactionRuleMappingConfigBuilder.buildPgxRedactionRuleMappingConfig(java.util.function.Consumer<PgxRedactionRuleMappingConfigBuilder> builderSetup)
Builds a
PgxRedactionRuleMappingConfig in-place |
Constructor and Description |
---|
PgxRedactionRuleMappingConfigBuilder(PgxRedactionRuleMappingConfigBuilder builder)
Constructs a PgxRedactionRuleMappingConfigBuilder initialized with the values from the given builder
|
Copyright © 2015 - 2020 Oracle and/or its affiliates. All Rights Reserved.