public interface AbacValidatorService
AbacValidator.| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
configKey()
Key of the "root" of configuration of this validator.
|
AbacValidator<? extends AbacValidatorConfig> |
instantiate(Config config)
Create a new instance of the validator based on the configuration
provided.
|
java.lang.String configKey()
Example - scope validator, the configuration in yaml may then be:
security.providers:
- abac:
fail-on-unvalidated: true
scope:
....
AbacValidator<? extends AbacValidatorConfig> instantiate(Config config)
config - Config with provider configurationConfig providedCopyright © 2018, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.