A B C D E F G H I J L M N O P Q R S T U V W X Y 

A

active - Static variable in class org.osiam.resources.scim.User_
 
addAddress(Address) - Method in class org.osiam.resources.scim.UpdateUser.Builder
adds a new address to the existing addresses of a existing user
addAddress(Address) - Method in class org.osiam.resources.scim.User.Builder
adds an Address to the User
addAddresses(Collection<Address>) - Method in class org.osiam.resources.scim.User.Builder
Adds the physical mailing addresses for this User (See User.getAddresses()).
addEmail(Email) - Method in class org.osiam.resources.scim.UpdateUser.Builder
adds or updates a emil of an existing user if the .getValue() already exists a update will be done.
addEmail(Email) - Method in class org.osiam.resources.scim.User.Builder
adds an email to the User
addEmails(Collection<Email>) - Method in class org.osiam.resources.scim.User.Builder
Adds the E-mail addresses for the User (See User.getEmails()).
addEntitlement(Entitlement) - Method in class org.osiam.resources.scim.UpdateUser.Builder
adds or updates a entitlement to an existing user if the .getValue() already exists a update will be done.
addEntitlement(Entitlement) - Method in class org.osiam.resources.scim.User.Builder
adds an Entitlement to the User
addEntitlements(Collection<Entitlement>) - Method in class org.osiam.resources.scim.User.Builder
Adds a collection of entitlements for the User (See User.getEntitlements()).
addExtension(Extension) - Method in class org.osiam.resources.scim.User.Builder
Sets a Extension to the User (See User.getExtension(String)).
addExtensions(Collection<Extension>) - Method in class org.osiam.resources.scim.User.Builder
Adds a collection of Extension to the User (See User.getExtensions()).
addIm(Im) - Method in class org.osiam.resources.scim.UpdateUser.Builder
adds or updates a ims to an existing user if the .getValue() already exists a update will be done.
addIm(Im) - Method in class org.osiam.resources.scim.User.Builder
adds an Im to the User
addIms(Collection<Im>) - Method in class org.osiam.resources.scim.User.Builder
Adds the instant messaging addresses for the User (See User.getIms()).
addMember(String) - Method in class org.osiam.resources.scim.UpdateGroup.Builder
adds a new membership of a group or a user to a existing group
addPhoneNumber(PhoneNumber) - Method in class org.osiam.resources.scim.UpdateUser.Builder
adds or updates a phoneNumber to an existing user if the .getValue() already exists a update will be done.
addPhoneNumber(PhoneNumber) - Method in class org.osiam.resources.scim.User.Builder
adds an phoneNumber to the User
addPhoneNumbers(Collection<PhoneNumber>) - Method in class org.osiam.resources.scim.User.Builder
Adds the phone numbers for the User (See User.getPhoneNumbers()).
addPhoto(Photo) - Method in class org.osiam.resources.scim.UpdateUser.Builder
adds or updates a photo to an existing user if the .getValue() already exists a update will be done.
addPhoto(Photo) - Method in class org.osiam.resources.scim.User.Builder
adds an Photo to the User
addPhotos(Collection<Photo>) - Method in class org.osiam.resources.scim.User.Builder
Adds the URL's of photo's of the User (See User.getPhotos()).
Address - Class in org.osiam.resources.scim
A physical mailing address for a User For more detailed information please look at the SCIM core schema 2.0
Address.Builder - Class in org.osiam.resources.scim
Builder class that is used to build Address instances
Address.Builder() - Constructor for class org.osiam.resources.scim.Address.Builder
 
Address.Builder(Address) - Constructor for class org.osiam.resources.scim.Address.Builder
builds an Builder based of the given Attribute
Address.Type - Class in org.osiam.resources.scim
Represents an address type.
Address.Type(String) - Constructor for class org.osiam.resources.scim.Address.Type
 
addresses - Static variable in class org.osiam.resources.scim.User_
 
addRole(Role) - Method in class org.osiam.resources.scim.UpdateUser.Builder
adds or updates a role of an existing user if the .getValue() already exists a update will be done.
addRole(Role) - Method in class org.osiam.resources.scim.User.Builder
adds an Role to the User
addRoles(Collection<Role>) - Method in class org.osiam.resources.scim.User.Builder
Sets a list of roles for the User (See User.getRoles()).
addSchema(String) - Method in class org.osiam.resources.scim.Resource.Builder
 
addX509Certificate(X509Certificate) - Method in class org.osiam.resources.scim.UpdateUser.Builder
adds or updates certificate to an existing user if the .getValue() already exists a update will be done.
addX509Certificate(X509Certificate) - Method in class org.osiam.resources.scim.User.Builder
adds an X509Certificate to the User
addX509Certificates(Collection<X509Certificate>) - Method in class org.osiam.resources.scim.User.Builder
Sets a collection of certificates issued to the User (See User.getX509Certificates()).
AIM - Static variable in class org.osiam.resources.scim.Im.Type
 
Attribute<O,T> - Class in org.osiam.resources.scim.meta
 
Attribute(String, Class<O>, Class<T>) - Constructor for class org.osiam.resources.scim.meta.Attribute
 

B

BASE64 - Static variable in class org.osiam.resources.data.DataURI
 
BINARY - Static variable in class org.osiam.resources.scim.ExtensionFieldType
ExtensionFieldType for the Scim type Binary (actual type is ByteBuffer)
BOOLEAN - Static variable in class org.osiam.resources.scim.ExtensionFieldType
ExtensionFieldType for the Scim type Boolean (actual type is Boolean)
build() - Method in class org.osiam.resources.scim.Address.Builder
 
build() - Method in class org.osiam.resources.scim.Email.Builder
 
build() - Method in class org.osiam.resources.scim.Enterprise.Builder
 
build() - Method in class org.osiam.resources.scim.Entitlement.Builder
 
build() - Method in class org.osiam.resources.scim.Extension.Builder
 
build() - Method in class org.osiam.resources.scim.Group.Builder
 
build() - Method in class org.osiam.resources.scim.GroupRef.Builder
 
build() - Method in class org.osiam.resources.scim.Im.Builder
 
build() - Method in class org.osiam.resources.scim.MemberRef.Builder
 
build() - Method in class org.osiam.resources.scim.Meta.Builder
Builds a Meta Object with the given parameters
build() - Method in class org.osiam.resources.scim.MultiValuedAttribute.Builder
Builds a new Attribute with the given parameters
build() - Method in class org.osiam.resources.scim.Name.Builder
Builds a Name Object with the given parameters
build() - Method in class org.osiam.resources.scim.PhoneNumber.Builder
 
build() - Method in class org.osiam.resources.scim.Photo.Builder
 
build() - Method in class org.osiam.resources.scim.Resource.Builder
Builds the Object of the Builder
build() - Method in class org.osiam.resources.scim.Role.Builder
 
build() - Method in class org.osiam.resources.scim.UpdateGroup.Builder
constructs a UpdateGroup with the given values
build() - Method in class org.osiam.resources.scim.UpdateUser.Builder
constructs a UpdateUser with the given values
build() - Method in class org.osiam.resources.scim.User.Builder
 
build() - Method in class org.osiam.resources.scim.X509Certificate.Builder
 

C

Constants - Interface in org.osiam.resources.scim
Some needed Constants
createConversionException(String, String, Throwable) - Method in class org.osiam.resources.scim.ExtensionFieldType
 
createConversionException(String, String) - Method in class org.osiam.resources.scim.ExtensionFieldType
 

D

DATA - Static variable in class org.osiam.resources.data.DataURI
 
DataURI - Class in org.osiam.resources.data
A URI of the form data:[][;base64],
DataURI(String) - Constructor for class org.osiam.resources.data.DataURI
 
DataURI(URI) - Constructor for class org.osiam.resources.data.DataURI
 
DataURI(InputStream) - Constructor for class org.osiam.resources.data.DataURI
 
