- All Superinterfaces:
Comparable<Permission>
,Permission
,ReadPermission
- All Known Subinterfaces:
EditPermission
- All Known Implementing Classes:
EditPermissionImpl
,ViewPermissionImpl
View permission interface.
While ReadPermission allows the business logic on behalf of the current user to access the data, it does not mean that the user is allowed to view the data via the UI. This requires ViewPermission.
- Author:
- harald
-
Field Summary
-
Method Summary
Methods inherited from interface java.lang.Comparable
compareTo
Methods inherited from interface org.tentackle.security.Permission
appliesTo, getDescription, getName, getPermissionInterface, isAllowedBy, isDeniedBy
-
Field Details
-
NAME
the permission's name.- See Also:
-