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 SummaryModifier 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.
- 
Method Details- 
getKeyjava.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
 
 
-