Package io.helidon.security.abac.policy.el
package io.helidon.security.abac.policy.el
Integration with Java EE expression language.
Check
BuiltInMethods
to see all methods that are in default namespace and considered
"built-in". Even these can be overridden by calling .Builder#addMethod(java.lang.String,
java.lang.reflect.Method)
with the same name.-
ClassDescriptionResolver for
AbacSupport
types.Built-in methods for expression language evaluation.PolicyExecutor
for Java EE Expression Language (EL).A fluent API builder forJavaxElPolicyExecutor
.Java service forJavaxElPolicyExecutor
to be automatically added as a policy executor for ABAC.