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

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      java.lang.String getKey()
      Returns the key of this authorized action which needs to be unique at least within a scoped object type.
    • Method Detail

      • getKey

        java.lang.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