Annotation Type AuthorizeAction

    • Required Element Summary

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

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

        String[] 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

        String[] 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:
        {}