Package io.quarkus.security
Annotation Type PermissionsAllowed.List
-
@Target(METHOD) @Retention(RUNTIME) @Documented public static @interface PermissionsAllowed.List
The repeatable holder forPermissionsAllowed. The annotation is not repeatable on class-level as repeatable interceptor bindings declared on classes are not supported by Quarkus.
-
-
Required Element Summary
Required Elements Modifier and Type Required Element Description PermissionsAllowed[]valueThePermissionsAllowedinstances.
-
-
-
Element Detail
-
value
PermissionsAllowed[] value
ThePermissionsAllowedinstances.- Returns:
- the instances
-
-