public class PortalGroup extends PortalPrincipal implements Group, Serializable
| Constructor and Description |
|---|
PortalGroup(String groupName) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
addMember(Principal user) |
boolean |
isMember(Principal member) |
Enumeration<Principal> |
members() |
boolean |
removeMember(Principal user) |
equals, getName, hashCode, toStringpublic PortalGroup(String groupName)
public Enumeration<Principal> members()
public boolean removeMember(Principal user)
removeMember in interface Group