com.atlassian.crowd.model.group
Interface Membership

All Known Implementing Classes:
MembershipEntity

public interface Membership

Details of the direct members of a single group.


Nested Class Summary
static class Membership.MembershipIterationException
          Something went wrong while iterating over a collection of Memberships.
 
Method Summary
 Set<String> getChildGroupNames()
           
 String getGroupName()
           
 Set<String> getUserNames()
           
 

Method Detail

getGroupName

String getGroupName()

getUserNames

Set<String> getUserNames()

getChildGroupNames

Set<String> getChildGroupNames()


Copyright © 2013 Atlassian. All Rights Reserved.