com.atlassian.crowd.model.group
Class ImmutableMembership
java.lang.Object
com.atlassian.crowd.model.group.ImmutableMembership
- All Implemented Interfaces:
- Membership
public final class ImmutableMembership
- extends Object
- implements Membership
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ImmutableMembership
public ImmutableMembership(String groupName,
Iterable<String> userNames,
Iterable<String> childGroupNames)
getGroupName
public String getGroupName()
- Specified by:
getGroupName in interface Membership
getUserNames
public Set<String> getUserNames()
- Specified by:
getUserNames in interface Membership
getChildGroupNames
public Set<String> getChildGroupNames()
- Specified by:
getChildGroupNames in interface Membership
Copyright © 2015 Atlassian. All Rights Reserved.