com.ibm.jarm.api.security

Interface RMGroup

  • All Superinterfaces:
    RMPrincipal


    public interface RMGroup
    extends RMPrincipal
    Represents an individual user group defined for a domain.
    • Method Detail

      • getGroupMemberships

        PageableSet<RMGroup> getGroupMemberships()
        Returns the collection of RMGroup of which this RMGroup is an immediate member.
        Returns:
        A collection of RMGroup. This entry can be empty.
      • getGroupMembers

        PageableSet<RMGroup> getGroupMembers()
        Returns the collection of RMGroup instances that are immediate members of this RMGroup.
        Returns:
        A collection of RMGroup instances. This entry can be empty.
      • getUserMembers

        PageableSet<RMUser> getUserMembers()
        Returns the collection of RMUser instances that are immediate members of this RMGroup.
        Returns:
        A collection of RMUser instances. This entry can be empty.

© Copyright IBM Corp. 2010, 2013. All Rights Reserved.