Mappings between principals and roles.
There are no attributes in this class.
addCell(rowentry, colentry, value)
assignRoleToPrincipal(role_id, principal_id, check=True)
See the interface IPrincipalRoleManager
delCell(rowentry, colentry)
getAllCells()
getCell(rowentry, colentry)
getCol(colentry)
getPrincipalsAndRoles()
See the interface IPrincipalRoleMap
getPrincipalsForRole(role_id)
See the interface IPrincipalRoleMap
getRolesForPrincipal(principal_id)
See the interface IPrincipalRoleMap
getRow(rowentry)
getSetting(role_id, principal_id)
See the interface IPrincipalRoleMap
queryCell(rowentry, colentry, default=None)
removeRoleFromPrincipal(role_id, principal_id, check=True)
See the interface IPrincipalRoleManager
unsetRoleForPrincipal(role_id, principal_id)
See the interface IPrincipalRoleManager
There are no known subclasses.