DATE_TIME - Static variable in class org.osiam.resources.scim.ExtensionFieldType
ExtensionFieldType for the Scim type DateTime (actual type is Date).
DECIMAL - Static variable in class org.osiam.resources.scim.ExtensionFieldType
ExtensionFieldType for the Scim type Decimal (actual type is BigDecimal)
deleteAddress(Address) - Method in class org.osiam.resources.scim.UpdateUser.Builder
deletes the given address from the list of existing addresses of a existing user
deleteAddresses() - Method in class org.osiam.resources.scim.UpdateUser.Builder
deletes all existing addresses of the a existing user
deleteDisplayName() - Method in class org.osiam.resources.scim.UpdateUser.Builder
deletes the display name of a existing user
deleteEmail(Email) - Method in class org.osiam.resources.scim.UpdateUser.Builder
deletes the given email of a existing user
deleteEmails() - Method in class org.osiam.resources.scim.UpdateUser.Builder
deletes all emails of a existing user
deleteEntitlement(Entitlement) - Method in class org.osiam.resources.scim.UpdateUser.Builder
deletes the entitlement of a existing user
deleteEntitlements() - Method in class org.osiam.resources.scim.UpdateUser.Builder
deletes all entitlements of a existing user
deleteExtension(String) - Method in class org.osiam.resources.scim.UpdateUser.Builder
deletes the given extension of a existing user
deleteExtensionField(String, String) - Method in class org.osiam.resources.scim.UpdateUser.Builder
deletes the given extension field of a existing user
deleteExternalId() - Method in class org.osiam.resources.scim.UpdateGroup.Builder
delete the external Id of a existing group
deleteExternalId() - Method in class org.osiam.resources.scim.UpdateUser.Builder
delete the external Id of a existing user
deleteIm(Im) - Method in class org.osiam.resources.scim.UpdateUser.Builder
deletes the ims of a existing user
deleteIms() - Method in class org.osiam.resources.scim.UpdateUser.Builder
deletes all ims of a existing user
deleteLocal() - Method in class org.osiam.resources.scim.UpdateUser.Builder
delete the local value of a existing user
deleteMember(String) - Method in class org.osiam.resources.scim.UpdateGroup.Builder
removes the membership of the given group or user in a existing group
deleteMembers() - Method in class org.osiam.resources.scim.UpdateGroup.Builder
deletes all group members of a existing group
deleteName() - Method in class org.osiam.resources.scim.UpdateUser.Builder
deletes the name of a existing user
deleteNickName() - Method in class org.osiam.resources.scim.UpdateUser.Builder
deletes the nickName of a existing user
deletePhoneNumber(PhoneNumber) - Method in class org.osiam.resources.scim.UpdateUser.Builder
deletes the phonenumber of a existing user
deletePhoneNumbers() - Method in class org.osiam.resources.scim.UpdateUser.Builder
deletes all phonenumbers of a existing user
deletePhoto(Photo) - Method in class org.osiam.resources.scim.UpdateUser.Builder
deletes the photo of a existing user
deletePhotos() - Method in class org.osiam.resources.scim.UpdateUser.Builder
deletes all photos of a existing user
deletePreferredLanguage() - Method in class org.osiam.resources.scim.UpdateUser.Builder
delete the preferred Language of a existing user
deleteProfileUrl() - Method in class org.osiam.resources.scim.UpdateUser.Builder
deletes the profil Url of a existing user
deleteRole(Role) - Method in class org.osiam.resources.scim.UpdateUser.Builder
deletes the given role of a existing user
deleteRole(String) - Method in class org.osiam.resources.scim.UpdateUser.Builder
deletes the given role of a existing user
deleteRoles() - Method in class org.osiam.resources.scim.UpdateUser.Builder
deletes all roles of a existing user
deleteTimezone() - Method in class org.osiam.resources.scim.UpdateUser.Builder
deletes the timezone of a existing user
deleteTitle() - Method in class org.osiam.resources.scim.UpdateUser.Builder
deletes the title of a existing user
deleteUserType() - Method in class org.osiam.resources.scim.UpdateUser.Builder
deletes the user type of a existing user
deleteX509Certificate(X509Certificate) - Method in class org.osiam.resources.scim.UpdateUser.Builder
deletes the given certificate of a existing user
deleteX509Certificates() - Method in class org.osiam.resources.scim.UpdateUser.Builder
deletes all X509Certificates of a existing user
deserialize(JsonParser, DeserializationContext) - Method in class org.osiam.resources.helper.UserDeserializer
 
DIRECT - Static variable in class org.osiam.resources.scim.GroupRef.Type
The User is direct in the actual Group
displayName - Static variable in class org.osiam.resources.scim.Group_
 
displayName - Static variable in class org.osiam.resources.scim.User_
 

E

Email - Class in org.osiam.resources.scim
This class represents a email attribute.
Email.Builder - Class in org.osiam.resources.scim
Builder class that is used to build Email instances
Email.Builder() - Constructor for class org.osiam.resources.scim.Email.Builder
 
Email.Builder(Email) - Constructor for class org.osiam.resources.scim.Email.Builder
builds an Builder based of the given Attribute
Email.Type - Class in org.osiam.resources.scim
Represents an email type.
Email.Type(String) - Constructor for class org.osiam.resources.scim.Email.Type
 
emails - Static variable in class org.osiam.resources.scim.User_
 
ensureValueIsNotNull(Object) - Method in class org.osiam.resources.scim.ExtensionFieldType
 
Enterprise - Class in org.osiam.resources.scim
Java class for extension enterprise.
Enterprise.Builder - Class in org.osiam.resources.scim
 
Enterprise.Builder() - Constructor for class org.osiam.resources.scim.Enterprise.Builder
 
Entitlement - Class in org.osiam.resources.scim
This class represents a entitlement attribute.
Entitlement.Builder - Class in org.osiam.resources.scim
Builder class that is used to build Entitlement instances
Entitlement.Builder() - Constructor for class org.osiam.resources.scim.Entitlement.Builder
 
Entitlement.Builder(Entitlement) - Constructor for class org.osiam.resources.scim.Entitlement.Builder
builds an Builder based of the given Attribute
Entitlement.Type - Class in org.osiam.resources.scim
Represents an entitlement type.
Entitlement.Type(String) - Constructor for class org.osiam.resources.scim.Entitlement.Type
 
entitlements - Static variable in class org.osiam.resources.scim.User_
 
equals(Object) - Method in class org.osiam.resources.data.DataURI
 
equals(Object) - Method in class org.osiam.resources.scim.Address
 
equals(Object) - Method in class org.osiam.resources.scim.Email
 
equals(Object) - Method in class org.osiam.resources.scim.Entitlement
 
equals(Object) - Method in class org.osiam.resources.scim.Extension
 
equals(Object) - Method in class org.osiam.resources.scim.Extension.Field
 
equals(Object) - Method in class org.osiam.resources.scim.GroupRef
 
equals(Object) - Method in class org.osiam.resources.scim.Im
 
equals(Object) - Method in class org.osiam.resources.scim.MemberRef
 
equals(Object) - Method in class org.osiam.resources.scim.Meta
 
equals(Object) - Method in class org.osiam.resources.scim.MultiValuedAttribute
 
equals(Object) - Method in class org.osiam.resources.scim.MultiValuedAttributeType
 
equals(Object) - Method in class org.osiam.resources.scim.Name
 
equals(Object) - Method in class org.osiam.resources.scim.PhoneNumber
 
equals(Object) - Method in class org.osiam.resources.scim.Photo
 
equals(Object) - Method in class org.osiam.resources.scim.Resource
 
Extension - Class in org.osiam.resources.scim
This class represents a schema extension.
Extension() - Constructor for class org.osiam.resources.scim.Extension
Default constructor for Jackson
Extension.Builder - Class in org.osiam.resources.scim
Builder class that is used to build Extension instances
Extension.Builder(String) - Constructor for class org.osiam.resources.scim.Extension.Builder
Constructs an extension with the given urn.
Extension.Builder(Extension) - Constructor for class org.osiam.resources.scim.Extension.Builder
Constructs an extension based on the given extension.
Extension.Field - Class in org.osiam.resources.scim
This class represents a field of an extension with its type and value.
Extension.Field(ExtensionFieldType<?>, String) - Constructor for class org.osiam.resources.scim.Extension.Field
Constructs a new Extension.Field with the given type and value.
ExtensionFieldType<T> - Class in org.osiam.resources.scim
This enum like class represents the valid extension field types.
extensions - Static variable in class org.osiam.resources.scim.User_
 
ExtensionSerializer - Class in org.osiam.resources.helper
 
ExtensionSerializer() - Constructor for class org.osiam.resources.helper.ExtensionSerializer
 
externalId - Variable in class org.osiam.resources.scim.Resource.Builder
 
externalId - Static variable in class org.osiam.resources.scim.Resource_
 

F

FAX - Static variable in class org.osiam.resources.scim.PhoneNumber.Type
 
fromString(String) - Method in class org.osiam.resources.scim.ExtensionFieldType
Converts the given String to the actual type.

G

getAddresses() - Method in class org.osiam.resources.scim.User
Gets the physical mailing addresses for this user.
getAsInputStream() - Method in class org.osiam.resources.data.DataURI
 
