AbacValidatorConfigpublic static class PolicyValidator.PolicyConfig extends java.lang.Object implements AbacValidatorConfig
| Modifier and Type | Class | Description |
|---|---|---|
static class |
PolicyValidator.PolicyConfig.Builder |
A fluent API builder for
PolicyValidator.PolicyConfig. |
| Modifier and Type | Method | Description |
|---|---|---|
static PolicyValidator.PolicyConfig.Builder |
builder() |
Creates a fluent API builder to build new instances of this class.
|
java.util.List<java.lang.String> |
getPolicyStatements() |
The policy statements collected through configuration hierarchy.
|
boolean |
shouldInherit() |
Whether to inherit statements from parent configurations.
|
public static PolicyValidator.PolicyConfig.Builder builder()
public java.util.List<java.lang.String> getPolicyStatements()
public boolean shouldInherit()
Copyright © 2018, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.