| 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 | Method and Description |
|---|---|
User.Builder |
User.Builder.addExtension(Extension extension)
Sets a Extension to the User (See
User.getExtension(String)). |
User.Builder |
User.Builder.addExtensions(Set<Extension> extensions)
Sets a List of Extension to the User (See
User.getAllExtensions()). |
User.Builder |
User.Builder.setActive(Boolean active)
Sets a Boolean value indicating the User's administrative status.
|
User.Builder |
User.Builder.setAddresses(List<Address> addresses)
Sets the physical mailing addresses for this User (See
User.getAddresses()). |
User.Builder |
User.Builder.setDisplayName(String displayName)
Sets the display name (See
User.getDisplayName()). |
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.setExternalId(String externalId) |
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.setId(String id) |
User.Builder |
User.Builder.setIms(List<MultiValuedAttribute> ims)
Sets the instant messaging addresses for the User (See
User.getIms()). |
User.Builder |
User.Builder.setLocale(String locale)
Sets the default location of the User (See
User.getLocale()). |
User.Builder |
User.Builder.setMeta(Meta meta) |
User.Builder |
User.Builder.setName(Name name)
Sets the components of the
User's real name (See User.getName()). |
User.Builder |
User.Builder.setNickName(String nickName)
Sets the nick name (See
User.getNickName()). |
User.Builder |
User.Builder.setPassword(String password)
Sets the User's clear text password (See
User.getPassword()). |
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.setPreferredLanguage(String preferredLanguage)
Sets the preferred language of the USer (See
User.getPreferredLanguage()). |
User.Builder |
User.Builder.setProfileUrl(String profileUrl)
Sets the profile URL (See
User.getProfileUrl()). |
User.Builder |
User.Builder.setRoles(List<MultiValuedAttribute> roles)
Sets a list of roles for the User (See
User.getRoles()). |
User.Builder |
User.Builder.setSchemas(Set<String> schemas) |
User.Builder |
User.Builder.setTimezone(String timezone)
Sets the User's time zone (See
User.getTimezone()). |
User.Builder |
User.Builder.setTitle(String title)
Sets the user's title (See
User.getTitle()). |
User.Builder |
User.Builder.setUserType(String userType)
Sets the user type (See
User.getUserType()). |
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.