|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.unboundid.scim.data.BaseResource
com.unboundid.scim.data.GroupResource
public class GroupResource
This class represents a Group resource.
| Field Summary | |
|---|---|
static ResourceFactory<GroupResource> |
GROUP_RESOURCE_FACTORY
A ResourceFactory for creating GroupResource
instances. |
| Fields inherited from class com.unboundid.scim.data.BaseResource |
|---|
BASE_RESOURCE_FACTORY |
| Constructor Summary | |
|---|---|
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. |
|
| Method Summary | |
|---|---|
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. |
| Methods inherited from class com.unboundid.scim.data.BaseResource |
|---|
equals, getAttributeValues, getExternalId, getId, getMeta, getResourceDescriptor, getScimObject, getSingularAttributeValue, hashCode, marshal, setAttributeValues, setExternalId, setId, setMeta, setSingularAttributeValue, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public static final ResourceFactory<GroupResource> GROUP_RESOURCE_FACTORY
ResourceFactory for creating GroupResource
instances.
| Constructor Detail |
|---|
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.| Method Detail |
|---|
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.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||