Uses of Annotation Interface
io.helidon.security.providers.abac.AbacAnnotation
Packages that use 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
Classes in io.helidon.security.abac.policy with annotations of type AbacAnnotationModifier and TypeClassDescriptionstatic @interface
Annotate resource classes, methods, application etc. -
Uses of AbacAnnotation in io.helidon.security.abac.role
Classes in io.helidon.security.abac.role with annotations of type AbacAnnotationModifier 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
Classes in io.helidon.security.abac.scope with annotations of type AbacAnnotation -
Uses of AbacAnnotation in io.helidon.security.abac.time
Classes in io.helidon.security.abac.time with annotations of type AbacAnnotationModifier 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
.