public interface IAssignableMembership extends IMembership
IMembership
Modifier and Type | Method and Description |
---|---|
void |
addMember(Guid guid)
Adds a member to the group.
|
void |
addMember(PersistentObject member)
Adds a member to the group.
|
void |
addMembers(Guid[] guids)
Adds a list of members to the group.
|
void |
removeAllMembers()
Removes all members of the group
|
void |
removeMember(Guid guid)
Removes a member from the group.
|
void |
removeMember(PersistentObject member)
Removes a member from the group.
|
getMemberCount, getMemberIDAt, getMemberIDs, hasMember
void addMember(Guid guid) throws UMSException
guid
- globally unique identifier for the member to be addedUMSException
- on failure to save to persistent storagevoid addMember(PersistentObject member) throws UMSException
member
- Object to be addedUMSException
- on failure to save to persistent storagevoid addMembers(Guid[] guids) throws UMSException
guids
- list of member guids to be added as members to the groupUMSException
- on failure to save to persistent storagevoid removeMember(Guid guid) throws UMSException
guid
- unique identifier for the member to be removedUMSException
- on failure to save to persistent storagevoid removeMember(PersistentObject member) throws UMSException
member
- Object to be removedUMSException
- on failure to save to persistent storagevoid removeAllMembers() throws UMSException
UMSException
- on failure to save to persistent storageCopyright © 2010–2025 Open Identity Platform Community. All rights reserved.