Uses of Annotation Interface
io.helidon.security.providers.abac.AbacAnnotation
Package
Description
Attribute based access control policy validator.
Role attribute validator.
Scope (OAuth2) attribute validator.
Time attribute validator.
-
Uses of AbacAnnotation in io.helidon.security.abac.policy
Modifier and TypeClassDescriptionstatic @interface
Annotate resource classes, methods, application etc. -
Uses of AbacAnnotation in io.helidon.security.abac.role
Modifier and TypeClassDescriptionstatic @interface
A definition of "roles allowed" for a specific subject type.static @interface
Repeatable annotation forRoleValidator.Roles
. -
Uses of AbacAnnotation in io.helidon.security.abac.scope
-
Uses of AbacAnnotation in io.helidon.security.abac.time
Modifier and TypeClassDescriptionstatic @interface
Attribute annotation that can limit the days of week the resource is accessible.static @interface
Constraint for a time of day.static @interface
Constraint for a time of day - container for repeatingTimeValidator.TimeOfDay
.