Provide adapter that manages role permission data in an object attribute
key
(type:
str
)
'zope.app.security.AnnotationRolePermissionManager'
addCell(rowentry, colentry, value)
delCell(rowentry, colentry)
denyPermissionToRole(permission_id, role_id)
getAllCells()
getCell(rowentry, colentry)
getCol(colentry)
getPermissionsForRole(colentry)
getRolesAndPermissions()
getRolesForPermission(rowentry)
getRow(rowentry)
getSetting(permission_id, role_id)
grantPermissionToRole(permission_id, role_id)
queryCell(rowentry, colentry, default=None)
unsetPermissionFromRole(rowentry, colentry)
There are no known subclasses.