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)
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.