Interface AuthorizedAction
-
- All Known Implementing Classes:
AuthorizedUserAction
public interface AuthorizedActionAn 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.StringgetKey()Returns the key of this authorized action which needs to be unique at least within a scoped object type.
-