public interface IMembership
Modifier and Type | Method and Description |
---|---|
int |
getMemberCount()
Gets the member count of the group.
|
Guid |
getMemberIDAt(int index)
Gets a member.
|
SearchResults |
getMemberIDs()
Gets the members of the group.
|
boolean |
hasMember(Guid guid)
Checks if a given identifier is a member of the group.
|
SearchResults getMemberIDs() throws UMSException
UMSException
int getMemberCount() throws UMSException
UMSException
Guid getMemberIDAt(int index) throws UMSException
UMSException
boolean hasMember(Guid guid) throws UMSException
guid
- identity of member to be checked for membershiptrue
if it is a memberUMSException
- on failure to evaluate membershipCopyright © 2010–2025 Open Identity Platform Community. All rights reserved.