A mapping of 1..n roles to an action. This annotions must be embedded in the AuthorizeActions annotation.
Author:
Eelco Hillenius
See Also:
  • Required Element Summary

    Required Elements
    Modifier and Type
    Required Element
    Description
    The action that is allowed.
  • Optional Element Summary

    Optional Elements
    Modifier and Type
    Optional Element
    Description
    The roles to deny for this action.
    The roles for this action.
  • Element Details

    • roles

      The roles for this action.
      Returns:
      the roles for this action. The default is an empty string (annotations do not allow null default values)
      Default:
      {}
    • deny

      The roles to deny for this action.
      Returns:
      the roles to deny for this action. The default is an empty string (annotations do not allow null default values)
      Default:
      {}