A B C D E F G H I J M N O R S T U V 

A

addExtension(Extension) - Method in class org.osiam.resources.scim.User.Builder
Sets a Extension to the User (See User.getExtension(String)).
addExtensions(Set<Extension>) - Method in class org.osiam.resources.scim.User.Builder
Sets a List of Extension to the User (See User.getAllExtensions()).
addOrUpdateField(String, String) - Method in class org.osiam.resources.scim.Extension
Adds or updates the field specified by the given field name with the given value.
addOrUpdateField(String, Boolean) - Method in class org.osiam.resources.scim.Extension
Adds or updates the field specified by the given field name with the given value.
addOrUpdateField(String, ByteBuffer) - Method in class org.osiam.resources.scim.Extension
Adds or updates the field specified by the given field name with the given value.
addOrUpdateField(String, BigInteger) - Method in class org.osiam.resources.scim.Extension
Adds or updates the field specified by the given field name with the given value.
addOrUpdateField(String, BigDecimal) - Method in class org.osiam.resources.scim.Extension
Adds or updates the field specified by the given field name with the given value.
addOrUpdateField(String, Date) - Method in class org.osiam.resources.scim.Extension
Adds or updates the field specified by the given field name with the given value.
addOrUpdateField(String, URI) - Method in class org.osiam.resources.scim.Extension
Adds or updates the field specified by the given field name with the given value.
addOrUpdateField(String, T, ExtensionFieldType<T>) - Method in class org.osiam.resources.scim.Extension
Adds or updates the field specified by the given field name with the given value of the given type.
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
 

B

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.Enterprise.Builder
 
build() - Method in class org.osiam.resources.scim.Group.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 MultiValuedAttribute Object 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.Resource.Builder
Builds the Object of the Builder
build() - Method in class org.osiam.resources.scim.User.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

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)
deserialize(JsonParser, DeserializationContext) - Method in class org.osiam.resources.helper.UserDeserializer
 

E

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
 
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.Meta
 
equals(Object) - Method in class org.osiam.resources.scim.MultiValuedAttribute
 
equals(Object) - Method in class org.osiam.resources.scim.Name
 
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(String) - Constructor for class org.osiam.resources.scim.Extension
Constructs an extension with the given urn.
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.
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
 

F

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.
getAllExtensions() - Method in class org.osiam.resources.scim.User
Provides an unmodifiable view of all additional Extension fields of the user
getAllFields() - Method in class org.osiam.resources.scim.Extension
Provides a Map containing the entries of the extension.
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.MultiValuedAttribute
Gets the human readable name, primarily used for display purposes.
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
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.
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.
getName() - Method in class org.osiam.resources.scim.ExtensionFieldType
Returns the name of the ExtensionFieldType
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.MultiValuedAttribute
Gets the operation applied during a PATCH request.
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.
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.MemberRef
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.
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
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.Extension.Field
Returns the type of the Extension.Field
getType() - Method in class org.osiam.resources.scim.MultiValuedAttribute
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.Extension.Field
Returns the value of the Extension.Field
getValue() - Method in class org.osiam.resources.scim.MultiValuedAttribute
Gets the attribute's significant value; e.g., the e-mail address, phone number etc.
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.Builder - Class in org.osiam.resources.scim
Builder class that is used to build Group instances
Group.Builder() - Constructor for class org.osiam.resources.scim.Group.Builder
 
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_CORE_SCHEMA - Static variable in interface org.osiam.resources.scim.Constants
 

H

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.Meta
 
hashCode() - Method in class org.osiam.resources.scim.MultiValuedAttribute
 
hashCode() - Method in class org.osiam.resources.scim.Name
 
hashCode() - Method in class org.osiam.resources.scim.Resource
 

I

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.
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.MultiValuedAttribute
Gets a Boolean value indicating the 'primary' or preferred attribute value for this attribute.

J

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

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
 
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
 
