| Package | Description |
|---|---|
| com.unboundid.scim.data | |
| com.unboundid.scim.schema |
| Modifier and Type | Field and Description |
|---|---|
static AttributeValueResolver<Entry<byte[]>> |
Entry.BINARIES_RESOLVER
The
AttributeValueResolver that resolves SCIM attribute values
to/from byte[] valued Entry instances. |
static AttributeValueResolver<Entry<Boolean>> |
Entry.BOOLEANS_RESOLVER
The
AttributeValueResolver that resolves SCIM attribute values
to/from Boolean valued Entry instances. |
static AttributeValueResolver<Entry<Date>> |
Entry.DATES_RESOLVER
The
AttributeValueResolver that resolves SCIM attribute values
to/from Date valued Entry instances. |
static AttributeValueResolver<Entry<String>> |
Entry.STRINGS_RESOLVER
The
AttributeValueResolver that resolves SCIM attribute values
to/from String valued Entry instances. |
| Modifier and Type | Method and Description |
|---|---|
Collection<Entry<String>> |
UserResource.getEmails()
Retrieves the E-mail addresses for the User.
|
Collection<Entry<String>> |
UserResource.getEntitlements()
Retrieves the list of entitlements for the User that represent a thing
the User has.
|
Collection<Entry<String>> |
UserResource.getGroups()
Retrieves the list of groups that the user belongs to.
|
Collection<Entry<String>> |
UserResource.getIms()
Retrieves the Instant messaging address for the User.
|
Collection<Entry<String>> |
GroupResource.getMembers()
Retrieves the list of member IDs of the Group.
|
Collection<Entry<String>> |
UserResource.getPhoneNumbers()
Retrieves the Phone numbers for the User.
|
Collection<Entry<String>> |
UserResource.getPhotos()
Retrieves the URL of a photo of the User.
|
Collection<Entry<String>> |
UserResource.getRoles()
Retrieves the list of roles for the User that collectively represent who
the User is; e.g., 'Student', "Faculty".
|
| Modifier and Type | Method and Description |
|---|---|
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.
|
GroupResource |
GroupResource.setMembers(Collection<Entry<String>> members)
Sets the list of member IDs of the Group.
|
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.setRoles(Collection<Entry<String>> roles)
Sets the list of roles for the User.
|
| Modifier and Type | Method and Description |
|---|---|
Collection<Entry<String>> |
AttributeDescriptor.getCanonicalValues()
Retrieves a list of canonical type values.
|
Copyright © 2011–2016 UnboundID. All rights reserved.