| Package | Description |
|---|---|
| org.osiam.resources.scim |
org.osiam.resources.scim is a group of representation classes for the json output of scim resources.
|
| Modifier and Type | Class and Description |
|---|---|
class |
Address
A physical mailing address for a User
For more detailed information please look at the SCIM core schema 2.0
|
class |
MemberRef
This class represents a
User or a Group which are members of an actual Group
For more detailed information please look at the SCIM core schema 2.0, sections 8
|
| Modifier and Type | Method and Description |
|---|---|
MultiValuedAttribute |
MultiValuedAttribute.Builder.build()
Builds a MultiValuedAttribute Object with the given parameters
|
| Modifier and Type | Method and Description |
|---|---|
List<MultiValuedAttribute> |
User.getEmails()
Gets all E-mail addresses for the User.
|
List<MultiValuedAttribute> |
User.getEntitlements()
Gets a list of entitlements for the user that represent a thing the User has.
|
List<MultiValuedAttribute> |
User.getGroups()
Gets a list of groups that the user belongs to.
|
List<MultiValuedAttribute> |
User.getIms()
Gets the instant messaging address for the user.
|
List<MultiValuedAttribute> |
User.getPhoneNumbers()
Gets the phone numbers for the user.
|
List<MultiValuedAttribute> |
User.getPhotos()
Gets the URL's of the photos of the user.
|
List<MultiValuedAttribute> |
User.getRoles()
Gets a list of roles for the user that collectively represent who the User is.
|
List<MultiValuedAttribute> |
User.getX509Certificates()
Gets a list of certificates issued to the user.
|
| Modifier and Type | Method and Description |
|---|---|
User.Builder |
User.Builder.setEmails(List<MultiValuedAttribute> emails)
Sets the E-mail addresses for the User (See
User.getEmails()). |
User.Builder |
User.Builder.setEntitlements(List<MultiValuedAttribute> entitlements)
Sets a list of entitlements for the User (See
User.getEntitlements()). |
User.Builder |
User.Builder.setGroups(List<MultiValuedAttribute> groups)
Sets a list of groups that the user belongs to (See
User.getGroups()) |
User.Builder |
User.Builder.setIms(List<MultiValuedAttribute> ims)
Sets the instant messaging addresses for the User (See
User.getIms()). |
User.Builder |
User.Builder.setPhoneNumbers(List<MultiValuedAttribute> phoneNumbers)
Sets the phone numbers for the User (See
User.getPhoneNumbers()). |
User.Builder |
User.Builder.setPhotos(List<MultiValuedAttribute> photos)
Sets the URL's of photo's of the User (See
User.getPhotos()). |
User.Builder |
User.Builder.setRoles(List<MultiValuedAttribute> roles)
Sets a list of roles for the User (See
User.getRoles()). |
User.Builder |
User.Builder.setX509Certificates(List<MultiValuedAttribute> x509Certificates)
Sets a list of certificates issued to the User (See
User.getX509Certificates()). |
Copyright © 2013. All Rights Reserved.