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 interfacePolicyValidator.PolicyStatementAnnotate 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 interfaceRoleValidator.RolesA definition of "roles allowed" for a specific subject type.static interfaceRoleValidator.RolesContainerRepeatable 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 interfaceScopeValidator.ScopeScope 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 interfaceTimeValidator.DaysOfWeekAttribute annotation that can limit the days of week the resource is accessible.static interfaceTimeValidator.TimeOfDayConstraint for a time of day.static interfaceTimeValidator.TimesOfDayConstraint for a time of day - container for repeatingTimeValidator.TimeOfDay.
-