Uses of Class
io.helidon.security.providers.abac.AbacAnnotation
-
Packages that use AbacAnnotation Package Description io.helidon.security.abac.policy Attribute based access control policy validator.io.helidon.security.abac.role Role attribute validator.io.helidon.security.abac.scope Scope (OAuth2) attribute validator.io.helidon.security.abac.time Time attribute validator. -
-
Uses of AbacAnnotation in io.helidon.security.abac.policy
Classes in io.helidon.security.abac.policy with annotations of type AbacAnnotation Modifier and Type Class Description static interface
PolicyValidator.PolicyStatement
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 AbacAnnotation Modifier and Type Class Description static interface
RoleValidator.Roles
A definition of "roles allowed" for a specific subject type.static interface
RoleValidator.RolesContainer
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 Modifier and Type Class Description static interface
ScopeValidator.Scope
Scope annotation. -
Uses of AbacAnnotation in io.helidon.security.abac.time
Classes in io.helidon.security.abac.time with annotations of type AbacAnnotation Modifier and Type Class Description static interface
TimeValidator.DaysOfWeek
Attribute annotation that can limit the days of week the resource is accessible.static interface
TimeValidator.TimeOfDay
Constraint for a time of day.static interface
TimeValidator.TimesOfDay
Constraint for a time of day - container for repeatingTimeValidator.TimeOfDay
.
-