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