Methods in com.pow2.acl.dao with parameters of type Group |
boolean |
ACLDAO.isUserInGroup(com.pow2.user.User user,
Group group)
Check if the user belongs to the input group. |
boolean |
ACLDAO.isUserInRole(com.pow2.user.User user,
Group group,
Role role)
Check if the user belonging to the input group has got the input role. |
ArrayList |
ACLDAO.getUserRoles(com.pow2.user.User user,
Group group)
Get all the roles for the user belonging to the input group. |
boolean |
ACLDAO.hasUserPermission(com.pow2.user.User user,
Group group,
Permission permission)
Check if the user belonging to the input group has got the input permission. |