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

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

Uses of UserResource in com.unboundid.scim.data
 

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

Methods in com.unboundid.scim.data that return UserResource
 UserResource UserResource.setActive(Boolean active)
          Sets the User's administrative status.
 UserResource UserResource.setAddresses(Collection<Address> addresses)
          Sets the physical mailing address for this User.
 UserResource UserResource.setDisplayName(String displayName)
          Sets the name of the User, suitable for display to end-users.
 UserResource UserResource.setEmails(Collection<Entry<String>> emails)
          Sets the E-mail addresses for the User.
 UserResource UserResource.setEntitlements(Collection<Entry<String>> entitlements)
          Sets the list of entitlements for the User.
 UserResource UserResource.setGroups(Collection<Entry<String>> groups)
          Sets the list of groups that the user belongs to.
 UserResource UserResource.setIms(Collection<Entry<String>> ims)
          Sets the Instant messaging address for the User.
 UserResource UserResource.setLocale(String locale)
          Sets the User's default location for purposes of localizing items.
 UserResource UserResource.setName(Name name)
          Sets the components of the User's real name.
 UserResource UserResource.setNickName(String nickName)
          Sets the casual way to address the user in real life, e.g.
 UserResource UserResource.setPassword(String password)
          Sets the User's clear text password.
 UserResource UserResource.setPhoneNumbers(Collection<Entry<String>> phoneNumbers)
          Sets the Phone numbers for the User.
 UserResource UserResource.setPhotos(Collection<Entry<String>> photos)
          Sets the URL of a photo of the User.
 UserResource UserResource.setPreferredLanguage(String language)
          Sets the User's preferred written or spoken language.
 UserResource UserResource.setProfileUrl(String url)
          Sets the URL to a page representing the User's online profile.
 UserResource UserResource.setRoles(Collection<Entry<String>> roles)
          Sets the list of roles for the User.
 UserResource UserResource.setTimeZone(String timeZone)
          Sets the User's time zone in the public-domain time zone database format; e.g.,'America/Denver'.
 UserResource UserResource.setTitle(String title)
          Sets the user's title, such as "Vice President".
 UserResource UserResource.setUserName(String userName)
          Sets the Unique identifier for the User.
 UserResource UserResource.setUserType(String userType)
          Sets the the organization to user relationship.
 

Uses of UserResource in com.unboundid.scim.sdk
 

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



Copyright © 2011-2012 UnboundID. All Rights Reserved.