| Package | Description |
|---|---|
| com.unboundid.scim.data | |
| com.unboundid.scim.sdk |
| Modifier and Type | Field and Description |
|---|---|
static ResourceFactory<UserResource> |
UserResource.USER_RESOURCE_FACTORY
A
ResourceFactory for creating UserResource
instances. |
| Modifier and Type | Method and Description |
|---|---|
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.
|
| Modifier and Type | Method and Description |
|---|---|
SCIMEndpoint<UserResource> |
SCIMService.getUserEndpoint()
Returns a SCIMEndpoint for the Users endpoint defined in the core schema.
|
SCIMEndpoint<UserResource> |
SCIMService.getUserEndpoint(String userResourceName,
String usersEndpointName)
Returns a SCIMEndpoint for the Users endpoint defined in the core schema
with a custom user resource name and users endpoint name.
|
Copyright © 2011–2016 UnboundID. All rights reserved.