JavaxElPolicyExecutorServicepublic interface PolicyExecutorService
PolicyValidator ABAC validator.| Modifier and Type | Method | Description |
|---|---|---|
java.lang.String |
configKey() |
Configuration key that is expected by this policy validator service.
|
PolicyExecutor |
instantiate(Config config) |
Create a new instance of a
PolicyExecutor based on the configuration provider. |
java.lang.String configKey()
security.providers:
- abac
policy-validator:
my-custom-policy-engine:
some-key: "some value"
another-key: "another value"
PolicyExecutor instantiate(Config config)
PolicyExecutor based on the configuration provider.
Another option is to use a builder directly with PolicyValidator.Builder.addExecutor(io.helidon.security.abac.policy.spi.PolicyExecutor)config - configuration as located on configKey().PolicyValidator to evaluate policy
statementsCopyright © 2018, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.