| 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 |
|---|---|
UpdateUser.Builder |
UpdateUser.Builder.addAddress(Address address)
adds a new address to the existing addresses of a existing user
|
UpdateUser.Builder |
UpdateUser.Builder.addEmail(Email email)
adds or updates a emil of an existing user if the .getValue() already exists a update will be done.
|
UpdateUser.Builder |
UpdateUser.Builder.addEntitlement(Entitlement entitlement)
adds or updates a entitlement to an existing user if the .getValue() already exists a update will be done.
|
UpdateUser.Builder |
UpdateUser.Builder.addIm(Im im)
adds or updates a ims to an existing user if the .getValue() already exists a update will be done.
|
UpdateUser.Builder |
UpdateUser.Builder.addPhoneNumber(PhoneNumber phoneNumber)
adds or updates a phoneNumber to an existing user if the .getValue() already exists a update will be done.
|
UpdateUser.Builder |
UpdateUser.Builder.addPhoto(Photo photo)
adds or updates a photo to an existing user if the .getValue() already exists a update will be done.
|
UpdateUser.Builder |
UpdateUser.Builder.addRole(Role role)
adds or updates a role of an existing user if the .getValue() already exists a update will be done.
|
UpdateUser.Builder |
UpdateUser.Builder.addX509Certificate(X509Certificate certificate)
adds or updates certificate to an existing user if the .getValue() already exists a update will be done.
|
UpdateUser.Builder |
UpdateUser.Builder.deleteAddress(Address address)
deletes the given address from the list of existing addresses of a existing user
|
UpdateUser.Builder |
UpdateUser.Builder.deleteAddresses()
deletes all existing addresses of the a existing user
|
UpdateUser.Builder |
UpdateUser.Builder.deleteDisplayName()
deletes the display name of a existing user
|
UpdateUser.Builder |
UpdateUser.Builder.deleteEmail(Email email)
deletes the given email of a existing user
|
UpdateUser.Builder |
UpdateUser.Builder.deleteEmails()
deletes all emails of a existing user
|
UpdateUser.Builder |
UpdateUser.Builder.deleteEntitlement(Entitlement entitlement)
deletes the entitlement of a existing user
|
UpdateUser.Builder |
UpdateUser.Builder.deleteEntitlements()
deletes all entitlements of a existing user
|
UpdateUser.Builder |
UpdateUser.Builder.deleteExtension(String urn)
deletes the given extension of a existing user
|
UpdateUser.Builder |
UpdateUser.Builder.deleteExtensionField(String urn,
String fieldName)
deletes the given extension field of a existing user
|
UpdateUser.Builder |
UpdateUser.Builder.deleteExternalId()
delete the external Id of a existing user
|
UpdateUser.Builder |
UpdateUser.Builder.deleteIm(Im im)
deletes the ims of a existing user
|
UpdateUser.Builder |
UpdateUser.Builder.deleteIms()
deletes all ims of a existing user
|
UpdateUser.Builder |
UpdateUser.Builder.deleteLocal()
delete the local value of a existing user
|
UpdateUser.Builder |
UpdateUser.Builder.deleteName()
deletes the name of a existing user
|
UpdateUser.Builder |
UpdateUser.Builder.deleteNickName()
deletes the nickName of a existing user
|
UpdateUser.Builder |
UpdateUser.Builder.deletePhoneNumber(PhoneNumber phoneNumber)
deletes the phonenumber of a existing user
|
UpdateUser.Builder |
UpdateUser.Builder.deletePhoneNumbers()
deletes all phonenumbers of a existing user
|
UpdateUser.Builder |
UpdateUser.Builder.deletePhoto(Photo photo)
deletes the photo of a existing user
|
UpdateUser.Builder |
UpdateUser.Builder.deletePhotos()
deletes all photos of a existing user
|
UpdateUser.Builder |
UpdateUser.Builder.deletePreferredLanguage()
delete the preferred Language of a existing user
|
UpdateUser.Builder |
UpdateUser.Builder.deleteProfileUrl()
deletes the profil Url of a existing user
|
UpdateUser.Builder |
UpdateUser.Builder.deleteRole(Role role)
deletes the given role of a existing user
|
UpdateUser.Builder |
UpdateUser.Builder.deleteRole(String role)
deletes the given role of a existing user
|
UpdateUser.Builder |
UpdateUser.Builder.deleteRoles()
deletes all roles of a existing user
|
UpdateUser.Builder |
UpdateUser.Builder.deleteTimezone()
deletes the timezone of a existing user
|
UpdateUser.Builder |
UpdateUser.Builder.deleteTitle()
deletes the title of a existing user
|
UpdateUser.Builder |
UpdateUser.Builder.deleteUserType()
deletes the user type of a existing user
|
UpdateUser.Builder |
UpdateUser.Builder.deleteX509Certificate(X509Certificate certificate)
deletes the given certificate of a existing user
|
UpdateUser.Builder |
UpdateUser.Builder.deleteX509Certificates()
deletes all X509Certificates of a existing user
|
UpdateUser.Builder |
UpdateUser.Builder.updateActive(boolean active)
updates the active status of a existing User to the given value
|
UpdateUser.Builder |
UpdateUser.Builder.updateAddress(Address oldAddress,
Address newAddress)
updates the old Address with the new one
|
UpdateUser.Builder |
UpdateUser.Builder.updateDisplayName(String displayName)
updates the display name of a existing user
|
UpdateUser.Builder |
UpdateUser.Builder.updateEmail(Email oldEmail,
Email newEmail)
updates the old Email with the new one
|
UpdateUser.Builder |
UpdateUser.Builder.updateEntitlement(Entitlement oldEntitlement,
Entitlement newEntitlement)
updates the old Entitlement with the new one
|
UpdateUser.Builder |
UpdateUser.Builder.updateExtension(Extension extension)
updates the given fields in the extension.
|
UpdateUser.Builder |
UpdateUser.Builder.updateExternalId(String externalId)
updates the external id of a existing user
|
UpdateUser.Builder |
UpdateUser.Builder.updateIm(Im oldIm,
Im newIm)
updates the old Ims with the new one
|
UpdateUser.Builder |
UpdateUser.Builder.updateLocale(String locale)
updates the local of a existing user
|
UpdateUser.Builder |
UpdateUser.Builder.updateName(Name name)
updates the name of a existing user
|
UpdateUser.Builder |
UpdateUser.Builder.updateNickName(String nickName)
updates the nickName of a existing user
|
UpdateUser.Builder |
UpdateUser.Builder.updatePassword(String password)
updates the password of a existing user
|
UpdateUser.Builder |
UpdateUser.Builder.updatePhoneNumber(PhoneNumber oldPhoneNumber,
PhoneNumber newPhoneNumber)
updates the old PhoneNumber with the new one
|
UpdateUser.Builder |
UpdateUser.Builder.updatePhoto(Photo oldPhoto,
Photo newPhoto)
updates the old Photo with the new one
|
UpdateUser.Builder |
UpdateUser.Builder.updatePreferredLanguage(String preferredLanguage)
updates the preferred language of a existing user
|
UpdateUser.Builder |
UpdateUser.Builder.updateProfileUrl(String profileUrl)
updates the profil URL of a existing user
|
UpdateUser.Builder |
UpdateUser.Builder.updateRole(Role oldRole,
Role newRole)
updates the old Role with the new one
|
UpdateUser.Builder |
UpdateUser.Builder.updateTimezone(String timezone)
updates the timezone of a existing user
|
UpdateUser.Builder |
UpdateUser.Builder.updateTitle(String title)
updates the title of a existing user
|
UpdateUser.Builder |
UpdateUser.Builder.updateUserName(String userName)
updates the nickName of a existing user
|
UpdateUser.Builder |
UpdateUser.Builder.updateUserType(String userType)
updates the user type of a existing user
|
UpdateUser.Builder |
UpdateUser.Builder.updateX509Certificate(X509Certificate oldCertificate,
X509Certificate newCertificate)
updates the old X509Certificate with the new one
|
Copyright © 2014. All Rights Reserved.