Uses of Class
com.pow2.acl.Role

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.
 



Copyright © 2002-2003 Power Of Two S.R.L. All Rights Reserved.