AccessControlList - methods for parsing and loading acl file - checkup method for permission for given principal on given resource DBQuery - checkup for READ permission using AccessControlList.hasPermission() DocumentImpl - using AccessControlList object to parse and load an acl file into xml_access table - checkup for WRITE permission on UPDATE action using the same AccessControl.hasPermission()
AccessControlList
- methods for parsing and loading acl file
- checkup method for permission for given principal on given resource
DBQuery
- checkup for READ permission using AccessControlList.hasPermission()
DocumentImpl
- using AccessControlList object to parse and load an acl file into xml_access table
- checkup for WRITE permission on UPDATE action using the same AccessControl.hasPermission()