public final class Group extends Resource<Group>
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 | Field and Description |
|---|---|
static String |
RESOURCE_TYPE_GROUP |
static String |
SCHEMA |
CORE_SCHEMA| Modifier and Type | Method and Description |
|---|---|
Group.Builder |
builder() |
boolean |
containsMember(String memberId) |
boolean |
equals(Object obj) |
String |
getDisplayName()
Gets the human readable name of this
Group. |
Set<MemberRef> |
getMembers()
Gets the list of members of this Group.
|
Set<String> |
getSchemas()
Gets the list of defined schemas
|
int |
hashCode() |
String |
toString() |
getCustomExtensions, getExtension, getExtensions, getExternalId, getId, getMeta, handleExtensionSchema, hasCustomExtensions, hasExtensions, isExtensionPresentpublic static final String RESOURCE_TYPE_GROUP
public static final String SCHEMA
public String getDisplayName()
Group.public Set<MemberRef> getMembers()
For more detailed information please look at the SCIM core schema 2.0, sections 8
public boolean containsMember(String memberId)
@ValidCoreSchema(value="urn:ietf:params:scim:schemas:core:2.0:Group") public Set<String> getSchemas()
ResourcegetSchemas in class Resource<Group>Setpublic Group.Builder builder()
Copyright © 2022 SAP SE. All rights reserved.