net.incongru.berkano.user
Interface Group

All Known Implementing Classes:
GroupImpl

public interface Group

A Group is a group of users. A group can have roles and "lonely" permissions, which override those from the roles. Each implementation must provide a way of persisting the group's data.

Version:
$Revision: 1.9 $
Author:
gjoseph, $Author: gj $ (last edit)

Method Summary
 java.lang.Long getGroupId()
           
 java.lang.String getGroupName()
           
 java.util.Set getRoles()
           
 java.util.Set getUsers()
           
 

Method Detail

getGroupId

java.lang.Long getGroupId()

getGroupName

java.lang.String getGroupName()

getUsers

java.util.Set getUsers()

getRoles

java.util.Set getRoles()


Copyright © 2004-2007. All Rights Reserved.