public interface Group extends UserDataHolder
| Modifier and Type | Method and Description |
|---|---|
String |
getId()
Get an identifier for this group
|
Set<String> |
getMembers()
Get members of the group
|
String |
getName()
Get a readable name for this group
|
boolean |
isMember(String userId)
Is the given user a member of this group?
|
getAllUserData, getUserData, putUserData, reload, removeUserDataString getId()
String getName()
boolean isMember(String userId) throws IamSvcException
userId - a user IDIamSvcException - if there's a problem in the IAM serviceSet<String> getMembers() throws IamSvcException
IamSvcException - if there's a problem in the IAM serviceCopyright © 2023 continual.io. All rights reserved.