Package | Description |
---|---|
oracle.pgx.api |
This package contains the main Java APIs.
|
oracle.pgx.config |
This package contains all configuration-related classes of PGX.
|
Modifier and Type | Method and Description |
---|---|
java.util.List<PgxRedactionRuleConfig> |
PgxGraph.getRedactionRules(AuthorizationType type, java.lang.String name)
Blocking version of
PgxGraph.getRedactionRules(AuthorizationType, String) Calls PgxGraph.getRedactionRulesAsync(AuthorizationType, String) )} and waits for the returned PgxFuture to complete. |
PgxFuture<java.util.List<PgxRedactionRuleConfig>> |
PgxGraph.getRedactionRulesAsync(AuthorizationType type, java.lang.String name)
Gets redaction rules for an AuthorizationType name.
|
static java.util.Map<java.lang.String,PgxRedactionRuleConfig> |
PgxRedactionRuleFactory.loadRulesFromFile(java.lang.String pathToFileStoringMultipleRedactionRules)
Load one or multiple redaction rules from file The file will contain one or multiple named redaction rules
|
Modifier and Type | Method and Description |
---|---|
PgxRedactionRuleConfig |
PgxRedactionRuleConfigBuilder.build()
Builds the PgxRedactionRuleConfig with a
parentPath of null . |
PgxRedactionRuleConfig |
PgxRedactionRuleConfigBuilder.build(java.lang.String parentPath)
Builds the PgxRedactionRuleConfig.
|
static PgxRedactionRuleConfig |
PgxRedactionRuleConfigBuilder.buildPgxRedactionRuleConfig(java.util.function.Consumer<PgxRedactionRuleConfigBuilder> builderSetup)
Builds a
PgxRedactionRuleConfig in-place |
static PgxRedactionRuleConfig |
PgxRedactionRuleConfig.parse(java.io.InputStream is, boolean strict, java.lang.String parentPath)
Parses an input stream.
|
static PgxRedactionRuleConfig |
PgxRedactionRuleConfig.parse(java.util.Map<java.lang.String,java.lang.Object> raw, boolean strict, java.lang.String parentPath)
Parses a raw key/value mapping.
|
static PgxRedactionRuleConfig |
PgxRedactionRuleConfig.parse(java.util.Properties props, boolean strict)
Parses a properties file.
|
Modifier and Type | Method and Description |
---|---|
java.util.List<PgxRedactionRuleConfig> |
PgxRedactionRulesConfig.getRedactionRules()
desc redaction_rules
|
java.util.List<PgxRedactionRuleConfig> |
PartitionedGraphConfig.getRedactionRules()
array of redaction rules
|
abstract java.util.List<PgxRedactionRuleConfig> |
AbstractPartitionedGraphConfig.getRedactionRules()
Get the redaction rules from this graph configuration
|
Modifier and Type | Method and Description |
---|---|
PgxRedactionRuleConfigBuilder |
PgxRedactionRuleConfigBuilder.putAll(PgxRedactionRuleConfig config)
Puts all values from the given config into this builder
|
Constructor and Description |
---|
PgxRedactionRuleConfigBuilder(PgxRedactionRuleConfig config)
Constructs a PgxRedactionRuleConfigBuilder initialized with the values from the given config
|
Copyright © 2010, 2020 Oracle and/or its affiliates. All Rights Reserved.