|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Role | |
com.pow2.acl.dao |
Uses of Role in com.pow2.acl.dao |
Methods in com.pow2.acl.dao with parameters of type Role | |
boolean |
ACLDAO.isUserInRole(com.pow2.user.User user,
Role role)
Check if the user has got the input role. |
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.getRolePermissions(Role role)
Get all the permissions for the input role. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |