Interface AuthorizedAction

All Known Implementing Classes:
AuthorizedUserAction

public interface AuthorizedAction
An authorized action represents an action which can be checked for permissions by using a permission helper.
  • Method Summary

    Modifier and Type
    Method
    Description
    Returns the key of this authorized action which needs to be unique at least within a scoped object type.
  • Method Details

    • getKey

      String getKey()
      Returns the key of this authorized action which needs to be unique at least within a scoped object type.
      Returns:
      the key of this action