getAsURI() - Method in class org.osiam.resources.data.DataURI
 
getAttributes() - Method in class org.osiam.resources.scim.Meta
Gets the attributes to be deleted from the Resource For more detailed information please look at the SCIM core schema 2.0, section 5
getCostCenter() - Method in class org.osiam.resources.scim.Enterprise
 
getCountry() - Method in class org.osiam.resources.scim.Address
Gets the country name in ISO 3166-1 alpha 2 format, e.g.
getCreated() - Method in class org.osiam.resources.scim.Meta
Gets the date when the Resource was created
getDepartment() - Method in class org.osiam.resources.scim.Enterprise
 
getDisplay() - Method in class org.osiam.resources.scim.Email
 
getDisplay() - Method in class org.osiam.resources.scim.Entitlement
 
getDisplay() - Method in class org.osiam.resources.scim.GroupRef
 
getDisplay() - Method in class org.osiam.resources.scim.Im
 
getDisplay() - Method in class org.osiam.resources.scim.MemberRef
 
getDisplay() - Method in class org.osiam.resources.scim.MultiValuedAttribute
Gets the human readable name, primarily used for display purposes.
getDisplay() - Method in class org.osiam.resources.scim.PhoneNumber
 
getDisplay() - Method in class org.osiam.resources.scim.Photo
 
getDisplay() - Method in class org.osiam.resources.scim.Role
 
getDisplay() - Method in class org.osiam.resources.scim.X509Certificate
 
getDisplayName() - Method in class org.osiam.resources.scim.Group
Gets the human readable name of this Group.
getDisplayName() - Method in class org.osiam.resources.scim.Manager
Gets the value of the displayName property.
getDisplayName() - Method in class org.osiam.resources.scim.User
Gets the name of the User, suitable for display to end-users.
getDivision() - Method in class org.osiam.resources.scim.Enterprise
 
getEmails() - Method in class org.osiam.resources.scim.User
Gets all E-mail addresses for the User.
getEmployeeNumber() - Method in class org.osiam.resources.scim.Enterprise
 
getEntitlements() - Method in class org.osiam.resources.scim.User
Gets a list of entitlements for the user that represent a thing the User has.
getExtension(String) - Method in class org.osiam.resources.scim.User
Provides the Extension with the given URN
getExtensions() - Method in class org.osiam.resources.scim.User
Provides an unmodifiable view of all additional Extension fields of the user
getExternalId() - Method in class org.osiam.resources.scim.Resource
Gets the external Id of the resource.
getFamilyName() - Method in class org.osiam.resources.scim.Name
Gets the family name of the User.
getField(String, ExtensionFieldType<T>) - Method in class org.osiam.resources.scim.Extension
Return the value for the field with a given name and type.
getField() - Method in class org.osiam.resources.scim.meta.Attribute
 
getFieldAsBoolean(String) - Method in class org.osiam.resources.scim.Extension
Return the value for the field with a given name as boolean.
getFieldAsByteBuffer(String) - Method in class org.osiam.resources.scim.Extension
Return the value for the field with a given name as ByteBuffer.
getFieldAsDate(String) - Method in class org.osiam.resources.scim.Extension
Return the value for the field with a given name as Date.
getFieldAsDecimal(String) - Method in class org.osiam.resources.scim.Extension
Return the value for the field with a given name as BigDecimal.
getFieldAsInteger(String) - Method in class org.osiam.resources.scim.Extension
Return the value for the field with a given name as BigInteger.
getFieldAsReference(String) - Method in class org.osiam.resources.scim.Extension
Return the value for the field with a given name as URI.
getFieldAsString(String) - Method in class org.osiam.resources.scim.Extension
Return the value for the field with a given name as String.
getFields() - Method in class org.osiam.resources.scim.Extension
Provides a Map containing the entries of the extension.
getFormatted() - Method in class org.osiam.resources.scim.Address
Gets the full mailing address, formatted for display or use with a mailing label.
getFormatted() - Method in class org.osiam.resources.scim.Name
Gets the full name, including all middle names, titles, and suffixes as appropriate, formatted for display.
getGivenName() - Method in class org.osiam.resources.scim.Name
Gets the given (first) name of the User.
getGroups() - Method in class org.osiam.resources.scim.User
Gets a list of groups that the user belongs to.
getHonorificPrefix() - Method in class org.osiam.resources.scim.Name
Gets the honorific prefix(es) of the User.
getHonorificSuffix() - Method in class org.osiam.resources.scim.Name
Gets the honorific suffix(es) of the User.
getId() - Method in class org.osiam.resources.scim.Resource
Gets the Id of the resource.
getIms() - Method in class org.osiam.resources.scim.User
Gets the instant messaging address for the user.
getItemsPerPage() - Method in class org.osiam.resources.scim.SCIMSearchResult
The number of Resources returned in a list response page.
getLastModified() - Method in class org.osiam.resources.scim.Meta
Gets the date when the Resource was last modified
getLocale() - Method in class org.osiam.resources.scim.User
Gets the default location of the User in ISO 639-1 two letter language code, e.g.
getLocality() - Method in class org.osiam.resources.scim.Address
Gets the city or locality
getLocation() - Method in class org.osiam.resources.scim.Meta
Gets the URI of the Resource being returned.
getManager() - Method in class org.osiam.resources.scim.Enterprise
 
getManagerId() - Method in class org.osiam.resources.scim.Manager
Gets the value of the managerId property.
getMembers() - Method in class org.osiam.resources.scim.Group
Gets the list of members of this Group.
getMeta() - Method in class org.osiam.resources.scim.Resource
Gets the meta attribute
getMiddleName() - Method in class org.osiam.resources.scim.Name
Gets the middle name(s) of the User.
getMimeType() - Method in class org.osiam.resources.data.DataURI
a mime type e.g. image/png
getName() - Method in class org.osiam.resources.scim.ExtensionFieldType
Returns the name of the ExtensionFieldType
getName() - Method in class org.osiam.resources.scim.meta.Attribute
 
getName() - Method in class org.osiam.resources.scim.User
Gets the components of the User's real name.
getNickName() - Method in class org.osiam.resources.scim.User
Gets the casual way to address the user in real life, For more detailed information please look at the SCIM core schema 2.0, section 6
getOperation() - Method in class org.osiam.resources.scim.Address
 
getOperation() - Method in class org.osiam.resources.scim.Email
 
getOperation() - Method in class org.osiam.resources.scim.Entitlement
 
getOperation() - Method in class org.osiam.resources.scim.Im
 
getOperation() - Method in class org.osiam.resources.scim.MemberRef
 
getOperation() - Method in class org.osiam.resources.scim.MultiValuedAttribute
Gets the operation applied during a PATCH request.
getOperation() - Method in class org.osiam.resources.scim.PhoneNumber
 
getOperation() - Method in class org.osiam.resources.scim.Photo
 
getOperation() - Method in class org.osiam.resources.scim.Role
 
getOperation() - Method in class org.osiam.resources.scim.X509Certificate
 
getOrganization() - Method in class org.osiam.resources.scim.Enterprise
 
getPassword() - Method in class org.osiam.resources.scim.User
Gets the password from the User.
getPhoneNumbers() - Method in class org.osiam.resources.scim.User
Gets the phone numbers for the user.
getPhotos() - Method in class org.osiam.resources.scim.User
Gets the URL's of the photos of the user.
getPostalCode() - Method in class org.osiam.resources.scim.Address
Gets the postal code
getPreferredLanguage() - Method in class org.osiam.resources.scim.User
Gets the preferred written or spoken language of the User in ISO 3166-1 alpha 2 format, e.g.
getPrimaryOrFirstEmail(User) - Static method in class org.osiam.resources.helper.SCIMHelper
try to extract an email from the User.
getProfileUrl() - Method in class org.osiam.resources.scim.User
Gets a fully qualified URL to a page representing the User's online profile.
getReference() - Method in class org.osiam.resources.scim.GroupRef
 
getReference() - Method in class org.osiam.resources.scim.MemberRef
 
