public interface AbacValidatorService
AbacValidator.| Modifier and Type | Method and Description |
|---|---|
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.
|
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–2019 Oracle and/or its affiliates. All rights reserved. Use is subject to license terms.