Annotation Interface RequireAnyRole


@Target(METHOD) @Retention(RUNTIME) public @interface RequireAnyRole
The "require any role" authorization check.
Since:
3.2.0
Author:
Jerome Leleu
  • Optional Element Summary

    Optional Elements
    Modifier and Type
    Optional Element
    Description
    The roles to check.
  • Element Details

    • value

      String[] value
      The roles to check.
      Returns:
      the roles
      Default:
      {}