getReference() - Method in class org.osiam.resources.scim.MultiValuedAttribute
Gets the reference to the actual SCIM Resource.
getRegion() - Method in class org.osiam.resources.scim.Address
Gets the state or region
getResources() - Method in class org.osiam.resources.scim.SCIMSearchResult
gets a list of found Users or Groups
getResourceType() - Method in class org.osiam.resources.scim.Meta
Gets the type of the Resource (User or Group)
getRoles() - Method in class org.osiam.resources.scim.User
Gets a list of roles for the user that collectively represent who the User is e.g., 'Student', "Faculty" For more detailed information please look at the SCIM core schema 2.0, section 6.2
getSchemas() - Method in class org.osiam.resources.scim.Resource
Gets the list of defined schemas
getSchemas() - Method in class org.osiam.resources.scim.SCIMSearchResult
Gets the schemas of the search result
getScimConformUpdateGroup() - Method in class org.osiam.resources.scim.UpdateGroup
the Scim conform Group to be used to update a existing Group
getScimConformUpdateUser() - Method in class org.osiam.resources.scim.UpdateUser
the Scim conform User to be used to update a existing User
getStartIndex() - Method in class org.osiam.resources.scim.SCIMSearchResult
The 1-based index of the first result in the current set of list results.
getStreetAddress() - Method in class org.osiam.resources.scim.Address
Gets the full street address, which may include house number, street name, etc.
getTimezone() - Method in class org.osiam.resources.scim.User
Gets the User's time zone in the "Olson" timezone database format For more detailed information please look at the SCIM core schema 2.0, section 6
getTitle() - Method in class org.osiam.resources.scim.User
The user's title, such as "Vice President."
getTotalResults() - Method in class org.osiam.resources.scim.SCIMSearchResult
The total number of results returned by the list or query operation.
getType() - Method in class org.osiam.resources.scim.Address
Gets the type of the attribute.
getType() - Method in class org.osiam.resources.scim.Email
Gets the type of the attribute.
getType() - Method in class org.osiam.resources.scim.Entitlement
Gets the type of the attribute.
getType() - Method in class org.osiam.resources.scim.Extension.Field
Returns the type of the Extension.Field
getType() - Method in class org.osiam.resources.scim.GroupRef
Gets the type of the attribute.
getType() - Method in class org.osiam.resources.scim.Im
Gets the type of the attribute.
getType() - Method in class org.osiam.resources.scim.MemberRef
Gets the type of the attribute.
getType() - Method in class org.osiam.resources.scim.PhoneNumber
Gets the type of the attribute.
getType() - Method in class org.osiam.resources.scim.Photo
Gets the type of the attribute.
getType() - Method in class org.osiam.resources.scim.Role
Gets the type of the attribute.
getType() - Method in class org.osiam.resources.scim.X509Certificate
Gets the type of the attribute.
getUrn() - Method in class org.osiam.resources.scim.Extension
Returns the URN of this extension.
getUserName() - Method in class org.osiam.resources.scim.User
Gets the unique identifier for the User.
getUserType() - Method in class org.osiam.resources.scim.User
Gets the type of the User For more detailed information please look at the SCIM core schema 2.0, section 6
getValue() - Method in class org.osiam.resources.scim.Email
 
getValue() - Method in class org.osiam.resources.scim.Entitlement
 
getValue() - Method in class org.osiam.resources.scim.Extension.Field
Returns the value of the Extension.Field
getValue() - Method in class org.osiam.resources.scim.GroupRef
 
getValue() - Method in class org.osiam.resources.scim.Im
 
getValue() - Method in class org.osiam.resources.scim.MemberRef
 
getValue() - Method in class org.osiam.resources.scim.MultiValuedAttribute
Gets the attribute's significant value; e.g., the e-mail address, phone number etc.
getValue() - Method in class org.osiam.resources.scim.MultiValuedAttributeType
 
getValue() - Method in class org.osiam.resources.scim.PhoneNumber
 
getValue() - Method in class org.osiam.resources.scim.Role
 
getValue() - Method in class org.osiam.resources.scim.X509Certificate
 
getValueAsImageDataURI() - Method in class org.osiam.resources.scim.Photo
the value of the photo as ImageDataURI.
getValueAsURI() - Method in class org.osiam.resources.scim.Photo
the value of the photo as URI.
getValueType() - Method in class org.osiam.resources.scim.Photo
 
getVersion() - Method in class org.osiam.resources.scim.Meta
Gets the version of the Resource being returned.
getX509Certificates() - Method in class org.osiam.resources.scim.User
Gets a list of certificates issued to the user.
Group - Class in org.osiam.resources.scim
This class represent a Group resource.
GROUP - Static variable in class org.osiam.resources.scim.MemberRef.Type
indicates that the member is a Group
Group.Builder - Class in org.osiam.resources.scim
Builder class that is used to build Group instances
Group.Builder(String, Group) - Constructor for class org.osiam.resources.scim.Group.Builder
creates a new Group.Builder based on the given displayName and group.
Group.Builder() - Constructor for class org.osiam.resources.scim.Group.Builder
creates a new Group without a displayName
Group.Builder(Group) - Constructor for class org.osiam.resources.scim.Group.Builder
Constructs a new builder by copying all values from the given Group
Group.Builder(String) - Constructor for class org.osiam.resources.scim.Group.Builder
Constructs a new builder and sets the display name (See Group.getDisplayName()).
Group_ - Class in org.osiam.resources.scim
 
GROUP_CORE_SCHEMA - Static variable in interface org.osiam.resources.scim.Constants
 
GroupRef - Class in org.osiam.resources.scim
This class represents a Reference of a Group For more detailed information please look at the SCIM core schema 2.0, section 3.2
GroupRef.Builder - Class in org.osiam.resources.scim
Builder class that is used to build GroupRef instances
GroupRef.Builder() - Constructor for class org.osiam.resources.scim.GroupRef.Builder
 
GroupRef.Type - Class in org.osiam.resources.scim
Represents an Group reference type.
groups - Static variable in class org.osiam.resources.scim.User_
 
GTALK - Static variable in class org.osiam.resources.scim.Im.Type
 

H

hashCode() - Method in class org.osiam.resources.data.DataURI
 
hashCode() - Method in class org.osiam.resources.scim.Address
 
hashCode() - Method in class org.osiam.resources.scim.Email
 
hashCode() - Method in class org.osiam.resources.scim.Entitlement
 
hashCode() - Method in class org.osiam.resources.scim.Extension.Field
 
hashCode() - Method in class org.osiam.resources.scim.Extension
 
hashCode() - Method in class org.osiam.resources.scim.GroupRef
 
hashCode() - Method in class org.osiam.resources.scim.Im
 
hashCode() - Method in class org.osiam.resources.scim.MemberRef
 
hashCode() - Method in class org.osiam.resources.scim.Meta
 
hashCode() - Method in class org.osiam.resources.scim.MultiValuedAttribute
 
hashCode() - Method in class org.osiam.resources.scim.MultiValuedAttributeType
 
hashCode() - Method in class org.osiam.resources.scim.Name
 
hashCode() - Method in class org.osiam.resources.scim.PhoneNumber
 
hashCode() - Method in class org.osiam.resources.scim.Photo
 
hashCode() - Method in class org.osiam.resources.scim.Resource
 
HOME - Static variable in class org.osiam.resources.scim.Address.Type
 
HOME - Static variable in class org.osiam.resources.scim.Email.Type
 
HOME - Static variable in class org.osiam.resources.scim.PhoneNumber.Type
 

I

ICQ - Static variable in class org.osiam.resources.scim.Im.Type
 
id - Static variable in class org.osiam.resources.scim.Resource_
 
Im - Class in org.osiam.resources.scim
This class represents a Im attribute.
Im.Builder - Class in org.osiam.resources.scim
Builder class that is used to build Im instances
Im.Builder() - Constructor for class org.osiam.resources.scim.Im.Builder
 
Im.Builder(Im) - Constructor for class org.osiam.resources.scim.Im.Builder
builds an Builder based of the given Attribute
Im.Type - Class in org.osiam.resources.scim
Represents an IM type.
Im.Type(String) - Constructor for class org.osiam.resources.scim.Im.Type
 
IMAGE_MIME_TYPE - Static variable in class org.osiam.resources.data.ImageDataURI
 
ImageDataURI - Class in org.osiam.resources.data
A URI of the form data:image/[image extension][;base64],
ImageDataURI(String) - Constructor for class org.osiam.resources.data.ImageDataURI
 
ImageDataURI(URI) - Constructor for class org.osiam.resources.data.ImageDataURI
 
ImageDataURI(InputStream) - Constructor for class org.osiam.resources.data.ImageDataURI
 
ims - Static variable in class org.osiam.resources.scim.User_
 
