net.incongru.berkano.security
Interface RoleDAO

All Known Implementing Classes:
HibernatedRoleDAO

public interface RoleDAO

Version:
$Revision: 1.3 $
Author:
greg, $Author: gj $ (last edit)

Method Summary
 Role getRole(java.lang.String name)
           
 java.util.Collection getRoles(Application app)
          Get the list of roles for the given application.
 java.util.List listAllRoles()
           
 Role newRole(java.lang.String name)
           
 

Method Detail

getRoles

java.util.Collection getRoles(Application app)
Get the list of roles for the given application.


getRole

Role getRole(java.lang.String name)

listAllRoles

java.util.List listAllRoles()

newRole

Role newRole(java.lang.String name)


Copyright © 2004-2007. All Rights Reserved.