Uses of Class
com.unboundid.scim.data.GroupResource

Packages that use GroupResource
com.unboundid.scim.data   
com.unboundid.scim.sdk   
 

Uses of GroupResource in com.unboundid.scim.data
 

Fields in com.unboundid.scim.data with type parameters of type GroupResource
static ResourceFactory<GroupResource> GroupResource.GROUP_RESOURCE_FACTORY
          A ResourceFactory for creating GroupResource instances.
 

Methods in com.unboundid.scim.data that return GroupResource
 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.
 

Uses of GroupResource in com.unboundid.scim.sdk
 

Methods in com.unboundid.scim.sdk that return types with arguments of type GroupResource
 SCIMEndpoint<GroupResource> SCIMService.getGroupEndpoint()
          Returns a SCIMEndpoint for the Groups endpoint defined in the core schema.
 



Copyright © 2011-2012 UnboundID. All Rights Reserved.