INDIRECT - Static variable in class org.osiam.resources.scim.GroupRef.Type
The User is not direct in the actual Group but in a Group that is in the actual Group
INTEGER - Static variable in class org.osiam.resources.scim.ExtensionFieldType
ExtensionFieldType for the Scim type Integer (actual type is BigInteger)
isActive() - Method in class org.osiam.resources.scim.User
Gets a Boolean that indicates the User's administrative status.
isEmpty() - Method in class org.osiam.resources.scim.Name
Checks if this Name is empty, i.e. all properties are empty or null.
isExtensionPresent(String) - Method in class org.osiam.resources.scim.User
Checks if an extension with the given urn is present because an extension is not returned if no field is set
isFieldPresent(String) - Method in class org.osiam.resources.scim.Extension
Checks if the given field is present in this extension because not every field is mandatory (according to scim 2.0 spec).
isPrimary() - Method in class org.osiam.resources.scim.Address
 
isPrimary() - Method in class org.osiam.resources.scim.Email
 
isPrimary() - Method in class org.osiam.resources.scim.Entitlement
 
isPrimary() - Method in class org.osiam.resources.scim.Im
 
isPrimary() - Method in class org.osiam.resources.scim.MultiValuedAttribute
Gets a Boolean value indicating the 'primary' or preferred attribute value for this attribute.
isPrimary() - Method in class org.osiam.resources.scim.PhoneNumber
 
isPrimary() - Method in class org.osiam.resources.scim.Photo
 
isPrimary() - Method in class org.osiam.resources.scim.Role
 
isPrimary() - Method in class org.osiam.resources.scim.X509Certificate
 

J

JsonDateSerializer - Class in org.osiam.resources.helper
Jackson serializer for Date
JsonDateSerializer() - Constructor for class org.osiam.resources.helper.JsonDateSerializer
 

L

locale - Static variable in class org.osiam.resources.scim.User_
 

M

Manager - Class in org.osiam.resources.scim
Java class for manager complex type.
Manager(String, String) - Constructor for class org.osiam.resources.scim.Manager
 
MapAttribute<O,K,V> - Class in org.osiam.resources.scim.meta
 
MapAttribute(String, Class<O>, Class<V>) - Constructor for class org.osiam.resources.scim.meta.MapAttribute
 
MAX_RESULT - Static variable in interface org.osiam.resources.scim.Constants
 
MemberRef - Class in org.osiam.resources.scim
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
MemberRef.Builder - Class in org.osiam.resources.scim
The Builder class is used to construct instances of the MemberRef
MemberRef.Builder() - Constructor for class org.osiam.resources.scim.MemberRef.Builder
 
MemberRef.Builder(MemberRef) - Constructor for class org.osiam.resources.scim.MemberRef.Builder
builds an Builder based of the given Attribute
MemberRef.Builder(Resource) - Constructor for class org.osiam.resources.scim.MemberRef.Builder
builds an Builder based of the given User or Group
MemberRef.Type - Class in org.osiam.resources.scim
Represents an Member reference type.
members - Static variable in class org.osiam.resources.scim.Group_
 
Meta - Class in org.osiam.resources.scim
This class represents the meta data of a resource.
meta - Static variable in class org.osiam.resources.scim.Resource_
 
Meta.Builder - Class in org.osiam.resources.scim
Builder class that is used to build Meta instances
Meta.Builder() - Constructor for class org.osiam.resources.scim.Meta.Builder
Constructs a new builder with the created and last modified time set to the current time
Meta.Builder(Date, Date) - Constructor for class org.osiam.resources.scim.Meta.Builder
Will set created to given value and lastModified to System.currentTime Only be used by the server.
Meta.Builder(Meta) - Constructor for class org.osiam.resources.scim.Meta.Builder
Constructs a new builder with the created and last modified time set to the given values
MOBILE - Static variable in class org.osiam.resources.scim.PhoneNumber.Type
 
MSN - Static variable in class org.osiam.resources.scim.Im.Type
 
MultiValuedAttribute - Class in org.osiam.resources.scim
This class represents a multi valued attribute.
MultiValuedAttribute() - Constructor for class org.osiam.resources.scim.MultiValuedAttribute
Default constructor for Jackson
MultiValuedAttribute(MultiValuedAttribute.Builder) - Constructor for class org.osiam.resources.scim.MultiValuedAttribute
 
MultiValuedAttribute.Builder - Class in org.osiam.resources.scim
Builder class that is used to build MultiValuedAttribute instances
MultiValuedAttribute.Builder() - Constructor for class org.osiam.resources.scim.MultiValuedAttribute.Builder
 
MultiValuedAttribute.Builder(MultiValuedAttribute) - Constructor for class org.osiam.resources.scim.MultiValuedAttribute.Builder
 
MultiValuedAttributeType - Class in org.osiam.resources.scim
 
MultiValuedAttributeType(String) - Constructor for class org.osiam.resources.scim.MultiValuedAttributeType
 

N

Name - Class in org.osiam.resources.scim
This class represents the User's real name.
name - Static variable in class org.osiam.resources.scim.User_
 
Name.Builder - Class in org.osiam.resources.scim
Builder class that is used to build Name instances
Name.Builder() - Constructor for class org.osiam.resources.scim.Name.Builder
 
nickName - Static variable in class org.osiam.resources.scim.User_
 

O

org.osiam.resources.data - package org.osiam.resources.data
 
org.osiam.resources.exception - package org.osiam.resources.exception
 
org.osiam.resources.helper - package org.osiam.resources.helper
org.osiam.resources.helper is a group of classes which are helping to handle the business logic in other resource related objects.
org.osiam.resources.scim - package org.osiam.resources.scim
org.osiam.resources.scim is a group of representation classes for the json output of scim resources.
org.osiam.resources.scim.meta - package org.osiam.resources.scim.meta
 
OTHER - Static variable in class org.osiam.resources.scim.Address.Type
 
OTHER - Static variable in class org.osiam.resources.scim.Email.Type
 
OTHER - Static variable in class org.osiam.resources.scim.PhoneNumber.Type
 

P

PAGER - Static variable in class org.osiam.resources.scim.PhoneNumber.Type
 
password - Static variable in class org.osiam.resources.scim.User_
 
PhoneNumber - Class in org.osiam.resources.scim
This class represents a phoneNumber attribute.
PhoneNumber.Builder - Class in org.osiam.resources.scim
Builder class that is used to build PhoneNumber instances
PhoneNumber.Builder() - Constructor for class org.osiam.resources.scim.PhoneNumber.Builder
 
PhoneNumber.Builder(PhoneNumber) - Constructor for class org.osiam.resources.scim.PhoneNumber.Builder
builds an Builder based of the given Attribute
PhoneNumber.Type - Class in org.osiam.resources.scim
Represents a phone number type.
PhoneNumber.Type(String) - Constructor for class org.osiam.resources.scim.PhoneNumber.Type
 
phoneNumbers - Static variable in class org.osiam.resources.scim.User_
 
Photo - Class in org.osiam.resources.scim
This class represents a photo attribute.
PHOTO - Static variable in class org.osiam.resources.scim.Photo.Type
 
Photo.Builder - Class in org.osiam.resources.scim
Builder class that is used to build Photo instances
Photo.Builder() - Constructor for class org.osiam.resources.scim.Photo.Builder
 
Photo.Builder(Photo) - Constructor for class org.osiam.resources.scim.Photo.Builder
builds an Builder based of the given Attribute
Photo.Type - Class in org.osiam.resources.scim
Represents a photo type.
Photo.Type(String) - Constructor for class org.osiam.resources.scim.Photo.Type
 
photos - Static variable in class org.osiam.resources.scim.User_
 
PhotoValueType - Enum in org.osiam.resources.data
the type of the photo value
preferredLanguage - Static variable in class org.osiam.resources.scim.User_
 
profileUrl - Static variable in class org.osiam.resources.scim.User_
 

Q

QQ - Static variable in class org.osiam.resources.scim.Im.Type
 

R

