public interface RMGroup extends RMPrincipal
Modifier and Type | Method and Description |
---|---|
PageableSet<RMGroup> |
getGroupMembers()
Returns the collection of
RMGroup
instances that are immediate members of this RMGroup . |
PageableSet<RMGroup> |
getGroupMemberships()
Returns the collection of
RMGroup
of which this RMGroup is an immediate member. |
PageableSet<RMUser> |
getUserMembers()
Returns the collection of
RMUser instances that
are immediate members of this RMGroup . |
getDisplayName, getDistinguishedName, getId, getName, getShortName
PageableSet<RMGroup> getGroupMemberships()
RMGroup
of which this RMGroup
is an immediate member.RMGroup
.
This entry can be empty.PageableSet<RMGroup> getGroupMembers()
RMGroup
instances that are immediate members of this RMGroup
.RMGroup
instances. This entry can be empty.PageableSet<RMUser> getUserMembers()
RMUser
instances that
are immediate members of this RMGroup
.RMUser
instances.
This entry can be empty.© Copyright IBM Corp. 2010, 2013. All Rights Reserved.