Meta - Class in org.osiam.resources.scim
This class represents the meta data of a 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
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
 

N

Name - Class in org.osiam.resources.scim
This class represents the User's real name.
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
 

O

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.

R

REFERENCE - Static variable in class org.osiam.resources.scim.ExtensionFieldType
ExtensionFieldType for the Scim type Reference (actual type is URI)
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.Builder() - Constructor for class org.osiam.resources.scim.Resource.Builder
 

S

schemas - Variable in class org.osiam.resources.scim.Resource.Builder
 
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.
setAddresses(List<Address>) - Method in class org.osiam.resources.scim.User.Builder
Sets the physical mailing addresses for this User (See User.getAddresses()).
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.MemberRef.Builder
 
setDisplay(String) - Method in class org.osiam.resources.scim.MultiValuedAttribute.Builder
Sets the human readable name (See MultiValuedAttribute.getDisplay()).
setDisplayName(String) - Method in class org.osiam.resources.scim.Group.Builder
Sets the display name (See Group.getDisplayName()).
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
 
setEmails(List<MultiValuedAttribute>) - Method in class org.osiam.resources.scim.User.Builder
Sets the E-mail addresses for the User (See User.getEmails()).
setEmployeeNumber(String) - Method in class org.osiam.resources.scim.Enterprise.Builder
 
setEntitlements(List<MultiValuedAttribute>) - Method in class org.osiam.resources.scim.User.Builder
Sets a list of entitlements for the User (See User.getEntitlements()).
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()).
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<MultiValuedAttribute>) - Method in class org.osiam.resources.scim.User.Builder
Sets a list of groups that the user belongs to (See User.getGroups())
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
 
setIms(List<MultiValuedAttribute>) - Method in class org.osiam.resources.scim.User.Builder
Sets the instant messaging addresses for the User (See User.getIms()).
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
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.MemberRef.Builder
 
setOperation(String) - Method in class org.osiam.resources.scim.MultiValuedAttribute.Builder
Sets the operation (See MultiValuedAttribute.getOperation()).
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()).
setPhoneNumbers(List<MultiValuedAttribute>) - Method in class org.osiam.resources.scim.User.Builder
Sets the phone numbers for the User (See User.getPhoneNumbers()).
setPhotos(List<MultiValuedAttribute>) - Method in class org.osiam.resources.scim.User.Builder
Sets the URL's of photo's of the User (See User.getPhotos()).
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.MemberRef.Builder
 
setPrimary(Boolean) - Method in class org.osiam.resources.scim.MultiValuedAttribute.Builder
Sets the primary attribute (See MultiValuedAttribute.isPrimary()).
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.MemberRef.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()).
setRoles(List<MultiValuedAttribute>) - Method in class org.osiam.resources.scim.User.Builder
Sets a list of roles for the User (See User.getRoles()).
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(String) - Method in class org.osiam.resources.scim.MemberRef.Builder
 
setType(String) - Method in class org.osiam.resources.scim.MultiValuedAttribute.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.MemberRef.Builder
 
setValue(String) - Method in class org.osiam.resources.scim.MultiValuedAttribute.Builder
Sets the attribute's significant value (See MultiValuedAttribute.getValue()).
setVersion(String) - Method in class org.osiam.resources.scim.Meta.Builder
Sets the version of the Resource (See Meta.getVersion()).
setX509Certificates(List<MultiValuedAttribute>) - Method in class org.osiam.resources.scim.User.Builder
Sets a list of certificates issued to the User (See User.getX509Certificates()).
STRING - Static variable in class org.osiam.resources.scim.ExtensionFieldType
ExtensionFieldType for the Scim type String (actual type is String)

T

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.

U

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) - 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_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
 

V

valueOf(String) - Static method in class org.osiam.resources.scim.ExtensionFieldType
Retrieves a ExtensionFieldType by its name.
A B C D E F G H I J M N O R S T U V 

Copyright © 2013. All Rights Reserved.