REFERENCE - Static variable in class org.osiam.resources.scim.ExtensionFieldType
ExtensionFieldType for the Scim type Reference (actual type is URI)
removeAddress(Address) - Method in class org.osiam.resources.scim.User.Builder
removes one single Photo from the User
removeAddresses() - Method in class org.osiam.resources.scim.User.Builder
removes all Addresses from the actual User
removeEmail(Email) - Method in class org.osiam.resources.scim.User.Builder
removes one single email from the User
removeEmails() - Method in class org.osiam.resources.scim.User.Builder
removes all email from the actual User
removeEntitlement(Entitlement) - Method in class org.osiam.resources.scim.User.Builder
removes one single Entitlement from the User
removeEntitlements() - Method in class org.osiam.resources.scim.User.Builder
removes all Entitlements from the actual User
removeExtension(String) - Method in class org.osiam.resources.scim.User.Builder
removes one single Extension from the User
removeExtensions() - Method in class org.osiam.resources.scim.User.Builder
removes all Extensions from the actual User
removeField(String) - Method in class org.osiam.resources.scim.Extension.Builder
removes one field and its value
removeIm(Im) - Method in class org.osiam.resources.scim.User.Builder
removes one single im from the User
removeIms() - Method in class org.osiam.resources.scim.User.Builder
removes all ims from the actual User
removePhoneNumber(PhoneNumber) - Method in class org.osiam.resources.scim.User.Builder
removes one single phoneNumber from the User
removePhoneNumbers() - Method in class org.osiam.resources.scim.User.Builder
removes all phoneNumbers from the actual User
removePhoto(Photo) - Method in class org.osiam.resources.scim.User.Builder
removes one single Photo from the User
removePhotos() - Method in class org.osiam.resources.scim.User.Builder
removes all Photos from the actual User
removeRole(Role) - Method in class org.osiam.resources.scim.User.Builder
removes one single Role from the User
removeRoles() - Method in class org.osiam.resources.scim.User.Builder
removes all Roles from the actual User
removeX509Certificate(X509Certificate) - Method in class org.osiam.resources.scim.User.Builder
removes one single X509Certificate from the User
removeX509Certificates() - Method in class org.osiam.resources.scim.User.Builder
removes all X509Certificates from the actual User
Resource - Class in org.osiam.resources.scim
This class represents a SCIM Resource and is the base class for Users and Groups.
Resource() - Constructor for class org.osiam.resources.scim.Resource
Default constructor for Jackson
Resource(Resource.Builder) - Constructor for class org.osiam.resources.scim.Resource
 
Resource.Builder - Class in org.osiam.resources.scim
The Builder class is used to construct instances of the Resource
Resource.Builder(Resource) - Constructor for class org.osiam.resources.scim.Resource.Builder
 
Resource_ - Class in org.osiam.resources.scim
 
Resource_() - Constructor for class org.osiam.resources.scim.Resource_
 
Role - Class in org.osiam.resources.scim
This class represents a role attribute.
Role.Builder - Class in org.osiam.resources.scim
Builder class that is used to build Role instances
Role.Builder() - Constructor for class org.osiam.resources.scim.Role.Builder
 
Role.Builder(Role) - Constructor for class org.osiam.resources.scim.Role.Builder
builds an Builder based of the given Attribute
Role.Type - Class in org.osiam.resources.scim
Represents an Role type.
Role.Type(String) - Constructor for class org.osiam.resources.scim.Role.Type
 
roles - Static variable in class org.osiam.resources.scim.User_
 

S

schemas - Static variable in class org.osiam.resources.scim.Resource_
 
SCIMDataValidationException - Exception in org.osiam.resources.exception
 
SCIMDataValidationException(String) - Constructor for exception org.osiam.resources.exception.SCIMDataValidationException
 
SCIMDataValidationException(String, Throwable) - Constructor for exception org.osiam.resources.exception.SCIMDataValidationException
 
SCIMException - Exception in org.osiam.resources.exception
 
SCIMException(String) - Constructor for exception org.osiam.resources.exception.SCIMException
 
SCIMException(String, Throwable) - Constructor for exception org.osiam.resources.exception.SCIMException
 
SCIMHelper - Class in org.osiam.resources.helper
This class is a collection of different helper methods around the scim schema context
SCIMSearchResult<T> - Class in org.osiam.resources.scim
A class that holds all information from a search request For more detailed information please look at the SCIM core schema 2.0
SCIMSearchResult(List<T>, long, long, long, String) - Constructor for class org.osiam.resources.scim.SCIMSearchResult
 
SCIMSearchResult(List<T>, long, long, long, Set<String>) - Constructor for class org.osiam.resources.scim.SCIMSearchResult
 
serialize(Extension, JsonGenerator, SerializerProvider) - Method in class org.osiam.resources.helper.ExtensionSerializer
 
serialize(Date, JsonGenerator, SerializerProvider) - Method in class org.osiam.resources.helper.JsonDateSerializer
 
SERVICE_PROVIDER_CORE_SCHEMA - Static variable in interface org.osiam.resources.scim.Constants
 
setActive(Boolean) - Method in class org.osiam.resources.scim.User.Builder
Sets a Boolean value indicating the User's administrative status.
SetAttribute<O,T> - Class in org.osiam.resources.scim.meta
 
SetAttribute(String, Class<O>, Class<T>) - Constructor for class org.osiam.resources.scim.meta.SetAttribute
 
setAttributes(Set<String>) - Method in class org.osiam.resources.scim.Meta.Builder
Sets the names of the attributes to be removed from the Resource.
setCostCenter(String) - Method in class org.osiam.resources.scim.Enterprise.Builder
 
setCountry(String) - Method in class org.osiam.resources.scim.Address.Builder
Sets the country name (See Address.getCountry()).
setDepartment(String) - Method in class org.osiam.resources.scim.Enterprise.Builder
 
setDisplay(String) - Method in class org.osiam.resources.scim.Email.Builder
 
setDisplay(String) - Method in class org.osiam.resources.scim.Entitlement.Builder
 
setDisplay(String) - Method in class org.osiam.resources.scim.GroupRef.Builder
 
setDisplay(String) - Method in class org.osiam.resources.scim.Im.Builder
 
setDisplay(String) - Method in class org.osiam.resources.scim.MemberRef.Builder
 
setDisplay(String) - Method in class org.osiam.resources.scim.MultiValuedAttribute.Builder
Sets the human readable name (See MultiValuedAttribute.getDisplay()).
setDisplay(String) - Method in class org.osiam.resources.scim.PhoneNumber.Builder
 
setDisplay(String) - Method in class org.osiam.resources.scim.Photo.Builder
 
setDisplay(String) - Method in class org.osiam.resources.scim.Role.Builder
 
setDisplay(String) - Method in class org.osiam.resources.scim.X509Certificate.Builder
 
setDisplayName(String) - Method in class org.osiam.resources.scim.User.Builder
Sets the display name (See User.getDisplayName()).
setDivision(String) - Method in class org.osiam.resources.scim.Enterprise.Builder
 
setEmployeeNumber(String) - Method in class org.osiam.resources.scim.Enterprise.Builder
 
setExternalId(String) - Method in class org.osiam.resources.scim.Group.Builder
 
setExternalId(String) - Method in class org.osiam.resources.scim.Resource.Builder
Sets the external id (See Resource.getExternalId()).
setExternalId(String) - Method in class org.osiam.resources.scim.User.Builder
 
setFamilyName(String) - Method in class org.osiam.resources.scim.Name.Builder
Sets the family name of the User (See Name.getFamilyName()).
setField(String, String) - Method in class org.osiam.resources.scim.Extension.Builder
Sets the field specified by the given field name with the given value.
setField(String, Boolean) - Method in class org.osiam.resources.scim.Extension.Builder
Sets the field specified by the given field name with the given value.
setField(String, ByteBuffer) - Method in class org.osiam.resources.scim.Extension.Builder
Sets the field specified by the given field name with the given value.
setField(String, BigInteger) - Method in class org.osiam.resources.scim.Extension.Builder
Sets the field specified by the given field name with the given value.
setField(String, BigDecimal) - Method in class org.osiam.resources.scim.Extension.Builder
Sets the field specified by the given field name with the given value.
setField(String, Date) - Method in class org.osiam.resources.scim.Extension.Builder
Sets the field specified by the given field name with the given value.
setField(String, URI) - Method in class org.osiam.resources.scim.Extension.Builder
Sets the field specified by the given field name with the given value.
setField(String, T, ExtensionFieldType<T>) - Method in class org.osiam.resources.scim.Extension.Builder
Sets the field specified by the given field name with the given value of the given type.
setFormatted(String) - Method in class org.osiam.resources.scim.Address.Builder
Sets the full mailing address (See Address.getFormatted()).
setFormatted(String) - Method in class org.osiam.resources.scim.Name.Builder
Sets the full name (See Name.getFormatted()).
setGivenName(String) - Method in class org.osiam.resources.scim.Name.Builder
Sets the given name of the User (See Name.getGivenName()).
setGroups(List<GroupRef>) - Method in class org.osiam.resources.scim.User.Builder
Sets a list of groups that the user belongs to (See User.getGroups()) client info: The groups where the user is a member of will only be set from the OSIAM server.
setHonorificPrefix(String) - Method in class org.osiam.resources.scim.Name.Builder
Sets the honorific prefix(es) of the User (See Name.getHonorificPrefix()).
setHonorificSuffix(String) - Method in class org.osiam.resources.scim.Name.Builder
Sets the honorific suffix(es) of the User (See Name.getHonorificSuffix()).
setId(String) - Method in class org.osiam.resources.scim.Group.Builder
 
