public class Group extends Resource
For more detailed information please look at the SCIM core schema 2.0, sections 8
client info: The scim schema is mainly meant as a connection link between the OSIAM server and by a client like the connector4Java. Some values will be not accepted by the OSIAM server. These specific values have an own client info documentation section.
| Modifier and Type | Class and Description |
|---|---|
static class |
Group.Builder
Builder class that is used to build
Group instances |
| Modifier and Type | Method and Description |
|---|---|
String |
getDisplayName()
Gets the human readable name of this
Group. |
Set<MemberRef> |
getMembers()
Gets the list of members of this Group.
|
String |
toString() |
equals, getExternalId, getId, getMeta, getSchemas, hashCodepublic String getDisplayName()
Group.public Set<MemberRef> getMembers()
For more detailed information please look at the SCIM core schema 2.0, sections 8
Copyright © 2014. All Rights Reserved.