public class GroupResource extends BaseResource
| Modifier and Type | Field and Description |
|---|---|
static ResourceFactory<GroupResource> |
GROUP_RESOURCE_FACTORY
A
ResourceFactory for creating GroupResource
instances. |
BASE_RESOURCE_FACTORY| Constructor and Description |
|---|
GroupResource(ResourceDescriptor resourceDescriptor)
Construct an empty
GroupResource with the specified
ResourceDescriptor. |
GroupResource(ResourceDescriptor resourceDescriptor,
SCIMObject scimObject)
Construct a
GroupResource with the specified
ResourceDescriptor and backed by the given
SCIMObject. |
| Modifier and Type | Method and Description |
|---|---|
String |
getDisplayName()
Retrieves the human readable name for the Group.
|
Collection<Entry<String>> |
getMembers()
Retrieves the list of member IDs of the Group.
|
GroupResource |
setDisplayName(String displayName)
Sets the human readable name for the Group.
|
GroupResource |
setMembers(Collection<Entry<String>> members)
Sets the list of member IDs of the Group.
|
addOrReplaceMultiValuedValue, addOrReplaceMultiValuedValue, equals, getAttributeValues, getComplexAttributeValue, getComplexAttributeValue, getExternalId, getId, getMeta, getMultiValuedAttribute, getMultiValuedAttribute, getResourceDescriptor, getScimObject, getSimpleAttributeValue, getSimpleAttributeValue, getSingularAttributeValue, hashCode, marshal, setAttributeValues, setComplexAttribute, setComplexAttribute, setExternalId, setId, setMeta, setMultiValuedAttribute, setMultiValuedAttribute, setSimpleAttribute, setSimpleAttribute, setSingularAttributeValue, toStringpublic static final ResourceFactory<GroupResource> GROUP_RESOURCE_FACTORY
ResourceFactory for creating GroupResource
instances.public GroupResource(ResourceDescriptor resourceDescriptor)
GroupResource with the specified
ResourceDescriptor.resourceDescriptor - The resource descriptor for this SCIM resource.public GroupResource(ResourceDescriptor resourceDescriptor, SCIMObject scimObject)
GroupResource with the specified
ResourceDescriptor and backed by the given
SCIMObject.resourceDescriptor - The resource descriptor for this SCIM resource.scimObject - The SCIMObject containing all the
SCIM attributes and their values.public String getDisplayName()
public GroupResource setDisplayName(String displayName)
displayName - the human readable name for the Group.public Collection<Entry<String>> getMembers()
public GroupResource setMembers(Collection<Entry<String>> members)
members - the list of member IDs of the Group.Copyright © 2011–2016 UnboundID. All rights reserved.