setId(String) - Method in class org.osiam.resources.scim.Resource.Builder
Sets the id of the resource.
setId(String) - Method in class org.osiam.resources.scim.User.Builder
 
setLocale(String) - Method in class org.osiam.resources.scim.User.Builder
Sets the default location of the User (See User.getLocale()).
setLocality(String) - Method in class org.osiam.resources.scim.Address.Builder
Sets the city or locality.
setLocation(String) - Method in class org.osiam.resources.scim.Meta.Builder
Set the location (See Meta.getLocation()).
setManager(Manager) - Method in class org.osiam.resources.scim.Enterprise.Builder
 
setMembers(Set<MemberRef>) - Method in class org.osiam.resources.scim.Group.Builder
Sets the list of members as Set (See Group.getMembers()).
setMeta(Meta) - Method in class org.osiam.resources.scim.Group.Builder
 
setMeta(Meta) - Method in class org.osiam.resources.scim.Resource.Builder
Sets the meta data client info: The meta information of a User will be created and set by the OSIAM server.
setMeta(Meta) - Method in class org.osiam.resources.scim.User.Builder
 
setMiddleName(String) - Method in class org.osiam.resources.scim.Name.Builder
Sets the middle name(s) of the User (See Name.getMiddleName()).
setName(Name) - Method in class org.osiam.resources.scim.User.Builder
Sets the components of the User's real name (See User.getName()).
setNickName(String) - Method in class org.osiam.resources.scim.User.Builder
Sets the nick name (See User.getNickName()).
setOperation(String) - Method in class org.osiam.resources.scim.Address.Builder
 
setOperation(String) - Method in class org.osiam.resources.scim.Email.Builder
 
setOperation(String) - Method in class org.osiam.resources.scim.Entitlement.Builder
 
setOperation(String) - Method in class org.osiam.resources.scim.Im.Builder
 
setOperation(String) - Method in class org.osiam.resources.scim.MemberRef.Builder
 
setOperation(String) - Method in class org.osiam.resources.scim.MultiValuedAttribute.Builder
Sets the operation (See MultiValuedAttribute.getOperation()).
setOperation(String) - Method in class org.osiam.resources.scim.PhoneNumber.Builder
 
setOperation(String) - Method in class org.osiam.resources.scim.Photo.Builder
 
setOperation(String) - Method in class org.osiam.resources.scim.Role.Builder
 
setOperation(String) - Method in class org.osiam.resources.scim.X509Certificate.Builder
 
setOrganization(String) - Method in class org.osiam.resources.scim.Enterprise.Builder
 
setPassword(String) - Method in class org.osiam.resources.scim.User.Builder
Sets the User's clear text password (See User.getPassword()).
setPostalCode(String) - Method in class org.osiam.resources.scim.Address.Builder
Sets the postal code
setPreferredLanguage(String) - Method in class org.osiam.resources.scim.User.Builder
Sets the preferred language of the USer (See User.getPreferredLanguage()).
setPrimary(boolean) - Method in class org.osiam.resources.scim.Address.Builder
 
setPrimary(boolean) - Method in class org.osiam.resources.scim.Email.Builder
 
setPrimary(boolean) - Method in class org.osiam.resources.scim.Entitlement.Builder
 
setPrimary(boolean) - Method in class org.osiam.resources.scim.Im.Builder
 
setPrimary(boolean) - Method in class org.osiam.resources.scim.MultiValuedAttribute.Builder
Sets the primary attribute (See MultiValuedAttribute.isPrimary()).
setPrimary(boolean) - Method in class org.osiam.resources.scim.PhoneNumber.Builder
 
setPrimary(boolean) - Method in class org.osiam.resources.scim.Photo.Builder
 
setPrimary(boolean) - Method in class org.osiam.resources.scim.Role.Builder
 
setPrimary(boolean) - Method in class org.osiam.resources.scim.X509Certificate.Builder
 
setProfileUrl(String) - Method in class org.osiam.resources.scim.User.Builder
Sets the profile URL (See User.getProfileUrl()).
setReference(String) - Method in class org.osiam.resources.scim.GroupRef.Builder
 
setReference(String) - Method in class org.osiam.resources.scim.MemberRef.Builder
 
setReference(String) - Method in class org.osiam.resources.scim.MultiValuedAttribute.Builder
Sets the reference (See MemberRef.getReference()).
setRegion(String) - Method in class org.osiam.resources.scim.Address.Builder
Sets the state or region.
setResourceType(String) - Method in class org.osiam.resources.scim.Meta.Builder
Sets the type of the Resource (See Meta.getResourceType()).
setSchemas(Set<String>) - Method in class org.osiam.resources.scim.Group.Builder
 
setSchemas(Set<String>) - Method in class org.osiam.resources.scim.Resource.Builder
sets the schemas of the Resource
setSchemas(Set<String>) - Method in class org.osiam.resources.scim.User.Builder
 
setStreetAddress(String) - Method in class org.osiam.resources.scim.Address.Builder
Sets the full street address component, (See Address.getStreetAddress()).
setTimezone(String) - Method in class org.osiam.resources.scim.User.Builder
Sets the User's time zone (See User.getTimezone()).
setTitle(String) - Method in class org.osiam.resources.scim.User.Builder
Sets the user's title (See User.getTitle()).
setType(Address.Type) - Method in class org.osiam.resources.scim.Address.Builder
Sets the label indicating the attribute's function (See MultiValuedAttribute#getType()).
setType(Email.Type) - Method in class org.osiam.resources.scim.Email.Builder
Sets the label indicating the attribute's function (See MultiValuedAttribute#getType()).
setType(Entitlement.Type) - Method in class org.osiam.resources.scim.Entitlement.Builder
Sets the label indicating the attribute's function (See MultiValuedAttribute#getType()).
setType(GroupRef.Type) - Method in class org.osiam.resources.scim.GroupRef.Builder
Sets the label indicating the attribute's function (See MultiValuedAttribute#getType()).
setType(Im.Type) - Method in class org.osiam.resources.scim.Im.Builder
Sets the label indicating the attribute's function (See MultiValuedAttribute#getType()).
setType(MemberRef.Type) - Method in class org.osiam.resources.scim.MemberRef.Builder
Sets the label indicating the attribute's function (See MultiValuedAttribute#getType()).
setType(PhoneNumber.Type) - Method in class org.osiam.resources.scim.PhoneNumber.Builder
Sets the label indicating the attribute's function (See MultiValuedAttribute#getType()).
setType(Photo.Type) - Method in class org.osiam.resources.scim.Photo.Builder
Sets the label indicating the attribute's function (See MultiValuedAttribute#getType()).
setType(Role.Type) - Method in class org.osiam.resources.scim.Role.Builder
Sets the label indicating the attribute's function (See MultiValuedAttribute#getType()).
setType(X509Certificate.Type) - Method in class org.osiam.resources.scim.X509Certificate.Builder
Sets the label indicating the attribute's function (See MultiValuedAttribute#getType()).
setUserType(String) - Method in class org.osiam.resources.scim.User.Builder
Sets the user type (See User.getUserType()).
setValue(String) - Method in class org.osiam.resources.scim.Email.Builder
Sets the email value.
setValue(String) - Method in class org.osiam.resources.scim.Entitlement.Builder
 
setValue(String) - Method in class org.osiam.resources.scim.GroupRef.Builder
 
setValue(String) - Method in class org.osiam.resources.scim.Im.Builder
 
setValue(String) - Method in class org.osiam.resources.scim.MemberRef.Builder
 
setValue(String) - Method in class org.osiam.resources.scim.MultiValuedAttribute.Builder
Sets the attribute's significant value (See MultiValuedAttribute.getValue()).
setValue(String) - Method in class org.osiam.resources.scim.PhoneNumber.Builder
 
setValue(URI) - Method in class org.osiam.resources.scim.Photo.Builder
an URI pointing to an image
setValue(ImageDataURI) - Method in class org.osiam.resources.scim.Photo.Builder
an imageDataURI which contains a small in data image.
setValue(String) - Method in class org.osiam.resources.scim.Role.Builder
 
setValue(String) - Method in class org.osiam.resources.scim.X509Certificate.Builder
 
setVersion(String) - Method in class org.osiam.resources.scim.Meta.Builder
Sets the version of the Resource (See Meta.getVersion()).
SingularAttribute<O,T> - Class in org.osiam.resources.scim.meta
 
