AbacProvider (security.providers.abac) Configuration

Attribute Based Access Control provider

Type: io.helidon.security.providers.abac.AbacProvider

Config key
abac
Copied

This type provides the following service implementations:

  • io.helidon.security.spi.SecurityProvider

  • io.helidon.security.spi.AuthorizationProvider

Configuration options

Optional configuration options
keytypedefault valuedescription
fail-if-none-validated

boolean

true

Whether to fail if NONE of the attributes is validated.

fail-on-unvalidated

boolean

true

Whether to fail if any attribute is left unvalidated.