@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, toString
public boolean addMember(Principal user)
addMember
in interface Group
public boolean isMember(Principal member)
isMember
in interface Group
public Enumeration<Principal> members()
members
in interface Group
public boolean removeMember(Principal user)
removeMember
in interface Group