Deprecated API


Contents
Deprecated Methods
br.com.arsmachina.authentication.entity.User.setPermissionGroups(List)
          Use add(PermissionGroup) and remove(PermissionGroup) instead. 
br.com.arsmachina.authentication.entity.PermissionGroup.setPermissions(List)
          Use PermissionGroup.add(Permission) and PermissionGroup.remove(Permission) instead. 
br.com.arsmachina.authentication.entity.User.setRemovedPermissions(List)
          Use addRemovedPermission(Permission) and #removeRemovedPermisson(Permission) instead. 
br.com.arsmachina.authentication.entity.User.setRoles(List)
          Use add(Role) and remove(Role) instead. 
 



Copyright © 2008-2009 Thiago H. de Paula Figueiredo. All Rights Reserved.