SingularAttribute(String, Class<O>, Class<T>) - Constructor for class org.osiam.resources.scim.meta.SingularAttribute
 
SKYPE - Static variable in class org.osiam.resources.scim.Im.Type
 
STRING - Static variable in class org.osiam.resources.scim.ExtensionFieldType
ExtensionFieldType for the Scim type String (actual type is String)

T

THUMBNAIL - Static variable in class org.osiam.resources.scim.Photo.Type
 
timezone - Static variable in class org.osiam.resources.scim.User_
 
title - Static variable in class org.osiam.resources.scim.User_
 
toString() - Method in class org.osiam.resources.data.DataURI
 
toString() - Method in class org.osiam.resources.scim.Address
 
toString() - Method in class org.osiam.resources.scim.Email
 
toString() - Method in class org.osiam.resources.scim.Entitlement
 
toString() - Method in class org.osiam.resources.scim.Extension.Field
 
toString() - Method in class org.osiam.resources.scim.Extension
 
toString(T) - Method in class org.osiam.resources.scim.ExtensionFieldType
Converts a value of the actual type to String.
toString() - Method in class org.osiam.resources.scim.ExtensionFieldType
Returns a string representation of the ExtensionFieldType which is its name.
toString() - Method in class org.osiam.resources.scim.Group
 
toString() - Method in class org.osiam.resources.scim.GroupRef
 
toString() - Method in class org.osiam.resources.scim.Im
 
toString() - Method in class org.osiam.resources.scim.MemberRef
 
toString() - Method in class org.osiam.resources.scim.MultiValuedAttribute
 
toString() - Method in class org.osiam.resources.scim.MultiValuedAttributeType
 
toString() - Method in class org.osiam.resources.scim.Name
 
toString() - Method in class org.osiam.resources.scim.PhoneNumber
 
toString() - Method in class org.osiam.resources.scim.Photo
 
toString() - Method in class org.osiam.resources.scim.Role
 
toString() - Method in class org.osiam.resources.scim.User
 
toString() - Method in class org.osiam.resources.scim.X509Certificate
 

U

updateActive(boolean) - Method in class org.osiam.resources.scim.UpdateUser.Builder
updates the active status of a existing User to the given value
updateAddress(Address, Address) - Method in class org.osiam.resources.scim.UpdateUser.Builder
updates the old Address with the new one
updateDisplayName(String) - Method in class org.osiam.resources.scim.UpdateGroup.Builder
updates the display name of a existing group
updateDisplayName(String) - Method in class org.osiam.resources.scim.UpdateUser.Builder
updates the display name of a existing user
updateEmail(Email, Email) - Method in class org.osiam.resources.scim.UpdateUser.Builder
updates the old Email with the new one
updateEntitlement(Entitlement, Entitlement) - Method in class org.osiam.resources.scim.UpdateUser.Builder
updates the old Entitlement with the new one
updateExtension(Extension) - Method in class org.osiam.resources.scim.UpdateUser.Builder
updates the given fields in the extension.
updateExternalId(String) - Method in class org.osiam.resources.scim.UpdateGroup.Builder
updates the external id of a existing group
updateExternalId(String) - Method in class org.osiam.resources.scim.UpdateUser.Builder
updates the external id of a existing user
UpdateGroup - Class in org.osiam.resources.scim
Class to create a UpdateGroup Object to update a existing Group
UpdateGroup.Builder - Class in org.osiam.resources.scim
The Builder is used to construct instances of the UpdateGroup
UpdateGroup.Builder() - Constructor for class org.osiam.resources.scim.UpdateGroup.Builder
 
updateIm(Im, Im) - Method in class org.osiam.resources.scim.UpdateUser.Builder
updates the old Ims with the new one
updateLocale(String) - Method in class org.osiam.resources.scim.UpdateUser.Builder
updates the local of a existing user
updateName(Name) - Method in class org.osiam.resources.scim.UpdateUser.Builder
updates the name of a existing user
updateNickName(String) - Method in class org.osiam.resources.scim.UpdateUser.Builder
updates the nickName of a existing user
updatePassword(String) - Method in class org.osiam.resources.scim.UpdateUser.Builder
updates the password of a existing user
updatePhoneNumber(PhoneNumber, PhoneNumber) - Method in class org.osiam.resources.scim.UpdateUser.Builder
updates the old PhoneNumber with the new one
updatePhoto(Photo, Photo) - Method in class org.osiam.resources.scim.UpdateUser.Builder
updates the old Photo with the new one
updatePreferredLanguage(String) - Method in class org.osiam.resources.scim.UpdateUser.Builder
updates the preferred language of a existing user
updateProfileUrl(String) - Method in class org.osiam.resources.scim.UpdateUser.Builder
updates the profil URL of a existing user
updateRole(Role, Role) - Method in class org.osiam.resources.scim.UpdateUser.Builder
updates the old Role with the new one
updateTimezone(String) - Method in class org.osiam.resources.scim.UpdateUser.Builder
updates the timezone of a existing user
updateTitle(String) - Method in class org.osiam.resources.scim.UpdateUser.Builder
updates the title of a existing user
UpdateUser - Class in org.osiam.resources.scim
Class to create a UpdateUser Object to update a existing User
UpdateUser.Builder - Class in org.osiam.resources.scim
The Builder is used to construct instances of the UpdateUser
UpdateUser.Builder() - Constructor for class org.osiam.resources.scim.UpdateUser.Builder
 
updateUserName(String) - Method in class org.osiam.resources.scim.UpdateUser.Builder
updates the nickName of a existing user
updateUserType(String) - Method in class org.osiam.resources.scim.UpdateUser.Builder
updates the user type of a existing user
updateX509Certificate(X509Certificate, X509Certificate) - Method in class org.osiam.resources.scim.UpdateUser.Builder
updates the old X509Certificate with the new one
USER - Static variable in class org.osiam.resources.scim.MemberRef.Type
indicates that the member is a User
User - Class in org.osiam.resources.scim
User resources are meant to enable expression of common User informations.
User.Builder - Class in org.osiam.resources.scim
Builder class that is used to build User instances
User.Builder(String, User) - Constructor for class org.osiam.resources.scim.User.Builder
creates a new User.Builder based on the given userName and user.
User.Builder(String) - Constructor for class org.osiam.resources.scim.User.Builder
Constructs a new builder by with a set userName
User.Builder() - Constructor for class org.osiam.resources.scim.User.Builder
Creates a new builder without a userName
User.Builder(User) - Constructor for class org.osiam.resources.scim.User.Builder
Constructs a new builder by copying all values from the given User
User_ - Class in org.osiam.resources.scim
 
USER_CORE_SCHEMA - Static variable in interface org.osiam.resources.scim.Constants
 
UserDeserializer - Class in org.osiam.resources.helper
 
UserDeserializer(Class<?>) - Constructor for class org.osiam.resources.helper.UserDeserializer
 
userName - Static variable in class org.osiam.resources.scim.User_
 
userType - Static variable in class org.osiam.resources.scim.User_
 

V

valueOf(String) - Static method in enum org.osiam.resources.data.PhotoValueType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in class org.osiam.resources.scim.ExtensionFieldType
Retrieves a ExtensionFieldType by its name.
values() - Static method in enum org.osiam.resources.data.PhotoValueType
Returns an array containing the constants of this enum type, in the order they are declared.

W

WORK - Static variable in class org.osiam.resources.scim.Address.Type
 
WORK - Static variable in class org.osiam.resources.scim.Email.Type
 
WORK - Static variable in class org.osiam.resources.scim.PhoneNumber.Type
 

X

X509Certificate - Class in org.osiam.resources.scim
This class represents a x509Certificate attribute.
X509Certificate.Builder - Class in org.osiam.resources.scim
Builder class that is used to build X509Certificate instances
X509Certificate.Builder() - Constructor for class org.osiam.resources.scim.X509Certificate.Builder
 
X509Certificate.Builder(X509Certificate) - Constructor for class org.osiam.resources.scim.X509Certificate.Builder
builds an Builder based of the given Attribute
X509Certificate.Type - Class in org.osiam.resources.scim
Represents an X509Certificate type.
X509Certificate.Type(String) - Constructor for class org.osiam.resources.scim.X509Certificate.Type
 
x509Certificates - Static variable in class org.osiam.resources.scim.User_
 
XMPP - Static variable in class org.osiam.resources.scim.Im.Type
 

Y

YAHOO - Static variable in class org.osiam.resources.scim.Im.Type
 
A B C D E F G H I J L M N O P Q R S T U V W X Y 

Copyright © 2014. All Rights Reserved.