public final class ImmutableMembership extends Object implements Membership
Membership.MembershipIterationException
Constructor and Description |
---|
ImmutableMembership(String groupName,
Iterable<String> userNames,
Iterable<String> childGroupNames) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
Set<String> |
getChildGroupNames() |
String |
getGroupName() |
Set<String> |
getUserNames() |
int |
hashCode() |
String |
toString() |
public String getGroupName()
getGroupName
in interface Membership
public Set<String> getUserNames()
getUserNames
in interface Membership
public Set<String> getChildGroupNames()
getChildGroupNames
in interface Membership
Copyright © 2020 Atlassian. All rights reserved.