| Package | Description |
|---|---|
| com.unboundid.scim.data | |
| com.unboundid.scim.sdk |
| Modifier and Type | Field and Description |
|---|---|
static ResourceFactory<GroupResource> |
GroupResource.GROUP_RESOURCE_FACTORY
A
ResourceFactory for creating GroupResource
instances. |
| Modifier and Type | Method and Description |
|---|---|
GroupResource |
GroupResource.setDisplayName(String displayName)
Sets the human readable name for the Group.
|
GroupResource |
GroupResource.setMembers(Collection<Entry<String>> members)
Sets the list of member IDs of the Group.
|
| Modifier and Type | Method and Description |
|---|---|
SCIMEndpoint<GroupResource> |
SCIMService.getGroupEndpoint()
Returns a SCIMEndpoint for the Groups endpoint defined in the core schema.
|
SCIMEndpoint<GroupResource> |
SCIMService.getGroupEndpoint(String groupResourceName,
String groupsEndpointName)
Returns a SCIMEndpoint for the Groups endpoint defined in the core schema
with a custom group resource name and groups endpoint name.
|
Copyright © 2011–2016 UnboundID. All rights reserved.