Skip navigation links
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

accept(ParseTreeVisitor<? extends T>) - Method in class com.sap.scimono.SCIMFilterParser.AndExpressionContext
 
accept(ParseTreeVisitor<? extends T>) - Method in class com.sap.scimono.SCIMFilterParser.AttrExpressionContext
 
accept(ParseTreeVisitor<? extends T>) - Method in class com.sap.scimono.SCIMFilterParser.AttrPathContext
 
accept(ParseTreeVisitor<? extends T>) - Method in class com.sap.scimono.SCIMFilterParser.BraceExpressionContext
 
accept(ParseTreeVisitor<? extends T>) - Method in class com.sap.scimono.SCIMFilterParser.LogExpressionContext
 
accept(ParseTreeVisitor<? extends T>) - Method in class com.sap.scimono.SCIMFilterParser.OrExpressionContext
 
accept(ParseTreeVisitor<? extends T>) - Method in class com.sap.scimono.SCIMFilterParser.PagingQueryContext
 
accept(ParseTreeVisitor<? extends T>) - Method in class com.sap.scimono.SCIMFilterParser.ParseContext
 
accept(ParseTreeVisitor<? extends T>) - Method in class com.sap.scimono.SCIMFilterParser.PresentExpressionContext
 
accept(ParseTreeVisitor<? extends T>) - Method in class com.sap.scimono.SCIMFilterParser.SubAttrPathContext
 
accept(ParseTreeVisitor<? extends T>) - Method in class com.sap.scimono.SCIMFilterParser.ValAndExpressionContext
 
accept(ParseTreeVisitor<? extends T>) - Method in class com.sap.scimono.SCIMFilterParser.ValAttrExpressionContext
 
accept(ParseTreeVisitor<? extends T>) - Method in class com.sap.scimono.SCIMFilterParser.ValBraceExpressionContext
 
accept(ParseTreeVisitor<? extends T>) - Method in class com.sap.scimono.SCIMFilterParser.ValExpressionContext
 
accept(ParseTreeVisitor<? extends T>) - Method in class com.sap.scimono.SCIMFilterParser.ValOrExpressionContext
 
accept(ParseTreeVisitor<? extends T>) - Method in class com.sap.scimono.SCIMFilterParser.ValuePathContext
 
accept(ParseTreeVisitor<? extends T>) - Method in class com.sap.scimono.SCIMFilterParser.ValuePathExpressionContext
 
accept(ParseTreeVisitor<? extends T>) - Method in class com.sap.scimono.SCIMFilterParser.ValValuePathExpressionContext
 
ACTIVE_FIELD - Static variable in interface com.sap.scimono.entity.definition.CoreUserAttributes.Constants
 
ADD - Static variable in class com.sap.scimono.entity.patch.PatchOperation.Type
 
addAdditionalAttribute(String, Object) - Method in class com.sap.scimono.entity.Meta.Builder
Add additional meta attribute provided by service provider.
addAdditionalAttributes(Map<String, Object>) - Method in class com.sap.scimono.entity.Meta.Builder
 
addAddress(Address) - Method in class com.sap.scimono.entity.User.Builder
adds an Address to the User
addAddresses(Collection<Address>) - Method in class com.sap.scimono.entity.User.Builder
Adds the physical mailing addresses for this User (See User.getAddresses()).
addAttribute(Attribute) - Method in class com.sap.scimono.entity.schema.Schema.Builder
 
addAttributes(Collection<Attribute>) - Method in class com.sap.scimono.entity.schema.Schema.Builder
 
addAuthenticationScheme(AuthenticationSchemeSetting) - Method in class com.sap.scimono.entity.config.ServiceProviderConfig.Builder
 
addCanonicalValue(String) - Method in class com.sap.scimono.entity.schema.Attribute.Builder
 
addEmail(Email) - Method in class com.sap.scimono.entity.User.Builder
adds an email to the User
addEmails(Collection<Email>) - Method in class com.sap.scimono.entity.User.Builder
Adds the E-mail addresses for the User (See User.getEmails()).
addEntitlement(Entitlement) - Method in class com.sap.scimono.entity.User.Builder
adds an Entitlement to the User
addEntitlements(Collection<Entitlement>) - Method in class com.sap.scimono.entity.User.Builder
Adds a collection of entitlements for the User (See User.getEntitlements()).
addExtension(Extension) - Method in class com.sap.scimono.entity.Resource.Builder
Sets a Extension to the User (See Resource.getExtension(String)).
addExtension(Extension) - Method in class com.sap.scimono.entity.User.Builder
 
addExtensions(Collection<Extension>) - Method in class com.sap.scimono.entity.Group.Builder
 
addExtensions(Collection<Extension>) - Method in class com.sap.scimono.entity.Resource.Builder
Adds a collection of Extension to the User (See Resource.getExtensions()).
addExtensions(Collection<Extension>) - Method in class com.sap.scimono.entity.User.Builder
 
addGroup(GroupRef) - Method in class com.sap.scimono.entity.User.Builder
Adds a single group to the user's groups.
addGroups(List<GroupRef>) - Method in class com.sap.scimono.entity.User.Builder
Adds all groups in the provided list to the user's groups.
addIm(Im) - Method in class com.sap.scimono.entity.User.Builder
adds an Im to the User
addIms(Collection<Im>) - Method in class com.sap.scimono.entity.User.Builder
Adds the instant messaging addresses for the User (See User.getIms()).
addLocation(Resource<T>, URI) - Method in class com.sap.scimono.helper.ResourceLocationService
 
addLocation(Resource<T>) - Method in class com.sap.scimono.helper.ResourceLocationService
 
addLocation(PagedResult<T>) - Method in class com.sap.scimono.helper.ResourceLocationService
 
addLocation(Resource<T>, String) - Method in class com.sap.scimono.helper.ResourceLocationService
 
addMember(MemberRef) - Method in class com.sap.scimono.entity.Group.Builder
Add the given member to the set of members.
addMembers(Collection<MemberRef>) - Method in class com.sap.scimono.entity.Group.Builder
 
addMembersLocation(Group) - Method in class com.sap.scimono.helper.ResourceLocationService
 
addOperation(PatchOperation) - Method in class com.sap.scimono.entity.patch.PatchBody.Builder
 
addPhoneNumber(PhoneNumber) - Method in class com.sap.scimono.entity.User.Builder
adds an phoneNumber to the User
addPhoneNumbers(Collection<PhoneNumber>) - Method in class com.sap.scimono.entity.User.Builder
Adds the phone numbers for the User (See User.getPhoneNumbers()).
addPhoto(Photo) - Method in class com.sap.scimono.entity.User.Builder
adds an Photo to the User
addPhotos(Collection<Photo>) - Method in class com.sap.scimono.entity.User.Builder
Adds the URL's of photo's of the User (See User.getPhotos()).
addReferenceType(String) - Method in class com.sap.scimono.entity.schema.Attribute.Builder
 
addRelationalEntitiesLocation(User) - Method in class com.sap.scimono.helper.ResourceLocationService
 
AddReplaceOperationValueValidator - Class in com.sap.scimono.entity.validation.patch
 
AddReplaceOperationValueValidator() - Constructor for class com.sap.scimono.entity.validation.patch.AddReplaceOperationValueValidator
 
Address - Class in com.sap.scimono.entity
A physical mailing address for a User
Address.Builder - Class in com.sap.scimono.entity
Builder class that is used to build Address instances
Address.Type - Class in com.sap.scimono.entity
Represents an address type.
ADDRESSES_COUNTRY_FIELD - Static variable in interface com.sap.scimono.entity.definition.CoreUserAttributes.Constants
 
ADDRESSES_FIELD - Static variable in interface com.sap.scimono.entity.definition.CoreUserAttributes.Constants
 
ADDRESSES_FORMATTED_FIELD - Static variable in interface com.sap.scimono.entity.definition.CoreUserAttributes.Constants
 
ADDRESSES_LOCALITY_FIELD - Static variable in interface com.sap.scimono.entity.definition.CoreUserAttributes.Constants
 
ADDRESSES_POSTAL_CODE_FIELD - Static variable in interface com.sap.scimono.entity.definition.CoreUserAttributes.Constants
 
ADDRESSES_REGION_FIELD - Static variable in interface com.sap.scimono.entity.definition.CoreUserAttributes.Constants
 
ADDRESSES_STREET_ADDRESS_FIELD - Static variable in interface com.sap.scimono.entity.definition.CoreUserAttributes.Constants
 
addRole(Role) - Method in class com.sap.scimono.entity.User.Builder
adds an Role to the User
addRoles(Collection<Role>) - Method in class com.sap.scimono.entity.User.Builder
Sets a list of roles for the User (See User.getRoles()).
addSchema(String) - Method in class com.sap.scimono.entity.Resource.Builder
 
addSchema(String) - Method in class com.sap.scimono.entity.User.Builder
 
addSchemaExtension(SchemaExtension) - Method in class com.sap.scimono.entity.schema.ResourceType.Builder
 
addSchemaExtensions(Collection<SchemaExtension>) - Method in class com.sap.scimono.entity.schema.ResourceType.Builder
 
addSchemaToPathIfNotExist(String, String) - Static method in interface com.sap.scimono.callback.schemas.SchemasCallback
 
addSubAttribute(Attribute) - Method in class com.sap.scimono.entity.schema.Attribute.Builder
 
addSubAttributes(Collection<Attribute>) - Method in class com.sap.scimono.entity.schema.Attribute.Builder
 
addX509Certificate(X509Certificate) - Method in class com.sap.scimono.entity.User.Builder
adds an X509Certificate to the User
addX509Certificates(Collection<X509Certificate>) - Method in class com.sap.scimono.entity.User.Builder
Sets a collection of certificates issued to the User (See User.getX509Certificates()).
AIM - Static variable in class com.sap.scimono.entity.Im.Type
 
allNotNullOrEmpty(String...) - Static method in interface com.sap.scimono.helper.Strings
 
allNullOrEmpty(String...) - Static method in interface com.sap.scimono.helper.Strings
 
AND - Static variable in class com.sap.scimono.SCIMFilterLexer
 
AND - Static variable in class com.sap.scimono.SCIMFilterParser
 
AND() - Method in class com.sap.scimono.SCIMFilterParser.AndExpressionContext
 
AND() - Method in class com.sap.scimono.SCIMFilterParser.ValAndExpressionContext
 
AndExpressionContext(SCIMFilterParser.FilterContext) - Constructor for class com.sap.scimono.SCIMFilterParser.AndExpressionContext
 
AnyOperationPresenceValidator - Class in com.sap.scimono.entity.validation.patch
 
AnyOperationPresenceValidator() - Constructor for class com.sap.scimono.entity.validation.patch.AnyOperationPresenceValidator
 
API - Interface in com.sap.scimono.api
 
appendSubAttributeToPath(String, String) - Method in interface com.sap.scimono.callback.schemas.SchemasCallback
 
APPLICATION_JSON_SCIM - Static variable in interface com.sap.scimono.api.API
 
attrExp() - Method in class com.sap.scimono.SCIMFilterParser
 
attrExp() - Method in class com.sap.scimono.SCIMFilterParser.AttrExpressionContext
 
attrExp() - Method in class com.sap.scimono.SCIMFilterParser.ValAttrExpressionContext
 
AttrExpContext(ParserRuleContext, int) - Constructor for class com.sap.scimono.SCIMFilterParser.AttrExpContext
 
AttrExpContext() - Constructor for class com.sap.scimono.SCIMFilterParser.AttrExpContext
 
AttrExpressionContext(SCIMFilterParser.FilterContext) - Constructor for class com.sap.scimono.SCIMFilterParser.AttrExpressionContext
 
Attribute - Class in com.sap.scimono.entity.schema
 
Attribute.Builder - Class in com.sap.scimono.entity.schema
 
ATTRIBUTE_VALUE_FILTER_CLOSING - Static variable in interface com.sap.scimono.callback.schemas.SchemasCallback
 
ATTRIBUTE_VALUE_FILTER_OPENING - Static variable in interface com.sap.scimono.callback.schemas.SchemasCallback
 
AttributeDataType - Enum in com.sap.scimono.entity.schema
 
AttributeDataTypeValidator - Class in com.sap.scimono.entity.validation
 
AttributeDataTypeValidator(JsonNode) - Constructor for class com.sap.scimono.entity.validation.AttributeDataTypeValidator
 
AttributeImmutableValueValidator - Class in com.sap.scimono.entity.validation
 
AttributeImmutableValueValidator() - Constructor for class com.sap.scimono.entity.validation.AttributeImmutableValueValidator
 
AttributeMutabilityValidator - Class in com.sap.scimono.entity.validation.patch
 
AttributeMutabilityValidator() - Constructor for class com.sap.scimono.entity.validation.patch.AttributeMutabilityValidator
 
ATTRIBUTES_PARAM - Static variable in interface com.sap.scimono.api.API
 
ATTRNAME - Static variable in class com.sap.scimono.SCIMFilterLexer
 
ATTRNAME - Static variable in class com.sap.scimono.SCIMFilterParser
 
ATTRNAME() - Method in class com.sap.scimono.SCIMFilterParser.AttrPathContext
 
attrPath() - Method in class com.sap.scimono.SCIMFilterParser
 
attrPath() - Method in class com.sap.scimono.SCIMFilterParser.LogExpressionContext
 
attrPath() - Method in class com.sap.scimono.SCIMFilterParser.PresentExpressionContext
 
attrPath() - Method in class com.sap.scimono.SCIMFilterParser.ValuePathContext
 
AttrPathContext(ParserRuleContext, int) - Constructor for class com.sap.scimono.SCIMFilterParser.AttrPathContext
 
AuthenticationSchemeSetting - Class in com.sap.scimono.entity.config
Represents an authentication scheme as defined by SCIM 2.0, Service Provider Configuration Schema specification.
AuthenticationSchemeSetting(String, String, String, String, String) - Constructor for class com.sap.scimono.entity.config.AuthenticationSchemeSetting
 

B

BINARY - Static variable in class com.sap.scimono.entity.base.ExtensionFieldType
ExtensionFieldType for the Scim type Binary (actual type is ByteBuffer)
bind(HttpServletRequest) - Static method in class com.sap.scimono.api.ContextResolver
 
BOOLEAN - Static variable in class com.sap.scimono.entity.base.ExtensionFieldType
ExtensionFieldType for the Scim type Boolean (actual type is Boolean)
BOOLEAN - Static variable in class com.sap.scimono.SCIMFilterLexer
 
BOOLEAN - Static variable in class com.sap.scimono.SCIMFilterParser
 
BraceExpressionContext(SCIMFilterParser.FilterContext) - Constructor for class com.sap.scimono.SCIMFilterParser.BraceExpressionContext
 
build() - Method in class com.sap.scimono.api.ListResponseBuilder
 
build() - Method in class com.sap.scimono.entity.Address.Builder
 
build() - Method in class com.sap.scimono.entity.base.Extension.Builder
 
build() - Method in class com.sap.scimono.entity.base.MultiValuedAttribute.Builder
Builds a new Attribute with the given parameters
build() - Method in class com.sap.scimono.entity.bulk.BulkOperation.Builder
 
build() - Method in class com.sap.scimono.entity.bulk.RequestOperation.Builder
 
build() - Method in class com.sap.scimono.entity.bulk.ResponseOperation.Builder
 
build() - Method in class com.sap.scimono.entity.config.ServiceProviderConfig.Builder
 
build() - Method in class com.sap.scimono.entity.Email.Builder
 
build() - Method in class com.sap.scimono.entity.EnterpriseExtension.Builder
 
build() - Method in class com.sap.scimono.entity.Entitlement.Builder
 
build() - Method in class com.sap.scimono.entity.Group.Builder
 
build() - Method in class com.sap.scimono.entity.GroupRef.Builder
 
build() - Method in class com.sap.scimono.entity.Im.Builder
 
build() - Method in class com.sap.scimono.entity.Manager.Builder
 
build() - Method in class com.sap.scimono.entity.MemberRef.Builder
 
build() - Method in class com.sap.scimono.entity.Meta.Builder
Builds a Meta Object with the given parameters
build() - Method in class com.sap.scimono.entity.Name.Builder
Builds a Name Object with the given parameters
build() - Method in class com.sap.scimono.entity.patch.PatchBody.Builder
 
build() - Method in class com.sap.scimono.entity.patch.PatchOperation.Builder
build PatchOperation object based on attributes set on builder
build() - Method in class com.sap.scimono.entity.PhoneNumber.Builder
 
build() - Method in class com.sap.scimono.entity.Photo.Builder
 
build() - Method in class com.sap.scimono.entity.Resource.Builder
Builds the Object of the Builder
build() - Method in class com.sap.scimono.entity.Role.Builder
 
build() - Method in class com.sap.scimono.entity.schema.Attribute.Builder
 
build() - Method in class com.sap.scimono.entity.schema.ResourceType.Builder
 
build() - Method in class com.sap.scimono.entity.schema.Schema.Builder
 
build() - Method in class com.sap.scimono.entity.User.Builder
 
build() - Method in class com.sap.scimono.entity.X509Certificate.Builder
 
Builder() - Constructor for class com.sap.scimono.entity.Address.Builder
 
Builder(Address) - Constructor for class com.sap.scimono.entity.Address.Builder
builds an Builder based of the given Attribute
Builder(String) - Constructor for class com.sap.scimono.entity.base.Extension.Builder
Constructs an extension with the given urn.
Builder(Extension) - Constructor for class com.sap.scimono.entity.base.Extension.Builder
Constructs an extension based on the given extension.
Builder() - Constructor for class com.sap.scimono.entity.base.MultiValuedAttribute.Builder
 
Builder(MultiValuedAttribute) - Constructor for class com.sap.scimono.entity.base.MultiValuedAttribute.Builder
 
Builder() - Constructor for class com.sap.scimono.entity.bulk.BulkOperation.Builder
 
Builder(BulkOperation) - Constructor for class com.sap.scimono.entity.bulk.BulkOperation.Builder
 
builder() - Method in class com.sap.scimono.entity.bulk.RequestOperation
 
Builder() - Constructor for class com.sap.scimono.entity.bulk.RequestOperation.Builder
 
Builder(RequestOperation) - Constructor for class com.sap.scimono.entity.bulk.RequestOperation.Builder
 
builder() - Method in class com.sap.scimono.entity.bulk.ResponseOperation
 
builder() - Method in class com.sap.scimono.entity.config.ServiceProviderConfig
 
Builder() - Constructor for class com.sap.scimono.entity.config.ServiceProviderConfig.Builder
 
Builder() - Constructor for class com.sap.scimono.entity.Email.Builder
 
Builder(Email) - Constructor for class com.sap.scimono.entity.Email.Builder
builds an Builder based of the given Attribute
Builder() - Constructor for class com.sap.scimono.entity.EnterpriseExtension.Builder
 
Builder(EnterpriseExtension) - Constructor for class com.sap.scimono.entity.EnterpriseExtension.Builder
 
Builder(Map<String, Object>) - Constructor for class com.sap.scimono.entity.EnterpriseExtension.Builder
 
Builder() - Constructor for class com.sap.scimono.entity.Entitlement.Builder
 
Builder(Entitlement) - Constructor for class com.sap.scimono.entity.Entitlement.Builder
builds an Builder based of the given Attribute
builder() - Method in class com.sap.scimono.entity.Group
 
Builder() - Constructor for class com.sap.scimono.entity.Group.Builder
creates a new Group without a displayName
Builder(Group) - Constructor for class com.sap.scimono.entity.Group.Builder
Constructs a new builder by copying all values from the given Group
Builder(String) - Constructor for class com.sap.scimono.entity.Group.Builder
Constructs a new builder and sets the display name (See Group.getDisplayName()).
Builder() - Constructor for class com.sap.scimono.entity.GroupRef.Builder
 
Builder(GroupRef) - Constructor for class com.sap.scimono.entity.GroupRef.Builder
 
Builder() - Constructor for class com.sap.scimono.entity.Im.Builder
 
Builder(Im) - Constructor for class com.sap.scimono.entity.Im.Builder
builds an Builder based of the given Attribute
Builder() - Constructor for class com.sap.scimono.entity.Manager.Builder
 
Builder(Manager) - Constructor for class com.sap.scimono.entity.Manager.Builder
 
Builder(Map<String, String>) - Constructor for class com.sap.scimono.entity.Manager.Builder
 
Builder() - Constructor for class com.sap.scimono.entity.MemberRef.Builder
 
Builder(MemberRef) - Constructor for class com.sap.scimono.entity.MemberRef.Builder
builds an Builder based of the given Attribute
Builder(Resource<?>) - Constructor for class com.sap.scimono.entity.MemberRef.Builder
builds an Builder based of the given User or Group
Builder() - Constructor for class com.sap.scimono.entity.Meta.Builder
Constructs a new builder with the created and last modified time set to the current time
Builder(Instant, Instant) - Constructor for class com.sap.scimono.entity.Meta.Builder
Will set created to given value and lastModified to System.currentTime Only be used by the server.
Builder(Meta) - Constructor for class com.sap.scimono.entity.Meta.Builder
Constructs a new builder with the created and last modified time set to the given values
Builder() - Constructor for class com.sap.scimono.entity.Name.Builder
 
Builder(Name) - Constructor for class com.sap.scimono.entity.Name.Builder
 
Builder() - Constructor for class com.sap.scimono.entity.patch.PatchBody.Builder
 
Builder(List<PatchOperation>) - Constructor for class com.sap.scimono.entity.patch.PatchBody.Builder
builds an Builder based of the given Attribute
Builder(PatchBody) - Constructor for class com.sap.scimono.entity.patch.PatchBody.Builder
 
Builder() - Constructor for class com.sap.scimono.entity.patch.PatchOperation.Builder
 
Builder(PatchOperation) - Constructor for class com.sap.scimono.entity.patch.PatchOperation.Builder
builds an Builder based of the given Attribute
Builder() - Constructor for class com.sap.scimono.entity.PhoneNumber.Builder
 
Builder(PhoneNumber) - Constructor for class com.sap.scimono.entity.PhoneNumber.Builder
builds an Builder based of the given Attribute
Builder() - Constructor for class com.sap.scimono.entity.Photo.Builder
 
Builder(Photo) - Constructor for class com.sap.scimono.entity.Photo.Builder
builds an Builder based of the given Attribute
builder() - Method in class com.sap.scimono.entity.Resource
 
Builder(Resource<T>) - Constructor for class com.sap.scimono.entity.Resource.Builder
 
Builder() - Constructor for class com.sap.scimono.entity.Role.Builder
 
Builder(Role) - Constructor for class com.sap.scimono.entity.Role.Builder
builds an Builder based of the given Attribute
Builder() - Constructor for class com.sap.scimono.entity.schema.Attribute.Builder
 
builder() - Method in class com.sap.scimono.entity.schema.ResourceType
 
Builder() - Constructor for class com.sap.scimono.entity.schema.ResourceType.Builder
 
builder() - Method in class com.sap.scimono.entity.schema.Schema
 
Builder() - Constructor for class com.sap.scimono.entity.schema.Schema.Builder
 
builder() - Method in class com.sap.scimono.entity.User
 
Builder(String) - Constructor for class com.sap.scimono.entity.User.Builder
Constructs a new builder by with a set userName
Builder() - Constructor for class com.sap.scimono.entity.User.Builder
Creates a new builder without a userName
Builder(User) - Constructor for class com.sap.scimono.entity.User.Builder
Constructs a new builder by copying all values from the given User
Builder() - Constructor for class com.sap.scimono.entity.X509Certificate.Builder
 
Builder(X509Certificate) - Constructor for class com.sap.scimono.entity.X509Certificate.Builder
builds an Builder based of the given Attribute
BULK - Static variable in interface com.sap.scimono.api.API
 
Bulk - Class in com.sap.scimono.api
 
Bulk(Application, UriInfo) - Constructor for class com.sap.scimono.api.Bulk
 
bulk(BulkSetting) - Method in class com.sap.scimono.entity.config.ServiceProviderConfig.Builder
 
BULK_ID_FIELD - Static variable in class com.sap.scimono.entity.bulk.BulkOperation
 
BULK_REQUEST_SCHEMA - Static variable in class com.sap.scimono.entity.bulk.BulkBody
 
BULK_RESPONSE_SCHEMA - Static variable in class com.sap.scimono.entity.bulk.BulkBody
 
BulkBody<T extends BulkOperation> - Class in com.sap.scimono.entity.bulk
 
BulkOperation - Class in com.sap.scimono.entity.bulk
 
BulkOperation(String, String, String) - Constructor for class com.sap.scimono.entity.bulk.BulkOperation
 
BulkOperation.Builder<T extends BulkOperation> - Class in com.sap.scimono.entity.bulk
 
BulkOperationCastingException - Exception in com.sap.scimono.entity.bulk
 
BulkOperationCastingException(String, Class<?>) - Constructor for exception com.sap.scimono.entity.bulk.BulkOperationCastingException
 
BulkRequestCallback - Interface in com.sap.scimono.callback.bulk
 
BulkRequestValidator - Class in com.sap.scimono.entity.bulk.validation
 
BulkRequestValidator() - Constructor for class com.sap.scimono.entity.bulk.validation.BulkRequestValidator
 
BulkSetting - Class in com.sap.scimono.entity.config
 
BulkSetting(boolean, int, int) - Constructor for class com.sap.scimono.entity.config.BulkSetting
 

C

CanonicalValuesValidator - Class in com.sap.scimono.entity.validation
 
CanonicalValuesValidator(JsonNode) - Constructor for class com.sap.scimono.entity.validation.CanonicalValuesValidator
 
caseExact(boolean) - Method in class com.sap.scimono.entity.schema.Attribute.Builder
 
changePasswordSupported(boolean) - Method in class com.sap.scimono.entity.config.ServiceProviderConfig.Builder
 
channelNames - Static variable in class com.sap.scimono.SCIMFilterLexer
 
clearAttributes() - Method in class com.sap.scimono.entity.schema.Schema.Builder
 
clearCanonicalValues() - Method in class com.sap.scimono.entity.schema.Attribute.Builder
 
clearReferenceTypes() - Method in class com.sap.scimono.entity.schema.Attribute.Builder
 
clearSchemaExtensions() - Method in class com.sap.scimono.entity.schema.ResourceType.Builder
 
clearSubAttributes() - Method in class com.sap.scimono.entity.schema.Attribute.Builder
 
com.sap.scimono - package com.sap.scimono
 
com.sap.scimono.api - package com.sap.scimono.api
 
com.sap.scimono.api.helper - package com.sap.scimono.api.helper
 
com.sap.scimono.api.patch - package com.sap.scimono.api.patch
 
com.sap.scimono.api.preprocessor - package com.sap.scimono.api.preprocessor
 
com.sap.scimono.api.request - package com.sap.scimono.api.request
 
com.sap.scimono.callback.bulk - package com.sap.scimono.callback.bulk
 
com.sap.scimono.callback.config - package com.sap.scimono.callback.config
 
com.sap.scimono.callback.groups - package com.sap.scimono.callback.groups
 
com.sap.scimono.callback.resourcetype - package com.sap.scimono.callback.resourcetype
 
com.sap.scimono.callback.schemas - package com.sap.scimono.callback.schemas
 
com.sap.scimono.callback.users - package com.sap.scimono.callback.users
 
com.sap.scimono.entity - package com.sap.scimono.entity
 
com.sap.scimono.entity.base - package com.sap.scimono.entity.base
 
com.sap.scimono.entity.bulk - package com.sap.scimono.entity.bulk
 
com.sap.scimono.entity.bulk.validation - package com.sap.scimono.entity.bulk.validation
 
com.sap.scimono.entity.config - package com.sap.scimono.entity.config
 
com.sap.scimono.entity.data - package com.sap.scimono.entity.data
 
com.sap.scimono.entity.definition - package com.sap.scimono.entity.definition
 
com.sap.scimono.entity.paging - package com.sap.scimono.entity.paging
 
com.sap.scimono.entity.patch - package com.sap.scimono.entity.patch
 
com.sap.scimono.entity.schema - package com.sap.scimono.entity.schema
 
com.sap.scimono.entity.schema.resources - package com.sap.scimono.entity.schema.resources
 
com.sap.scimono.entity.schema.validation - package com.sap.scimono.entity.schema.validation
 
com.sap.scimono.entity.validation - package com.sap.scimono.entity.validation
 
com.sap.scimono.entity.validation.patch - package com.sap.scimono.entity.validation.patch
 
com.sap.scimono.exception - package com.sap.scimono.exception
 
com.sap.scimono.filter - package com.sap.scimono.filter
 
com.sap.scimono.filter.patch - package com.sap.scimono.filter.patch
 
com.sap.scimono.helper - package com.sap.scimono.helper
 
COMPLEX_ATTRIBUTE_DELIMETER - Static variable in interface com.sap.scimono.callback.schemas.SchemasCallback
 
COMPLEX_ATTRIBUTE_DELIMETER_REGEX - Static variable in interface com.sap.scimono.callback.schemas.SchemasCallback
 
containsIgnoreCase(String, String) - Static method in interface com.sap.scimono.helper.Strings
 
containsMember(String) - Method in class com.sap.scimono.entity.Group
 
ContextResolver - Class in com.sap.scimono.api
 
ContextResolver() - Constructor for class com.sap.scimono.api.ContextResolver
 
copyFrom(SCIMFilterParser.AttrExpContext) - Method in class com.sap.scimono.SCIMFilterParser.AttrExpContext
 
copyFrom(SCIMFilterParser.FilterContext) - Method in class com.sap.scimono.SCIMFilterParser.FilterContext
 
copyFrom(SCIMFilterParser.ValFilterContext) - Method in class com.sap.scimono.SCIMFilterParser.ValFilterContext
 
CORE_SCHEMA - Static variable in class com.sap.scimono.entity.Resource
 
CoreGroupAttributes - Enum in com.sap.scimono.entity.definition
 
CoreGroupAttributes.Constants - Interface in com.sap.scimono.entity.definition
 
CoreUserAttributes - Enum in com.sap.scimono.entity.definition
 
CoreUserAttributes.Constants - Interface in com.sap.scimono.entity.definition
 
COST_CENTER_FIELD - Static variable in interface com.sap.scimono.entity.definition.EnterpriseUserAttributes.Constants
 
COUNT_PARAM - Static variable in interface com.sap.scimono.api.API
 
createCustomSchema(Schema) - Method in class com.sap.scimono.callback.schemas.DefaultSchemasCallback
 
createCustomSchema(Schema) - Method in interface com.sap.scimono.callback.schemas.SchemasCallback
Creates a schema with the provided attributes.
createGroup(Group) - Method in class com.sap.scimono.api.Groups
 
createGroup(Group) - Method in class com.sap.scimono.callback.groups.DefaultGroupsCallback
 
createGroup(Group) - Method in interface com.sap.scimono.callback.groups.GroupsCallback
Creates a group with the provided attributes.
createObjectMapper() - Static method in class com.sap.scimono.api.helper.ObjectMapperFactory
 
createPrettyEntityString(Map<String, Object>, Class<?>) - Static method in interface com.sap.scimono.helper.Strings
 
createSchema(Schema) - Method in class com.sap.scimono.api.Schemas
 
createUser(User) - Method in class com.sap.scimono.api.Users
 
createUser(User) - Method in class com.sap.scimono.callback.users.DefaultUsersCallback
 
createUser(User) - Method in interface com.sap.scimono.callback.users.UsersCallback
Creates a user with the provided attributes.
createValidationException(String, String) - Method in class com.sap.scimono.entity.base.ExtensionFieldType
 
currentAttributePath - Variable in class com.sap.scimono.filter.patch.ValuePathAttributesValidationVisitor
 
CustomInputValidator - Interface in com.sap.scimono.entity.schema.validation
 
CustomInputValidator.Type - Enum in com.sap.scimono.entity.schema.validation
 

D

DataURI - Class in com.sap.scimono.entity.data
A URI of the form data:[][;base64],
DATETIME - Static variable in class com.sap.scimono.entity.base.ExtensionFieldType
ExtensionFieldType for the Scim type DateTime (actual type is Date).
DECIMAL - Static variable in class com.sap.scimono.entity.base.ExtensionFieldType
ExtensionFieldType for the Scim type Decimal (actual type is BigDecimal)
DECIMAL - Static variable in class com.sap.scimono.SCIMFilterLexer
 
DECIMAL - Static variable in class com.sap.scimono.SCIMFilterParser
 
DEFAULT_COUNT - Static variable in class com.sap.scimono.entity.paging.PagedByIndexSearchResult
 
DEFAULT_START_INDEX - Static variable in class com.sap.scimono.entity.paging.PagedByIndexSearchResult
 
DefaultBulkRequestCallback - Class in com.sap.scimono.callback.bulk
 
DefaultBulkRequestCallback() - Constructor for class com.sap.scimono.callback.bulk.DefaultBulkRequestCallback
 
DefaultGroupsCallback - Class in com.sap.scimono.callback.groups
 
DefaultGroupsCallback() - Constructor for class com.sap.scimono.callback.groups.DefaultGroupsCallback
 
DefaultResourceTypesCallback - Class in com.sap.scimono.callback.resourcetype
 
DefaultResourceTypesCallback() - Constructor for class com.sap.scimono.callback.resourcetype.DefaultResourceTypesCallback
 
DefaultSchemasCallback - Class in com.sap.scimono.callback.schemas
 
DefaultSchemasCallback() - Constructor for class com.sap.scimono.callback.schemas.DefaultSchemasCallback
 
DefaultSCIMConfigurationCallback - Class in com.sap.scimono.callback.config
 
DefaultSCIMConfigurationCallback() - Constructor for class com.sap.scimono.callback.config.DefaultSCIMConfigurationCallback
 
DefaultUsersCallback - Class in com.sap.scimono.callback.users
 
DefaultUsersCallback() - Constructor for class com.sap.scimono.callback.users.DefaultUsersCallback
 
deleteCustomSchema(String) - Method in class com.sap.scimono.callback.schemas.DefaultSchemasCallback
 
deleteCustomSchema(String) - Method in interface com.sap.scimono.callback.schemas.SchemasCallback
Deletes the schema with the specified schemaId.
deleteGroup(String) - Method in class com.sap.scimono.api.Groups
 
deleteGroup(String) - Method in class com.sap.scimono.callback.groups.DefaultGroupsCallback
 
deleteGroup(String) - Method in interface com.sap.scimono.callback.groups.GroupsCallback
Deletes the group with the specified groupId.
deleteSchema(String) - Method in class com.sap.scimono.api.Schemas
 
deleteUser(String) - Method in class com.sap.scimono.api.Users
 
deleteUser(String) - Method in class com.sap.scimono.callback.users.DefaultUsersCallback
 
deleteUser(String) - Method in interface com.sap.scimono.callback.users.UsersCallback
Deletes the user with the specified userId.
DEPARTMENT_FIELD - Static variable in interface com.sap.scimono.entity.definition.EnterpriseUserAttributes.Constants
 
description(String) - Method in class com.sap.scimono.entity.schema.Attribute.Builder
 
description(String) - Method in class com.sap.scimono.entity.schema.ResourceType.Builder
 
description(String) - Method in class com.sap.scimono.entity.schema.Schema.Builder
 
DIRECT - Static variable in class com.sap.scimono.entity.GroupRef.Type
The User is in the Group directly.
DISPLAY_FIELD - Static variable in interface com.sap.scimono.entity.definition.ResourceConstants.MultivaluedAttributeConstants
 
DISPLAY_NAME_FIELD - Static variable in interface com.sap.scimono.entity.definition.ResourceConstants
 
DIVISION_FIELD - Static variable in interface com.sap.scimono.entity.definition.EnterpriseUserAttributes.Constants
 
documentationUri(String) - Method in class com.sap.scimono.entity.config.ServiceProviderConfig.Builder
 

E

Email - Class in com.sap.scimono.entity
This class represents a email attribute.
Email.Builder - Class in com.sap.scimono.entity
Builder class that is used to build Email instances
Email.Type - Class in com.sap.scimono.entity
Represents an email type.
EMAILS_FIELD - Static variable in interface com.sap.scimono.entity.definition.CoreUserAttributes.Constants
 
EmailsValidator - Class in com.sap.scimono.entity.schema.validation
 
EmailsValidator(Application, UriInfo) - Constructor for class com.sap.scimono.entity.schema.validation.EmailsValidator
 
EMPLOYEE_NUMBER_FIELD - Static variable in interface com.sap.scimono.entity.definition.EnterpriseUserAttributes.Constants
 
endpoint(String) - Method in class com.sap.scimono.entity.schema.ResourceType.Builder
 
ensureValueIsNotNull(Object) - Method in class com.sap.scimono.entity.base.ExtensionFieldType
 
ENTERPRISE_URN - Static variable in class com.sap.scimono.entity.EnterpriseExtension
 
EnterpriseExtension - Class in com.sap.scimono.entity
Java class for Enterprise User Schema extension.
EnterpriseExtension.Builder - Class in com.sap.scimono.entity
 
EnterpriseUserAttributes - Enum in com.sap.scimono.entity.definition
 
EnterpriseUserAttributes.Constants - Interface in com.sap.scimono.entity.definition
 
Entitlement - Class in com.sap.scimono.entity
This class represents a entitlement attribute.
Entitlement.Builder - Class in com.sap.scimono.entity
Builder class that is used to build Entitlement instances
Entitlement.Type - Class in com.sap.scimono.entity
Represents an entitlement type.
ENTITLEMENTS_FIELD - Static variable in interface com.sap.scimono.entity.definition.CoreUserAttributes.Constants
 
equals(Object) - Method in class com.sap.scimono.entity.Address
 
equals(Object) - Method in class com.sap.scimono.entity.base.Extension
 
equals(Object) - Method in class com.sap.scimono.entity.base.MultiValuedAttribute
 
equals(Object) - Method in class com.sap.scimono.entity.base.MultiValuedAttributeType
 
equals(Object) - Method in class com.sap.scimono.entity.config.AuthenticationSchemeSetting
 
equals(Object) - Method in class com.sap.scimono.entity.config.BulkSetting
 
equals(Object) - Method in class com.sap.scimono.entity.config.FilterSetting
 
equals(Object) - Method in class com.sap.scimono.entity.config.PagingSetting
 
equals(Object) - Method in class com.sap.scimono.entity.config.ProviderConfigSetting
 
equals(Object) - Method in class com.sap.scimono.entity.config.ServiceProviderConfig
 
equals(Object) - Method in class com.sap.scimono.entity.data.DataURI
 
equals(Object) - Method in class com.sap.scimono.entity.Email
 
equals(Object) - Method in class com.sap.scimono.entity.Entitlement
 
equals(Object) - Method in class com.sap.scimono.entity.Group
 
equals(Object) - Method in class com.sap.scimono.entity.GroupRef
 
equals(Object) - Method in class com.sap.scimono.entity.Im
 
equals(Object) - Method in class com.sap.scimono.entity.Manager
 
equals(Object) - Method in class com.sap.scimono.entity.MemberRef
 
equals(Object) - Method in class com.sap.scimono.entity.Meta
 
equals(Object) - Method in class com.sap.scimono.entity.Name
 
equals(Object) - Method in class com.sap.scimono.entity.patch.PatchBody
 
equals(Object) - Method in class com.sap.scimono.entity.PhoneNumber
 
equals(Object) - Method in class com.sap.scimono.entity.Photo
 
equals(Object) - Method in class com.sap.scimono.entity.Resource
 
equals(Object) - Method in class com.sap.scimono.entity.Role
 
equals(Object) - Method in class com.sap.scimono.entity.schema.Attribute
 
equals(Object) - Method in class com.sap.scimono.entity.schema.ResourceType
 
equals(Object) - Method in class com.sap.scimono.entity.schema.Schema
 
equals(Object) - Method in class com.sap.scimono.entity.schema.SchemaExtension
 
equals(Object) - Method in class com.sap.scimono.entity.User
 
equals(Object) - Method in class com.sap.scimono.entity.X509Certificate
 
eraseAllFormCustomExtensions(T) - Method in class com.sap.scimono.helper.ReadOnlyAttributesEraser
 
eraseAllUnnecessarySchemas(T, String) - Method in class com.sap.scimono.helper.UnnecessarySchemasEraser
 
errorResponse(SCIMException) - Method in class com.sap.scimono.entity.bulk.RequestOperation
 
ErrorResponse - Class in com.sap.scimono.entity
 
ErrorResponse(int, String, String) - Constructor for class com.sap.scimono.entity.ErrorResponse
 
errorResponseFromExistingValidationError() - Method in class com.sap.scimono.entity.bulk.RequestOperation
 
etagSupported(boolean) - Method in class com.sap.scimono.entity.config.ServiceProviderConfig.Builder
 
EXCLUDED_ATTRIBUTES_PARAM - Static variable in interface com.sap.scimono.api.API
 
Extension - Class in com.sap.scimono.entity.base
This class represents a schema extension.
Extension(Extension.Builder) - Constructor for class com.sap.scimono.entity.base.Extension
 
Extension.Builder - Class in com.sap.scimono.entity.base
Builder class that is used to build Extension instances
EXTENSION_SCHEMA_URN - Static variable in class com.sap.scimono.entity.schema.Schema
 
ExtensionFieldType<T> - Class in com.sap.scimono.entity.base
This enum like class represents the valid extension field types.
ExtensionFieldType(String) - Constructor for class com.sap.scimono.entity.base.ExtensionFieldType
 
EXTERNAL_ID_FIELD - Static variable in interface com.sap.scimono.entity.definition.ResourceConstants
 
extractRootFromPath(String) - Static method in class com.sap.scimono.entity.bulk.RequestOperation
 

F

FAX - Static variable in class com.sap.scimono.entity.PhoneNumber.Type
 
filter(ContainerRequestContext) - Method in class com.sap.scimono.api.ServletRequestProviderFilter
 
filter(ContainerRequestContext, ContainerResponseContext) - Method in class com.sap.scimono.api.ServletRequestProviderFilter
 
filter(FilterSetting) - Method in class com.sap.scimono.entity.config.ServiceProviderConfig.Builder
 
filter() - Method in class com.sap.scimono.SCIMFilterParser.AndExpressionContext
 
filter(int) - Method in class com.sap.scimono.SCIMFilterParser.AndExpressionContext
 
filter() - Method in class com.sap.scimono.SCIMFilterParser.BraceExpressionContext
 
filter() - Method in class com.sap.scimono.SCIMFilterParser
 
filter() - Method in class com.sap.scimono.SCIMFilterParser.OrExpressionContext
 
filter(int) - Method in class com.sap.scimono.SCIMFilterParser.OrExpressionContext
 
filter() - Method in class com.sap.scimono.SCIMFilterParser.ParseContext
 
FILTER_PARAM - Static variable in interface com.sap.scimono.api.API
 
FilterContext(ParserRuleContext, int) - Constructor for class com.sap.scimono.SCIMFilterParser.FilterContext
 
FilterContext() - Constructor for class com.sap.scimono.SCIMFilterParser.FilterContext
 
FilterSetting - Class in com.sap.scimono.entity.config
 
FilterSetting(boolean, int) - Constructor for class com.sap.scimono.entity.config.FilterSetting
 
firstNonNull(T...) - Static method in interface com.sap.scimono.helper.Objects
 
forGroups(List<Group>) - Static method in class com.sap.scimono.api.ListResponseBuilder
 
forGroups(ResourceLocationService, GroupsCallback, ResourceTypesCallback, SchemasCallback) - Static method in class com.sap.scimono.api.preprocessor.ResourcePreProcessor
 
forPost(SchemasCallback, ResourceTypesCallback) - Static method in class com.sap.scimono.entity.validation.ResourceCustomAttributesValidator
 
forPut(SchemasCallback, ResourceTypesCallback) - Static method in class com.sap.scimono.entity.validation.ResourceCustomAttributesValidator
 
forRequest(List<RequestOperation>) - Static method in class com.sap.scimono.entity.bulk.BulkBody
 
forRequest(Integer, List<RequestOperation>) - Static method in class com.sap.scimono.entity.bulk.BulkBody
 
forResponse(List<ResponseOperation>) - Static method in class com.sap.scimono.entity.bulk.BulkBody
 
forUsers(List<User>) - Static method in class com.sap.scimono.api.ListResponseBuilder
 
forUsers(ResourceLocationService, UsersCallback, ResourceTypesCallback, SchemasCallback) - Static method in class com.sap.scimono.api.preprocessor.ResourcePreProcessor
 
from(Object) - Method in class com.sap.scimono.entity.base.ExtensionFieldType
 
from(String) - Static method in enum com.sap.scimono.entity.bulk.RequestMethod
 
from(String) - Static method in enum com.sap.scimono.entity.definition.CoreGroupAttributes
 
from(String) - Static method in enum com.sap.scimono.entity.definition.CoreUserAttributes
 
from(String) - Static method in enum com.sap.scimono.entity.definition.EnterpriseUserAttributes
 
from(String) - Method in class com.sap.scimono.entity.definition.ScimAttributesFactory
Parses the attribute name (which can either be its short name, e.g.
from(Application) - Static method in class com.sap.scimono.SCIMApplication
Returns the specific application implementation instance.
fromString(String) - Method in class com.sap.scimono.entity.base.ExtensionFieldType
Converts the given String to the actual type.
fullAttributePath() - Method in enum com.sap.scimono.entity.definition.CoreGroupAttributes
 
fullAttributePath() - Method in enum com.sap.scimono.entity.definition.CoreUserAttributes
 
fullAttributePath() - Method in enum com.sap.scimono.entity.definition.EnterpriseUserAttributes
 
fullAttributePath() - Method in interface com.sap.scimono.entity.definition.ScimAttribute
 

G

generateId() - Method in class com.sap.scimono.callback.groups.DefaultGroupsCallback
 
generateId() - Method in interface com.sap.scimono.callback.groups.GroupsCallback
Generates a group id for a new group
generateId() - Method in class com.sap.scimono.callback.users.DefaultUsersCallback
 
generateId() - Method in interface com.sap.scimono.callback.users.UsersCallback
Generates a user id for a new user
getAdditionalAttributes() - Method in class com.sap.scimono.entity.Meta
Gets the additional meta attributes provided by service provider
getAdditionalResourceProviders() - Method in class com.sap.scimono.SCIMApplication
Return a set of classes that should be exposed as resource providers (e.g.
getAddresses() - Method in class com.sap.scimono.entity.User
Gets the physical mailing addresses for this user.
getAsInputStream() - Method in class com.sap.scimono.entity.data.DataURI
 
getAsURI() - Method in class com.sap.scimono.entity.data.DataURI
 
getATN() - Method in class com.sap.scimono.SCIMFilterLexer
 
getATN() - Method in class com.sap.scimono.SCIMFilterParser
 
getAttribute(String) - Method in class com.sap.scimono.callback.schemas.DefaultSchemasCallback
 
getAttribute(String) - Method in interface com.sap.scimono.callback.schemas.SchemasCallback
Returns SCIM attribute definition
getAttribute(String) - Method in class com.sap.scimono.entity.base.Extension
 
getAttributes() - Method in class com.sap.scimono.entity.base.Extension
 
getAttributes() - Method in class com.sap.scimono.entity.Meta
Gets the attributes to be deleted from the Resource
getAttributes() - Method in class com.sap.scimono.entity.schema.Schema
 
getAttributesToBeExcluded() - Method in class com.sap.scimono.api.request.RequestedResourceAttributes
 
getAttributesToBeReturned() - Method in class com.sap.scimono.api.request.RequestedResourceAttributes
 
getAttributeValueAsString(String) - Method in class com.sap.scimono.entity.base.Extension
 
getAuthenticationSchemes() - Method in class com.sap.scimono.entity.config.ServiceProviderConfig
 
getAuthSchemeSetting() - Method in class com.sap.scimono.callback.config.DefaultSCIMConfigurationCallback
 
getAuthSchemeSetting() - Method in interface com.sap.scimono.callback.config.SCIMConfigurationCallback
 
getBulk() - Method in class com.sap.scimono.entity.config.ServiceProviderConfig
 
getBulkId() - Method in class com.sap.scimono.entity.bulk.BulkOperation
 
getBulkRequestCallback() - Method in class com.sap.scimono.SCIMApplication
 
getBulkSetting() - Method in class com.sap.scimono.callback.config.DefaultSCIMConfigurationCallback
 
getBulkSetting() - Method in interface com.sap.scimono.callback.config.SCIMConfigurationCallback
 
getCanonicalValues() - Method in class com.sap.scimono.entity.schema.Attribute
 
getChangePassword() - Method in class com.sap.scimono.entity.config.ServiceProviderConfig
 
getChannelNames() - Method in class com.sap.scimono.SCIMFilterLexer
 
getClasses() - Method in class com.sap.scimono.SCIMApplication
 
getComplexAttributePath(String) - Method in interface com.sap.scimono.callback.schemas.SchemasCallback
 
getConfigurationCallback() - Method in class com.sap.scimono.SCIMApplication
 
getContext(Class<?>) - Method in class com.sap.scimono.api.helper.JacksonResolver
 
getCoreSchemaId() - Method in class com.sap.scimono.entity.validation.patch.ValuePathAttributesValidator
 
getCostCenter() - Method in class com.sap.scimono.entity.EnterpriseExtension
 
getCountry() - Method in class com.sap.scimono.entity.Address
Gets the country name in ISO 3166-1 alpha 2 format, e.g.
getCreated() - Method in class com.sap.scimono.entity.Meta
Gets the date when the Resource was created
getCustomConstraintValidators() - Method in class com.sap.scimono.SCIMApplication
 
getCustomExtensions() - Method in class com.sap.scimono.entity.Resource
 
getCustomResourceType(String) - Method in class com.sap.scimono.callback.resourcetype.DefaultResourceTypesCallback
 
getCustomResourceType(String) - Method in interface com.sap.scimono.callback.resourcetype.ResourceTypesCallback
Return the custom resource type with the specified unique id.
getCustomResourceTypes() - Method in class com.sap.scimono.callback.resourcetype.DefaultResourceTypesCallback
 
getCustomResourceTypes() - Method in interface com.sap.scimono.callback.resourcetype.ResourceTypesCallback
Return all custom resource types defined by the implementation (e.g.
getCustomSchema(String) - Method in class com.sap.scimono.callback.schemas.DefaultSchemasCallback
 
getCustomSchema(String) - Method in interface com.sap.scimono.callback.schemas.SchemasCallback
Returns the schema with the specified schemaId.
getCustomSchemas() - Method in class com.sap.scimono.callback.schemas.DefaultSchemasCallback
 
getCustomSchemas() - Method in interface com.sap.scimono.callback.schemas.SchemasCallback
Returns list of all custom created schemas (with urn starting with urn:sap:cloud:scim:schemas:extension:custom:2.0:) available in the system
getData() - Method in class com.sap.scimono.entity.bulk.RequestOperation
 
getDataAsGroup() - Method in class com.sap.scimono.entity.bulk.RequestOperation
 
getDataAsPatch() - Method in class com.sap.scimono.entity.bulk.RequestOperation
 
getDataAsScimError() - Method in class com.sap.scimono.entity.bulk.RequestOperation
 
getDataAsUser() - Method in class com.sap.scimono.entity.bulk.RequestOperation
 
getDefaultCount() - Method in class com.sap.scimono.entity.config.PagingSetting
 
getDefaultStartIndex() - Method in class com.sap.scimono.entity.config.PagingSetting
 
getDepartment() - Method in class com.sap.scimono.entity.EnterpriseExtension
 
getDescription() - Method in class com.sap.scimono.entity.config.AuthenticationSchemeSetting
 
getDescription() - Method in class com.sap.scimono.entity.schema.Attribute
 
getDescription() - Method in class com.sap.scimono.entity.schema.ResourceType
 
getDescription() - Method in class com.sap.scimono.entity.schema.Schema
 
getDetail() - Method in class com.sap.scimono.entity.ErrorResponse
 
getDisplay() - Method in class com.sap.scimono.entity.base.MultiValuedAttribute
Gets the human readable name, primarily used for display purposes.
getDisplayName() - Method in class com.sap.scimono.entity.Group
Gets the human readable name of this Group.
getDisplayName() - Method in class com.sap.scimono.entity.Manager
 
getDisplayName() - Method in class com.sap.scimono.entity.User
Gets the name of the User, suitable for display to end-users.
getDivision() - Method in class com.sap.scimono.entity.EnterpriseExtension
 
getDocumentationUri() - Method in class com.sap.scimono.entity.config.AuthenticationSchemeSetting
 
getDocumentationUri() - Method in class com.sap.scimono.entity.config.ServiceProviderConfig
 
getEmails() - Method in class com.sap.scimono.entity.User
Gets all E-mail addresses for the User.
getEmployeeNumber() - Method in class com.sap.scimono.entity.EnterpriseExtension
 
getEndpoint() - Method in class com.sap.scimono.entity.schema.ResourceType
 
getEntitlements() - Method in class com.sap.scimono.entity.User
Gets a list of entitlements for the user that represent a thing the User has.
getEntityCount() - Method in class com.sap.scimono.entity.paging.PageInfo
 
getEtag() - Method in class com.sap.scimono.entity.config.ServiceProviderConfig
 
getETagSupportedSetting() - Method in class com.sap.scimono.callback.config.DefaultSCIMConfigurationCallback
 
getETagSupportedSetting() - Method in interface com.sap.scimono.callback.config.SCIMConfigurationCallback
 
getExtension(String) - Method in class com.sap.scimono.entity.Resource
Provides the Extension with the given URN
getExtensions() - Method in class com.sap.scimono.entity.Resource
Provides an unmodifiable view of all additional Extension fields of the user
getExternalId() - Method in class com.sap.scimono.entity.Resource
Gets the external Id of the resource.
getFailOnErrors() - Method in class com.sap.scimono.entity.bulk.BulkBody
 
getFamilyName() - Method in class com.sap.scimono.entity.Name
Gets the family name of the User.
getFilter() - Method in class com.sap.scimono.entity.config.ServiceProviderConfig
 
getFilterSetting() - Method in class com.sap.scimono.callback.config.DefaultSCIMConfigurationCallback
 
getFilterSetting() - Method in interface com.sap.scimono.callback.config.SCIMConfigurationCallback
 
getFormatted() - Method in class com.sap.scimono.entity.Address
Gets the full mailing address, formatted for display or use with a mailing label.
getFormatted() - Method in class com.sap.scimono.entity.Name
Gets the full name, including all middle names, titles, and suffixes as appropriate, formatted for display.
getGivenName() - Method in class com.sap.scimono.entity.Name
Gets the given (first) name of the User.
getGrammarFileName() - Method in class com.sap.scimono.SCIMFilterLexer
 
getGrammarFileName() - Method in class com.sap.scimono.SCIMFilterParser
 
getGroup(String, String, String) - Method in class com.sap.scimono.api.Groups
 
getGroup(String) - Method in class com.sap.scimono.callback.groups.DefaultGroupsCallback
 
getGroup(String) - Method in interface com.sap.scimono.callback.groups.GroupsCallback
 
getGroup(String, RequestedResourceAttributes) - Method in interface com.sap.scimono.callback.groups.GroupsCallback
 
getGroups(String, String, String, String, String, String) - Method in class com.sap.scimono.api.Groups
 
getGroups(PageInfo, String) - Method in class com.sap.scimono.callback.groups.DefaultGroupsCallback
 
getGroups(PageInfo, String) - Method in interface com.sap.scimono.callback.groups.GroupsCallback
Returns a page of groups (limited by SCIMConfigurationCallback.getMaxResourcesPerPage()), taking into account the specified filter and paging parameters.
getGroups(PageInfo, String, RequestedResourceAttributes) - Method in interface com.sap.scimono.callback.groups.GroupsCallback
Returns a page of groups (more info in GroupsCallback.getGroups(PageInfo, String) ()} adding specifying additional attributes to be returned of excluded from the response
getGroups() - Method in class com.sap.scimono.entity.User
Gets a list of groups that the user belongs to.
getGroupsCallback() - Method in class com.sap.scimono.SCIMApplication
 
getHonorificPrefix() - Method in class com.sap.scimono.entity.Name
Gets the honorific prefix(es) of the User.
getHonorificSuffix() - Method in class com.sap.scimono.entity.Name
Gets the honorific suffix(es) of the User.
getId() - Method in class com.sap.scimono.entity.Resource
Gets the Id of the resource.
getImportedSchemasFromCSVs() - Static method in class com.sap.scimono.entity.schema.resources.SchemaCSVReader
 
getIms() - Method in class com.sap.scimono.entity.User
Gets the instant messaging address for the user.
getInstance(int, int, String) - Static method in class com.sap.scimono.entity.paging.PageInfo
 
getItemsPerPage() - Method in class com.sap.scimono.entity.paging.PagedByIndexSearchResult
The number of Resources returned in a list response page.
getLastModified() - Method in class com.sap.scimono.entity.Meta
Gets the date when the Resource was last modified
getLocale() - Method in class com.sap.scimono.entity.User
Gets the default location of the User in ISO 639-1 two letter language code, e.g.
getLocality() - Method in class com.sap.scimono.entity.Address
Gets the city or locality
getLocation() - Method in class com.sap.scimono.entity.bulk.ResponseOperation
 
getLocation() - Method in class com.sap.scimono.entity.Meta
Gets the URI of the Resource being returned.
getLocation(String) - Method in class com.sap.scimono.helper.ResourceLocationService
 
getLocation() - Method in class com.sap.scimono.helper.ResourceLocationService
 
getManager() - Method in class com.sap.scimono.entity.EnterpriseExtension
 
getMaxOperations() - Method in class com.sap.scimono.entity.config.BulkSetting
 
getMaxPayloadSize() - Method in class com.sap.scimono.entity.config.BulkSetting
 
getMaxResourcesPerPage() - Method in class com.sap.scimono.callback.config.DefaultSCIMConfigurationCallback
 
getMaxResourcesPerPage() - Method in interface com.sap.scimono.callback.config.SCIMConfigurationCallback
Determines the maximum amount of resources (e.g.
getMaxResults() - Method in class com.sap.scimono.entity.config.FilterSetting
 
getMe(SecurityContext) - Method in class com.sap.scimono.api.Users
 
getMembers() - Method in class com.sap.scimono.entity.Group
Gets the list of members of this Group.
getMeta() - Method in class com.sap.scimono.entity.patch.PatchBody
 
getMeta() - Method in class com.sap.scimono.entity.Resource
Gets the meta attribute
getMethod() - Method in class com.sap.scimono.entity.bulk.BulkOperation
 
getMiddleName() - Method in class com.sap.scimono.entity.Name
Gets the middle name(s) of the User.
getMimeType() - Method in class com.sap.scimono.entity.data.DataURI
a mime type e.g.
getModeNames() - Method in class com.sap.scimono.SCIMFilterLexer
 
getMutability() - Method in class com.sap.scimono.entity.schema.Attribute
 
getName() - Method in class com.sap.scimono.entity.base.ExtensionFieldType
Returns the name of the ExtensionFieldType
getName() - Method in class com.sap.scimono.entity.config.AuthenticationSchemeSetting
 
getName() - Method in class com.sap.scimono.entity.schema.Attribute
 
getName() - Method in class com.sap.scimono.entity.schema.ResourceType
 
getName() - Method in class com.sap.scimono.entity.schema.Schema
 
getName() - Method in class com.sap.scimono.entity.User
Gets the components of the User's real name.
getNextId() - Method in class com.sap.scimono.entity.paging.PagedByIdentitySearchResult
 
getNextIdPagingParam() - Method in class com.sap.scimono.entity.config.PagingSetting
 
getNickName() - Method in class com.sap.scimono.entity.User
Gets the casual way to address the user in real life,
getOp() - Method in class com.sap.scimono.entity.patch.PatchOperation
 
getOperation() - Method in class com.sap.scimono.entity.base.MultiValuedAttribute
Gets the operation applied during a PATCH request.
getOperations() - Method in class com.sap.scimono.entity.bulk.BulkBody
 
getOperations() - Method in class com.sap.scimono.entity.patch.PatchBody
 
getOrganization() - Method in class com.sap.scimono.entity.EnterpriseExtension
 
getOwnerSchemaId() - Method in class com.sap.scimono.entity.schema.Attribute
 
getPaging() - Method in class com.sap.scimono.entity.config.ServiceProviderConfig
 
getPagingSetting() - Method in class com.sap.scimono.callback.config.DefaultSCIMConfigurationCallback
 
getPagingSetting() - Method in interface com.sap.scimono.callback.config.SCIMConfigurationCallback
 
getParent() - Method in enum com.sap.scimono.entity.definition.CoreGroupAttributes
 
getParent() - Method in enum com.sap.scimono.entity.definition.CoreUserAttributes
 
getParent() - Method in enum com.sap.scimono.entity.definition.EnterpriseUserAttributes
 
getParent() - Method in interface com.sap.scimono.entity.definition.ScimAttribute
 
getParsedFilter() - Method in class com.sap.scimono.filter.patch.ValuePathAttributesValidationVisitor
 
getParsedFilter() - Method in class com.sap.scimono.filter.patch.ValuePathRestrictionsValidatorVisitor
 
getParsedFilter() - Method in class com.sap.scimono.filter.patch.ValuePathStructureValidationVisitor
 
getParsedFilter() - Method in class com.sap.scimono.filter.QueryFilterVisitor
Returns the constructed custom filter after visiting the full expression tree.
getPassword() - Method in class com.sap.scimono.entity.User
Gets the password from the User.
getPasswordChangeSupportedSetting() - Method in class com.sap.scimono.callback.config.DefaultSCIMConfigurationCallback
 
getPasswordChangeSupportedSetting() - Method in interface com.sap.scimono.callback.config.SCIMConfigurationCallback
 
getPatch() - Method in class com.sap.scimono.entity.config.ServiceProviderConfig
 
getPatchSupportedSetting() - Method in class com.sap.scimono.callback.config.DefaultSCIMConfigurationCallback
 
getPatchSupportedSetting() - Method in interface com.sap.scimono.callback.config.SCIMConfigurationCallback
 
getPath() - Method in class com.sap.scimono.entity.bulk.RequestOperation
 
getPath() - Method in class com.sap.scimono.entity.patch.PatchOperation
 
getPhoneNumbers() - Method in class com.sap.scimono.entity.User
Gets the phone numbers for the user.
getPhotos() - Method in class com.sap.scimono.entity.User
Gets the URL's of the photos of the user.
getPostalCode() - Method in class com.sap.scimono.entity.Address
Gets the postal code
getPreferredLanguage() - Method in class com.sap.scimono.entity.User
Gets the preferred written or spoken language of the User in ISO 3166-1 alpha 2 format, e.g.
getPrimaryOrFirstEmail() - Method in class com.sap.scimono.entity.User
try to extract an email from the User.
getProfileUrl() - Method in class com.sap.scimono.entity.User
Gets a fully qualified URL to a page representing the User's online profile.
getProperties() - Method in class com.sap.scimono.SCIMApplication
 
getRawData() - Method in class com.sap.scimono.entity.bulk.RequestOperation
 
getRedirectApiRoot() - Method in interface com.sap.scimono.callback.config.SCIMConfigurationCallback
 
getReference() - Method in class com.sap.scimono.entity.base.MultiValuedAttribute
Gets the reference to the actual SCIM Resource.
getReference() - Method in class com.sap.scimono.entity.Manager
 
getReferenceTypes() - Method in class com.sap.scimono.entity.schema.Attribute
 
getRegion() - Method in class com.sap.scimono.entity.Address
Gets the state or region
getRequiredSchemas() - Method in class com.sap.scimono.entity.validation.patch.ValuePathAttributesValidator
 
getResourceId() - Method in class com.sap.scimono.entity.bulk.RequestOperation
 
getResourceId() - Method in class com.sap.scimono.entity.bulk.ResponseOperation
 
getResources() - Method in class com.sap.scimono.entity.paging.PagedByIndexSearchResult
gets a list of found Users or Groups
getResources() - Method in class com.sap.scimono.entity.paging.PagedResult
 
getResourcesCount() - Method in class com.sap.scimono.entity.paging.PagedResult
 
getResourceType(String) - Method in class com.sap.scimono.api.ResourceTypes
 
getResourceType() - Method in class com.sap.scimono.entity.bulk.RequestOperation
 
getResourceType() - Method in class com.sap.scimono.entity.bulk.ResponseOperation
 
getResourceType() - Method in class com.sap.scimono.entity.Meta
Gets the type of the Resource (User or Group)
getResourceTypes() - Method in class com.sap.scimono.api.ResourceTypes
 
getResourceTypesCallback() - Method in class com.sap.scimono.SCIMApplication
 
getResponse() - Method in class com.sap.scimono.entity.bulk.ResponseOperation
 
getResponseLocation(RequestOperation, ResponseOperation) - Method in class com.sap.scimono.api.Bulk
 
getReturned() - Method in class com.sap.scimono.entity.schema.Attribute
 
getRoles() - Method in class com.sap.scimono.entity.User
Gets a list of roles for the user that collectively represent who the User is e.g., 'Student', "Faculty"
getRuleIndex() - Method in class com.sap.scimono.SCIMFilterParser.AttrExpContext
 
getRuleIndex() - Method in class com.sap.scimono.SCIMFilterParser.AttrPathContext
 
getRuleIndex() - Method in class com.sap.scimono.SCIMFilterParser.FilterContext
 
getRuleIndex() - Method in class com.sap.scimono.SCIMFilterParser.PagingQueryContext
 
getRuleIndex() - Method in class com.sap.scimono.SCIMFilterParser.ParseContext
 
getRuleIndex() - Method in class com.sap.scimono.SCIMFilterParser.SubAttrPathContext
 
getRuleIndex() - Method in class com.sap.scimono.SCIMFilterParser.ValExpressionContext
 
getRuleIndex() - Method in class com.sap.scimono.SCIMFilterParser.ValFilterContext
 
getRuleIndex() - Method in class com.sap.scimono.SCIMFilterParser.ValuePathContext
 
getRuleNames() - Method in class com.sap.scimono.SCIMFilterLexer
 
getRuleNames() - Method in class com.sap.scimono.SCIMFilterParser
 
getSchema(String) - Method in class com.sap.scimono.api.Schemas
 
getSchema(String) - Method in interface com.sap.scimono.callback.schemas.SchemasCallback
 
getSchema() - Method in class com.sap.scimono.entity.schema.ResourceType
 
getSchema() - Method in class com.sap.scimono.entity.schema.SchemaExtension
 
getSchemaAPI() - Method in class com.sap.scimono.entity.validation.patch.ValuePathAttributesValidator
 
getSchemaExtensions(String) - Method in interface com.sap.scimono.callback.resourcetype.ResourceTypesCallback
Return the custom schema extensions for the specified resource type id.
getSchemaExtensions() - Method in class com.sap.scimono.entity.schema.ResourceType
 
getSchemaId() - Method in enum com.sap.scimono.entity.definition.CoreGroupAttributes
 
getSchemaId() - Method in enum com.sap.scimono.entity.definition.CoreUserAttributes
 
getSchemaId() - Method in enum com.sap.scimono.entity.definition.EnterpriseUserAttributes
 
getSchemaId() - Method in interface com.sap.scimono.entity.definition.ScimAttribute
 
getSchemaIdFromAttributeNotation(String) - Method in interface com.sap.scimono.callback.schemas.SchemasCallback
 
getSchemas() - Method in class com.sap.scimono.api.Schemas
 
getSchemas() - Method in interface com.sap.scimono.callback.schemas.SchemasCallback
Returns a list of all schemas available in the system.
getSchemas() - Method in class com.sap.scimono.entity.bulk.BulkBody
 
getSchemas() - Method in class com.sap.scimono.entity.config.ServiceProviderConfig
 
getSchemas() - Method in class com.sap.scimono.entity.ErrorResponse
 
getSchemas() - Method in class com.sap.scimono.entity.Group
 
getSchemas() - Method in class com.sap.scimono.entity.paging.PagedByIndexSearchResult
Gets the schemas of the search result
getSchemas() - Method in class com.sap.scimono.entity.patch.PatchBody
 
getSchemas() - Method in class com.sap.scimono.entity.Resource
Gets the list of defined schemas
getSchemas() - Method in class com.sap.scimono.entity.schema.ResourceType
 
getSchemas() - Method in class com.sap.scimono.entity.schema.Schema
 
getSchemas() - Method in class com.sap.scimono.entity.User
 
getSchemasCallback() - Method in class com.sap.scimono.SCIMApplication
 
getScimType() - Method in class com.sap.scimono.entity.ErrorResponse
 
getScimType() - Method in exception com.sap.scimono.exception.SCIMException
 
getSerializedATN() - Method in class com.sap.scimono.SCIMFilterLexer
 
getSerializedATN() - Method in class com.sap.scimono.SCIMFilterParser
 
getSerialversionuid() - Static method in class com.sap.scimono.entity.bulk.BulkOperation
 
getSerialversionuid() - Static method in class com.sap.scimono.entity.bulk.RequestOperation
 
getServerConfig() - Method in class com.sap.scimono.api.ServiceProviderConfiguration
 
getServiceProviderConfigVersion() - Method in class com.sap.scimono.callback.config.DefaultSCIMConfigurationCallback
 
getServiceProviderConfigVersion() - Method in interface com.sap.scimono.callback.config.SCIMConfigurationCallback
 
getSingletons() - Method in class com.sap.scimono.SCIMApplication
 
getSort() - Method in class com.sap.scimono.entity.config.ServiceProviderConfig
 
getSortSupportedSetting() - Method in class com.sap.scimono.callback.config.DefaultSCIMConfigurationCallback
 
getSortSupportedSetting() - Method in interface com.sap.scimono.callback.config.SCIMConfigurationCallback
 
getSpecUri() - Method in class com.sap.scimono.entity.config.AuthenticationSchemeSetting
 
getStartId() - Method in class com.sap.scimono.entity.paging.PagedByIdentitySearchResult
 
getStartId() - Method in class com.sap.scimono.entity.paging.PageInfo
 
getStartIdPagingParam() - Method in class com.sap.scimono.entity.config.PagingSetting
 
getStartIndex() - Method in class com.sap.scimono.entity.paging.PagedByIndexSearchResult
The 1-based index of the first result in the current set of list results.
getStartIndex() - Method in class com.sap.scimono.entity.paging.PageInfo
 
getStatus() - Method in class com.sap.scimono.entity.bulk.ResponseOperation
 
getStatus() - Method in class com.sap.scimono.entity.ErrorResponse
 
getStreetAddress() - Method in class com.sap.scimono.entity.Address
Gets the full street address, which may include house number, street name, etc.
getSubAttributeOf() - Method in class com.sap.scimono.entity.schema.Attribute.Builder
 
getSubAttributeOf() - Method in class com.sap.scimono.entity.schema.Attribute
 
getSubAttributes() - Method in class com.sap.scimono.entity.schema.Attribute
 
getSuccessfulStatus() - Method in enum com.sap.scimono.entity.bulk.RequestMethod
 
getTimezone() - Method in class com.sap.scimono.entity.User
Gets the User's time zone in the "Olson" timezone database format
getTitle() - Method in class com.sap.scimono.entity.User
The user's title, such as "Vice President."
getTokenNames() - Method in class com.sap.scimono.SCIMFilterLexer
Deprecated.
getTokenNames() - Method in class com.sap.scimono.SCIMFilterParser
Deprecated.
getTotalResourceCount() - Method in class com.sap.scimono.entity.paging.PagedResult
 
getTotalResults() - Method in class com.sap.scimono.entity.paging.PagedByIndexSearchResult
The total number of results returned by the list or query operation.
getType() - Method in class com.sap.scimono.entity.Address
Gets the type of the attribute.
getType() - Method in class com.sap.scimono.entity.config.AuthenticationSchemeSetting
 
getType() - Method in class com.sap.scimono.entity.Email
Gets the type of the attribute.
getType() - Method in class com.sap.scimono.entity.Entitlement
Gets the type of the attribute.
getType() - Method in class com.sap.scimono.entity.GroupRef
Gets the type of the attribute.
getType() - Method in class com.sap.scimono.entity.Im
Gets the type of the attribute.
getType() - Method in class com.sap.scimono.entity.MemberRef
Gets the type of the attribute.
getType() - Method in class com.sap.scimono.entity.PhoneNumber
Gets the type of the attribute.
getType() - Method in class com.sap.scimono.entity.Photo
Gets the type of the attribute.
getType() - Method in class com.sap.scimono.entity.Role
Gets the type of the attribute.
getType() - Method in class com.sap.scimono.entity.schema.Attribute
 
getType() - Method in class com.sap.scimono.entity.X509Certificate
Gets the type of the attribute.
getUniqueness() - Method in class com.sap.scimono.entity.schema.Attribute
 
getUrn() - Method in class com.sap.scimono.entity.base.Extension
 
getUser(String, String, String) - Method in class com.sap.scimono.api.Users
 
getUser(String) - Method in class com.sap.scimono.callback.users.DefaultUsersCallback
 
getUser(String) - Method in interface com.sap.scimono.callback.users.UsersCallback
 
getUser(String, RequestedResourceAttributes) - Method in interface com.sap.scimono.callback.users.UsersCallback
 
getUserByUsername(String) - Method in class com.sap.scimono.callback.users.DefaultUsersCallback
 
getUserByUsername(String) - Method in interface com.sap.scimono.callback.users.UsersCallback
 
getUserName() - Method in class com.sap.scimono.entity.User
Gets the unique identifier for the User.
getUsers(String, String, String, String, String, String) - Method in class com.sap.scimono.api.Users
 
getUsers(PageInfo, String) - Method in class com.sap.scimono.callback.users.DefaultUsersCallback
 
getUsers(PageInfo, String) - Method in interface com.sap.scimono.callback.users.UsersCallback
Returns a page of users (limited by SCIMConfigurationCallback.getMaxResourcesPerPage()), taking into account the specified filter and paging parameters.
getUsers(PageInfo, String, RequestedResourceAttributes) - Method in interface com.sap.scimono.callback.users.UsersCallback
Returns a page of users (more info in UsersCallback.getUsers(PageInfo, String) ()} adding specifying additional attributes to be returned of excluded from the response
getUsersCallback() - Method in class com.sap.scimono.SCIMApplication
 
getUserType() - Method in class com.sap.scimono.entity.User
Gets the type of the User
getValue() - Method in class com.sap.scimono.entity.base.MultiValuedAttribute
Gets the attribute's significant value; e.g., the e-mail address, phone number etc.
getValue() - Method in class com.sap.scimono.entity.base.MultiValuedAttributeType
 
getValue() - Method in class com.sap.scimono.entity.Email
 
getValue() - Method in class com.sap.scimono.entity.Manager
 
getValue() - Method in class com.sap.scimono.entity.patch.PatchOperation
 
getValueAsURI() - Method in class com.sap.scimono.entity.Photo
the value of the photo as URI.
getValueType() - Method in class com.sap.scimono.entity.Photo
 
getVersion() - Method in class com.sap.scimono.entity.bulk.BulkOperation
 
getVersion() - Method in class com.sap.scimono.entity.Meta
Gets the version of the Resource being returned.
getVocabulary() - Method in class com.sap.scimono.SCIMFilterLexer
 
getVocabulary() - Method in class com.sap.scimono.SCIMFilterParser
 
getX509Certificates() - Method in class com.sap.scimono.entity.User
Gets a list of certificates issued to the user.
Group - Class in com.sap.scimono.entity
This class represent a Group resource.
GROUP - Static variable in class com.sap.scimono.entity.MemberRef.Type
indicates that the member is a Group
Group.Builder - Class in com.sap.scimono.entity
Builder class that is used to build Group instances
GroupRef - Class in com.sap.scimono.entity
This class represents a Reference of a Group
GroupRef.Builder - Class in com.sap.scimono.entity
Builder class that is used to build GroupRef instances
GroupRef.Type - Class in com.sap.scimono.entity
Represents an Group reference type.
GROUPS - Static variable in interface com.sap.scimono.api.API
 
Groups - Class in com.sap.scimono.api
 
Groups(Application, UriInfo) - Constructor for class com.sap.scimono.api.Groups
 
GROUPS_FIELD - Static variable in interface com.sap.scimono.entity.definition.CoreUserAttributes.Constants
 
GroupsCallback - Interface in com.sap.scimono.callback.groups
 
groupsFramework(SchemasCallback, ResourceTypesCallback) - Static method in class com.sap.scimono.entity.validation.patch.PatchValidationFramework
 
GTALK - Static variable in class com.sap.scimono.entity.Im.Type
 

H

handleBulkRequest(BulkBody<RequestOperation>) - Method in class com.sap.scimono.api.Bulk
 
handleBulkRequest(BulkBody<RequestOperation>) - Method in interface com.sap.scimono.callback.bulk.BulkRequestCallback
Handles a collection of user and group operations as described as described in SCIM 2.0 Bulk Operations.
handleBulkRequest(BulkBody<RequestOperation>) - Method in class com.sap.scimono.callback.bulk.DefaultBulkRequestCallback
 
handleExtensionSchema(String, Object) - Method in class com.sap.scimono.entity.Resource
 
hasCustomExtensions() - Method in class com.sap.scimono.entity.Resource
 
hasExtensions() - Method in class com.sap.scimono.entity.Resource
 
hashCode() - Method in class com.sap.scimono.entity.Address
 
hashCode() - Method in class com.sap.scimono.entity.base.Extension
 
hashCode() - Method in class com.sap.scimono.entity.base.MultiValuedAttribute
 
hashCode() - Method in class com.sap.scimono.entity.base.MultiValuedAttributeType
 
hashCode() - Method in class com.sap.scimono.entity.config.AuthenticationSchemeSetting
 
hashCode() - Method in class com.sap.scimono.entity.config.BulkSetting
 
hashCode() - Method in class com.sap.scimono.entity.config.FilterSetting
 
hashCode() - Method in class com.sap.scimono.entity.config.PagingSetting
 
hashCode() - Method in class com.sap.scimono.entity.config.ProviderConfigSetting
 
hashCode() - Method in class com.sap.scimono.entity.config.ServiceProviderConfig
 
hashCode() - Method in class com.sap.scimono.entity.data.DataURI
 
hashCode() - Method in class com.sap.scimono.entity.Email
 
hashCode() - Method in class com.sap.scimono.entity.Entitlement
 
hashCode() - Method in class com.sap.scimono.entity.Group
 
hashCode() - Method in class com.sap.scimono.entity.GroupRef
 
hashCode() - Method in class com.sap.scimono.entity.Im
 
hashCode() - Method in class com.sap.scimono.entity.Manager
 
hashCode() - Method in class com.sap.scimono.entity.MemberRef
 
hashCode() - Method in class com.sap.scimono.entity.Meta
 
hashCode() - Method in class com.sap.scimono.entity.Name
 
hashCode() - Method in class com.sap.scimono.entity.patch.PatchBody
 
hashCode() - Method in class com.sap.scimono.entity.PhoneNumber
 
hashCode() - Method in class com.sap.scimono.entity.Photo
 
hashCode() - Method in class com.sap.scimono.entity.Resource
 
hashCode() - Method in class com.sap.scimono.entity.Role
 
hashCode() - Method in class com.sap.scimono.entity.schema.Attribute
 
hashCode() - Method in class com.sap.scimono.entity.schema.ResourceType
 
hashCode() - Method in class com.sap.scimono.entity.schema.Schema
 
hashCode() - Method in class com.sap.scimono.entity.schema.SchemaExtension
 
hashCode() - Method in class com.sap.scimono.entity.User
 
hashCode() - Method in class com.sap.scimono.entity.X509Certificate
 
HOME - Static variable in class com.sap.scimono.entity.Address.Type
 
HOME - Static variable in class com.sap.scimono.entity.Email.Type
 
HOME - Static variable in class com.sap.scimono.entity.PhoneNumber.Type
 
HTTP_BASIC - Static variable in class com.sap.scimono.entity.config.AuthenticationSchemeSetting
 
HTTP_DIGEST - Static variable in class com.sap.scimono.entity.config.AuthenticationSchemeSetting
 

I

ICQ - Static variable in class com.sap.scimono.entity.Im.Type
 
ID_FIELD - Static variable in interface com.sap.scimono.entity.definition.ResourceConstants
 
IdValidator - Class in com.sap.scimono.entity.schema.validation
 
IdValidator(Application, UriInfo) - Constructor for class com.sap.scimono.entity.schema.validation.IdValidator
 
Im - Class in com.sap.scimono.entity
This class represents a Im attribute.
Im.Builder - Class in com.sap.scimono.entity
Builder class that is used to build Im instances
Im.Type - Class in com.sap.scimono.entity
Represents an IM type.
ImageDataURI - Class in com.sap.scimono.entity.data
A URI of the form data:image/[image extension][;base64],
ImageDataURI(String) - Constructor for class com.sap.scimono.entity.data.ImageDataURI
 
ImageDataURI(URI) - Constructor for class com.sap.scimono.entity.data.ImageDataURI
 
ImageDataURI(InputStream) - Constructor for class com.sap.scimono.entity.data.ImageDataURI
 
IMS_FIELD - Static variable in interface com.sap.scimono.entity.definition.CoreUserAttributes.Constants
 
INDIRECT - Static variable in class com.sap.scimono.entity.GroupRef.Type
The User is not directly in the Group but in another Group that is in the Group
INTEGER - Static variable in class com.sap.scimono.entity.base.ExtensionFieldType
ExtensionFieldType for the Scim type Integer (actual type is BigInteger)
INTEGER - Static variable in class com.sap.scimono.SCIMFilterLexer
 
INTEGER - Static variable in class com.sap.scimono.SCIMFilterParser
 
InternalExceptionMapper - Class in com.sap.scimono.api.helper
 
InternalExceptionMapper() - Constructor for class com.sap.scimono.api.helper.InternalExceptionMapper
 
InternalScimonoException - Exception in com.sap.scimono.exception
 
InternalScimonoException(String) - Constructor for exception com.sap.scimono.exception.InternalScimonoException
 
InternalScimonoException(String, Throwable) - Constructor for exception com.sap.scimono.exception.InternalScimonoException
 
interpolateErrorMessage(ConstraintValidatorContext, String) - Static method in class com.sap.scimono.entity.validation.ValidationUtil
 
InvalidFilterException - Exception in com.sap.scimono.exception
 
InvalidFilterException() - Constructor for exception com.sap.scimono.exception.InvalidFilterException
 
InvalidFilterException(String) - Constructor for exception com.sap.scimono.exception.InvalidFilterException
 
InvalidInputException - Exception in com.sap.scimono.exception
 
InvalidInputException(String) - Constructor for exception com.sap.scimono.exception.InvalidInputException
 
isActive() - Method in class com.sap.scimono.entity.User
Gets a Boolean that indicates the User's administrative status.
isAttributeNotationContainsSchema(String) - Static method in interface com.sap.scimono.callback.schemas.SchemasCallback
 
isAttributeNotationContainsValueFilter(String) - Method in interface com.sap.scimono.callback.schemas.SchemasCallback
 
isAttributePresent(String) - Method in class com.sap.scimono.entity.base.Extension
Checks if the given field is present in this extension because not every field is mandatory (according to scim 2.0 spec).
isCaseExact() - Method in class com.sap.scimono.entity.schema.Attribute
 
isCollectionContainsPrimaryAttributes(Collection<? extends MultiValuedAttribute>) - Static method in class com.sap.scimono.entity.base.MultiValuedAttribute
 
isCoreSchema(String) - Static method in interface com.sap.scimono.callback.schemas.SchemasCallback
 
isCustomSchema(String) - Static method in interface com.sap.scimono.callback.schemas.SchemasCallback
 
isDataAvailable() - Method in class com.sap.scimono.entity.bulk.RequestOperation
 
isEmpty() - Method in class com.sap.scimono.entity.Manager
 
isEmpty() - Method in class com.sap.scimono.entity.Name
Checks if this Name is empty, i.e.
isExtensionPresent(String) - Method in class com.sap.scimono.entity.Resource
Checks if an extension with the given urn is present because an extension is not returned if no field is set
isMultiValued() - Method in class com.sap.scimono.entity.schema.Attribute
 
isMultivaluedAttributeExistInCollection(V, Collection<V>) - Method in class com.sap.scimono.entity.Resource.Builder
 
isNotNullOrEmpty(String) - Static method in interface com.sap.scimono.helper.Strings
 
isNullOrEmpty(String) - Static method in interface com.sap.scimono.helper.Strings
 
isNullOrEmpty(char[]) - Static method in interface com.sap.scimono.helper.Strings
 
isPrimary() - Method in class com.sap.scimono.entity.base.MultiValuedAttribute
Gets a Boolean value indicating the 'primary' or preferred attribute value for this attribute.
isPrimary() - Method in class com.sap.scimono.entity.MemberRef
 
isRequired() - Method in class com.sap.scimono.entity.schema.Attribute
 
isRequired() - Method in class com.sap.scimono.entity.schema.SchemaExtension
 
isStandardPaging() - Method in class com.sap.scimono.entity.paging.PageInfo
 
isSuccessful() - Method in class com.sap.scimono.entity.bulk.ResponseOperation
 
isSupported() - Method in class com.sap.scimono.entity.config.ProviderConfigSetting
 
isTopLevelAttribute() - Method in enum com.sap.scimono.entity.definition.CoreGroupAttributes
 
isTopLevelAttribute() - Method in enum com.sap.scimono.entity.definition.CoreUserAttributes
 
isTopLevelAttribute() - Method in enum com.sap.scimono.entity.definition.EnterpriseUserAttributes
 
isTopLevelAttribute() - Method in interface com.sap.scimono.entity.definition.ScimAttribute
 
isValid(BulkBody<RequestOperation>, ConstraintValidatorContext) - Method in class com.sap.scimono.entity.bulk.validation.BulkRequestValidator
 
isValid(Object) - Method in interface com.sap.scimono.entity.schema.validation.CustomInputValidator
 
isValid(Object, ConstraintValidatorContext) - Method in class com.sap.scimono.entity.schema.validation.EmailsValidator
 
isValid(Object, ConstraintValidatorContext) - Method in class com.sap.scimono.entity.schema.validation.IdValidator
 
isValid(Object) - Method in class com.sap.scimono.entity.schema.validation.IdValidator
 
isValid(String, ConstraintValidatorContext) - Method in class com.sap.scimono.entity.schema.validation.SchemaIdValidator
 
isValidationErrorAvailable() - Method in class com.sap.scimono.entity.bulk.RequestOperation
 
isValidSchemaName(String) - Method in class com.sap.scimono.callback.schemas.DefaultSchemasCallback
 
isValidSchemaName(String) - Method in interface com.sap.scimono.callback.schemas.SchemasCallback
Determines whether the provided schema name is a valid database identifier.

J

JacksonResolver - Class in com.sap.scimono.api.helper
Due to the specifics of JAX-RS entity provider selection, Jackson's default object mapper is not automatically selected to handle object (de-)serialization because it declares to handle all media types (* / *, e.g.
JacksonResolver() - Constructor for class com.sap.scimono.api.helper.JacksonResolver
 
join(String...) - Static method in interface com.sap.scimono.helper.Strings
 
JsonMappingExceptionMapper - Class in com.sap.scimono.api.helper
 
JsonMappingExceptionMapper() - Constructor for class com.sap.scimono.api.helper.JsonMappingExceptionMapper
 
JsonParseExceptionMapper - Class in com.sap.scimono.api.helper
 
JsonParseExceptionMapper() - Constructor for class com.sap.scimono.api.helper.JsonParseExceptionMapper
 
JsonProcessingExceptionMapper - Class in com.sap.scimono.api.helper
 
JsonProcessingExceptionMapper() - Constructor for class com.sap.scimono.api.helper.JsonProcessingExceptionMapper
 

L

lastOccurrence(String) - Static method in interface com.sap.scimono.helper.Strings
Returns a regex to match the specified string only at the end of other strings.
LEFT_BRACKET - Static variable in class com.sap.scimono.SCIMFilterLexer
 
LEFT_BRACKET - Static variable in class com.sap.scimono.SCIMFilterParser
 
LEFT_BRACKET() - Method in class com.sap.scimono.SCIMFilterParser.ValuePathContext
 
ListResponseBuilder<T extends Resource<T>> - Class in com.sap.scimono.api
 
LOCALE_FIELD - Static variable in interface com.sap.scimono.entity.definition.CoreUserAttributes.Constants
 
LogExpressionContext(SCIMFilterParser.AttrExpContext) - Constructor for class com.sap.scimono.SCIMFilterParser.LogExpressionContext
 

M

Manager - Class in com.sap.scimono.entity
Java class for manager complex type.
Manager(String, String, String) - Constructor for class com.sap.scimono.entity.Manager
 
Manager.Builder - Class in com.sap.scimono.entity
 
MANAGER_FIELD - Static variable in interface com.sap.scimono.entity.definition.EnterpriseUserAttributes.Constants
 
MandatoryPathValidator - Class in com.sap.scimono.entity.validation.patch
 
MandatoryPathValidator() - Constructor for class com.sap.scimono.entity.validation.patch.MandatoryPathValidator
 
MemberRef - Class in com.sap.scimono.entity
This class represents a User or a Group which are members of an actual Group
MemberRef.Builder - Class in com.sap.scimono.entity
The Builder class is used to construct instances of the MemberRef
MemberRef.Type - Class in com.sap.scimono.entity
Represents an Member reference type.
MEMBERS_FIELD - Static variable in interface com.sap.scimono.entity.definition.CoreGroupAttributes.Constants
 
mergeArrays(Object[], Object[]) - Static method in interface com.sap.scimono.helper.Objects
 
mergeArrays(Object[], Object[], int) - Static method in interface com.sap.scimono.helper.Objects
 
Meta - Class in com.sap.scimono.entity
This class represents the meta data of a resource.
Meta(Instant, Instant, String, String, Set<String>, String) - Constructor for class com.sap.scimono.entity.Meta
 
Meta.Builder - Class in com.sap.scimono.entity
Builder class that is used to build Meta instances
META_ATTRIBUTES_FIELD - Static variable in interface com.sap.scimono.entity.definition.ResourceConstants
 
META_CREATED_FIELD - Static variable in interface com.sap.scimono.entity.definition.ResourceConstants
 
META_FIELD - Static variable in interface com.sap.scimono.entity.definition.ResourceConstants
 
META_LAST_MODIFIED_FIELD - Static variable in interface com.sap.scimono.entity.definition.ResourceConstants
 
META_LOCATION_FIELD - Static variable in interface com.sap.scimono.entity.definition.ResourceConstants
 
META_RESOURCE_TYPE_FIELD - Static variable in interface com.sap.scimono.entity.definition.ResourceConstants
 
META_VERSION_FIELD - Static variable in interface com.sap.scimono.entity.definition.ResourceConstants
 
METHOD_FIELD - Static variable in class com.sap.scimono.entity.bulk.BulkOperation
 
MOBILE - Static variable in class com.sap.scimono.entity.PhoneNumber.Type
 
modeNames - Static variable in class com.sap.scimono.SCIMFilterLexer
 
MSN - Static variable in class com.sap.scimono.entity.Im.Type
 
multiValued(boolean) - Method in class com.sap.scimono.entity.schema.Attribute.Builder
 
MultiValuedAttribute - Class in com.sap.scimono.entity.base
This class represents a multi-valued attribute.
MultiValuedAttribute(String, String, String, Boolean, String) - Constructor for class com.sap.scimono.entity.base.MultiValuedAttribute
This constructor is present for serialization purposes not for general use.
MultiValuedAttribute(MultiValuedAttribute.Builder) - Constructor for class com.sap.scimono.entity.base.MultiValuedAttribute
 
MultiValuedAttribute.Builder - Class in com.sap.scimono.entity.base
Builder class that is used to build MultiValuedAttribute instances
MultiValuedAttributeType - Class in com.sap.scimono.entity.base
 
MultiValuedAttributeType(String) - Constructor for class com.sap.scimono.entity.base.MultiValuedAttributeType
 
mutability(String) - Method in class com.sap.scimono.entity.schema.Attribute.Builder
 

N

Name - Class in com.sap.scimono.entity
This class represents the User's real name.
name(String) - Method in class com.sap.scimono.entity.schema.Attribute.Builder
 
name(String) - Method in class com.sap.scimono.entity.schema.ResourceType.Builder
 
name(String) - Method in class com.sap.scimono.entity.schema.Schema.Builder
 
Name.Builder - Class in com.sap.scimono.entity
Builder class that is used to build Name instances
NAME_FAMILY_NAME_FIELD - Static variable in interface com.sap.scimono.entity.definition.CoreUserAttributes.Constants
 
NAME_FIELD - Static variable in interface com.sap.scimono.entity.definition.CoreUserAttributes.Constants
 
NAME_FORMATTED_FIELD - Static variable in interface com.sap.scimono.entity.definition.CoreUserAttributes.Constants
 
NAME_GIVEN_NAME_FIELD - Static variable in interface com.sap.scimono.entity.definition.CoreUserAttributes.Constants
 
NAME_HONORIFIC_PREFIX_FIELD - Static variable in interface com.sap.scimono.entity.definition.CoreUserAttributes.Constants
 
NAME_HONORIFIC_SUFFIX_FIELD - Static variable in interface com.sap.scimono.entity.definition.CoreUserAttributes.Constants
 
NAME_MIDDLE_NAME_FIELD - Static variable in interface com.sap.scimono.entity.definition.CoreUserAttributes.Constants
 
NICK_NAME_FIELD - Static variable in interface com.sap.scimono.entity.definition.CoreUserAttributes.Constants
 
NOT - Static variable in class com.sap.scimono.SCIMFilterLexer
 
NOT() - Method in class com.sap.scimono.SCIMFilterParser.BraceExpressionContext
 
NOT - Static variable in class com.sap.scimono.SCIMFilterParser
 
NOT() - Method in class com.sap.scimono.SCIMFilterParser.ValBraceExpressionContext
 
NotExistingScimAttributeException - Exception in com.sap.scimono.entity.definition
 
NotExistingScimAttributeException(String) - Constructor for exception com.sap.scimono.entity.definition.NotExistingScimAttributeException
 

O

OAUTH - Static variable in class com.sap.scimono.entity.config.AuthenticationSchemeSetting
 
OAUTH2 - Static variable in class com.sap.scimono.entity.config.AuthenticationSchemeSetting
 
OAUTH_BEARER_TOKEN - Static variable in class com.sap.scimono.entity.config.AuthenticationSchemeSetting
 
ObjectMapperFactory - Class in com.sap.scimono.api.helper
 
Objects - Interface in com.sap.scimono.helper
 
of(String) - Static method in class com.sap.scimono.entity.Address.Type
 
of(String) - Static method in class com.sap.scimono.entity.Email.Type
 
of(String) - Static method in class com.sap.scimono.entity.Entitlement.Type
 
of(String) - Static method in class com.sap.scimono.entity.GroupRef.Type
 
of(String) - Static method in class com.sap.scimono.entity.Im.Type
 
of(String) - Static method in class com.sap.scimono.entity.MemberRef.Type
 
of(String) - Static method in class com.sap.scimono.entity.patch.PatchOperation.Type
 
of(String) - Static method in class com.sap.scimono.entity.PhoneNumber.Type
 
of(String) - Static method in class com.sap.scimono.entity.Photo.Type
This method is used to implement sort of smal DSL to get proper Type, e.g.
of(String) - Static method in class com.sap.scimono.entity.Role.Type
 
of(String) - Static method in enum com.sap.scimono.entity.schema.AttributeDataType
 
of(String) - Static method in class com.sap.scimono.entity.X509Certificate.Type
 
operation - Variable in class com.sap.scimono.filter.patch.ValuePathAttributesValidationVisitor
 
OPERATION_FIELD - Static variable in interface com.sap.scimono.entity.definition.ResourceConstants.MultivaluedAttributeConstants
 
OperationTypeValidator - Class in com.sap.scimono.entity.validation.patch
 
OperationTypeValidator() - Constructor for class com.sap.scimono.entity.validation.patch.OperationTypeValidator
 
OPERATOR - Static variable in class com.sap.scimono.SCIMFilterLexer
 
OPERATOR() - Method in class com.sap.scimono.SCIMFilterParser.LogExpressionContext
 
OPERATOR - Static variable in class com.sap.scimono.SCIMFilterParser
 
OR - Static variable in class com.sap.scimono.SCIMFilterLexer
 
OR - Static variable in class com.sap.scimono.SCIMFilterParser
 
OR() - Method in class com.sap.scimono.SCIMFilterParser.OrExpressionContext
 
OR() - Method in class com.sap.scimono.SCIMFilterParser.ValOrExpressionContext
 
OrExpressionContext(SCIMFilterParser.FilterContext) - Constructor for class com.sap.scimono.SCIMFilterParser.OrExpressionContext
 
ORGANIZATION_FIELD - Static variable in interface com.sap.scimono.entity.definition.EnterpriseUserAttributes.Constants
 
OTHER - Static variable in class com.sap.scimono.entity.Address.Type
 
OTHER - Static variable in class com.sap.scimono.entity.Email.Type
 
OTHER - Static variable in class com.sap.scimono.entity.PhoneNumber.Type
 
ownerSchemaId(String) - Method in class com.sap.scimono.entity.schema.Attribute.Builder
 

P

PagedByIdentitySearchResult<T extends Resource<T>> - Class in com.sap.scimono.entity.paging
 
PagedByIdentitySearchResult(List<T>, int, int, String, String) - Constructor for class com.sap.scimono.entity.paging.PagedByIdentitySearchResult
 
PagedByIdentitySearchResult(PagedResult<T>, int, String, String) - Constructor for class com.sap.scimono.entity.paging.PagedByIdentitySearchResult
 
PagedByIndexSearchResult<T extends Resource<T>> - Class in com.sap.scimono.entity.paging
A class that holds all information from a search request
PagedByIndexSearchResult(List<T>, int, int, Integer) - Constructor for class com.sap.scimono.entity.paging.PagedByIndexSearchResult
 
PagedByIndexSearchResult(PagedResult<T>, Integer) - Constructor for class com.sap.scimono.entity.paging.PagedByIndexSearchResult
 
PagedResult<T> - Class in com.sap.scimono.entity.paging
 
PagedResult(int, List<T>) - Constructor for class com.sap.scimono.entity.paging.PagedResult
 
PageInfo - Class in com.sap.scimono.entity.paging
 
PAGER - Static variable in class com.sap.scimono.entity.PhoneNumber.Type
 
PAGINATION_BY_ID_END_PARAM - Static variable in class com.sap.scimono.entity.paging.PagedByIdentitySearchResult
 
PAGINATION_BY_ID_START_PARAM - Static variable in class com.sap.scimono.entity.paging.PagedByIdentitySearchResult
 
paging(PagingSetting) - Method in class com.sap.scimono.entity.config.ServiceProviderConfig.Builder
 
PAGING_ASSIGNMENT - Static variable in class com.sap.scimono.SCIMFilterLexer
 
PAGING_ASSIGNMENT - Static variable in class com.sap.scimono.SCIMFilterParser
 
PAGING_ASSIGNMENT() - Method in class com.sap.scimono.SCIMFilterParser.PagingQueryContext
 
PAGING_ASSIGNMENT(int) - Method in class com.sap.scimono.SCIMFilterParser.PagingQueryContext
 
PAGING_PARAMS - Static variable in class com.sap.scimono.SCIMFilterLexer
 
PAGING_PARAMS - Static variable in class com.sap.scimono.SCIMFilterParser
 
PagingParamsParser - Class in com.sap.scimono.api
 
pagingQuery() - Method in class com.sap.scimono.SCIMFilterParser
 
pagingQuery() - Method in class com.sap.scimono.SCIMFilterParser.ValExpressionContext
 
PagingQueryContext(ParserRuleContext, int) - Constructor for class com.sap.scimono.SCIMFilterParser.PagingQueryContext
 
PagingSetting - Class in com.sap.scimono.entity.config
 
PagingSetting(boolean, int, int, String, String) - Constructor for class com.sap.scimono.entity.config.PagingSetting
 
PARAM - Static variable in class com.sap.scimono.SCIMFilterLexer
 
PARAM() - Method in class com.sap.scimono.SCIMFilterParser.LogExpressionContext
 
PARAM - Static variable in class com.sap.scimono.SCIMFilterParser
 
parse(String, String) - Static method in class com.sap.scimono.api.request.RequestedResourceAttributesParser
 
parse(String, T) - Static method in class com.sap.scimono.filter.QueryFilterParser
Parse the provided filter and traverse the resulting expression tree using the provided visitor implementation.
parse() - Method in class com.sap.scimono.SCIMFilterParser
 
ParseContext(ParserRuleContext, int) - Constructor for class com.sap.scimono.SCIMFilterParser.ParseContext
 
parseCount(String) - Static method in class com.sap.scimono.api.PagingParamsParser
 
parseException(Throwable) - Static method in class com.sap.scimono.api.helper.ScimErrorResponseParser
 
parseStartIndex(String) - Static method in class com.sap.scimono.api.PagingParamsParser
 
PASSWORD_FIELD - Static variable in interface com.sap.scimono.entity.definition.CoreUserAttributes.Constants
 
PATCH - Annotation Type in com.sap.scimono.api.patch
 
PATCH_SCHEMA - Static variable in class com.sap.scimono.entity.patch.PatchBody
 
PatchBody - Class in com.sap.scimono.entity.patch
 
PatchBody.Builder - Class in com.sap.scimono.entity.patch
Builder class that is used to build PatchBody instances
patchGroup(String, PatchBody) - Method in class com.sap.scimono.api.Groups
 
patchGroup(String, PatchBody, Meta) - Method in class com.sap.scimono.callback.groups.DefaultGroupsCallback
 
patchGroup(String, PatchBody, Meta) - Method in interface com.sap.scimono.callback.groups.GroupsCallback
Updates a group with the provided attributes.
PatchOperation - Class in com.sap.scimono.entity.patch
 
PatchOperation.Builder - Class in com.sap.scimono.entity.patch
Builder class that is used to build PatchOperation instances
PatchOperation.Type - Class in com.sap.scimono.entity.patch
Represents an patch operation type
PatchOperationSchemaBasedAttributeValueValidator - Class in com.sap.scimono.entity.validation.patch
 
PatchOperationSchemaBasedAttributeValueValidator(SchemasCallback, String, Map<String, Schema>) - Constructor for class com.sap.scimono.entity.validation.patch.PatchOperationSchemaBasedAttributeValueValidator
 
PatchSchemaPresenceValidator - Class in com.sap.scimono.entity.validation.patch
 
PatchSchemaPresenceValidator() - Constructor for class com.sap.scimono.entity.validation.patch.PatchSchemaPresenceValidator
 
patchSupported(boolean) - Method in class com.sap.scimono.entity.config.ServiceProviderConfig.Builder
 
patchUser(String, PatchBody) - Method in class com.sap.scimono.api.Users
 
patchUser(String, PatchBody, Meta) - Method in class com.sap.scimono.callback.users.DefaultUsersCallback
 
patchUser(String, PatchBody, Meta) - Method in interface com.sap.scimono.callback.users.UsersCallback
Updates a user with the provided attributes.
PatchValidationException - Exception in com.sap.scimono.entity.validation.patch
 
PatchValidationException(SCIMException.Type, String) - Constructor for exception com.sap.scimono.entity.validation.patch.PatchValidationException
 
PatchValidationException(SCIMException.Type, String, Response.Status) - Constructor for exception com.sap.scimono.entity.validation.patch.PatchValidationException
 
PatchValidationFramework - Class in com.sap.scimono.entity.validation.patch
 
PathAttributeExistenceValidator - Class in com.sap.scimono.entity.validation.patch
 
PathAttributeExistenceValidator(SchemasCallback) - Constructor for class com.sap.scimono.entity.validation.patch.PathAttributeExistenceValidator
 
PathMutabilityValidator - Class in com.sap.scimono.entity.validation.patch
 
PathMutabilityValidator(SchemasCallback) - Constructor for class com.sap.scimono.entity.validation.patch.PathMutabilityValidator
 
PathRemoveRequiredAttributeValidator - Class in com.sap.scimono.entity.validation.patch
 
PathRemoveRequiredAttributeValidator(SchemasCallback, ResourceTypesCallback, String) - Constructor for class com.sap.scimono.entity.validation.patch.PathRemoveRequiredAttributeValidator
 
PathSchemaExistenceValidator - Class in com.sap.scimono.entity.validation.patch
 
PathSchemaExistenceValidator(Map<String, Schema>) - Constructor for class com.sap.scimono.entity.validation.patch.PathSchemaExistenceValidator
 
PHONE_NUMBERS_FIELD - Static variable in interface com.sap.scimono.entity.definition.CoreUserAttributes.Constants
 
PhoneNumber - Class in com.sap.scimono.entity
This class represents a phoneNumber attribute.
PhoneNumber.Builder - Class in com.sap.scimono.entity
Builder class that is used to build PhoneNumber instances
PhoneNumber.Type - Class in com.sap.scimono.entity
Represents a phone number type.
Photo - Class in com.sap.scimono.entity
This class represents a photo attribute.
Photo(String, String, String, boolean, String, Photo.Type) - Constructor for class com.sap.scimono.entity.Photo
Constructor for deserialization, it is not intended for general use.
PHOTO - Static variable in class com.sap.scimono.entity.Photo.Type
 
Photo.Builder - Class in com.sap.scimono.entity
Builder class that is used to build Photo instances
Photo.Type - Class in com.sap.scimono.entity
Represents a photo type.
PHOTOS_FIELD - Static variable in interface com.sap.scimono.entity.definition.CoreUserAttributes.Constants
 
PhotoValueType - Enum in com.sap.scimono.entity.data
the type of the photo value
PREFERRED_LANGUAGE_FIELD - Static variable in interface com.sap.scimono.entity.definition.CoreUserAttributes.Constants
 
prepareForCreate(T) - Method in class com.sap.scimono.api.preprocessor.ResourcePreProcessor
 
prepareForUpdate(T, String) - Method in class com.sap.scimono.api.preprocessor.ResourcePreProcessor
 
PRESENT - Static variable in class com.sap.scimono.SCIMFilterLexer
 
PRESENT - Static variable in class com.sap.scimono.SCIMFilterParser
 
PRESENT() - Method in class com.sap.scimono.SCIMFilterParser.PresentExpressionContext
 
PresentExpressionContext(SCIMFilterParser.AttrExpContext) - Constructor for class com.sap.scimono.SCIMFilterParser.PresentExpressionContext
 
PRIMARY_FIELD - Static variable in interface com.sap.scimono.entity.definition.ResourceConstants.MultivaluedAttributeConstants
 
process(HttpServletRequest) - Method in interface com.sap.scimono.api.ServletRequestResolver
 
PROFILE_URL_FIELD - Static variable in interface com.sap.scimono.entity.definition.CoreUserAttributes.Constants
 
ProviderConfigSetting - Class in com.sap.scimono.entity.config
This class represents a provider configuration setting - whether the particular functionality is supported.
ProviderConfigSetting(boolean) - Constructor for class com.sap.scimono.entity.config.ProviderConfigSetting
 

Q

QQ - Static variable in class com.sap.scimono.entity.Im.Type
 
QueryFilterErrorHandler - Class in com.sap.scimono.filter
 
QueryFilterErrorHandler() - Constructor for class com.sap.scimono.filter.QueryFilterErrorHandler
 
QueryFilterParser - Class in com.sap.scimono.filter
 
QueryFilterVisitor<F,T> - Class in com.sap.scimono.filter
 
QueryFilterVisitor() - Constructor for class com.sap.scimono.filter.QueryFilterVisitor
 
queryUsers() - Method in class com.sap.scimono.api.Users
 

R

ReadOnlyAttributesEraser<T extends Resource<T>> - Class in com.sap.scimono.helper
 
ReadOnlyAttributesEraser(SchemasCallback) - Constructor for class com.sap.scimono.helper.ReadOnlyAttributesEraser
 
REF_FIELD - Static variable in interface com.sap.scimono.entity.definition.ResourceConstants.MultivaluedAttributeConstants
 
REFERENCE - Static variable in class com.sap.scimono.entity.base.ExtensionFieldType
ExtensionFieldType for the Scim type Reference (actual type is URI)
relativePath() - Method in enum com.sap.scimono.entity.definition.CoreGroupAttributes
 
relativePath() - Method in enum com.sap.scimono.entity.definition.CoreUserAttributes
 
relativePath() - Method in enum com.sap.scimono.entity.definition.EnterpriseUserAttributes
 
relativePath() - Method in interface com.sap.scimono.entity.definition.ScimAttribute
 
remove() - Static method in class com.sap.scimono.api.ContextResolver
 
REMOVE - Static variable in class com.sap.scimono.entity.patch.PatchOperation.Type
 
removeAddress(Address) - Method in class com.sap.scimono.entity.User.Builder
removes one single Photo from the User
removeAddresses() - Method in class com.sap.scimono.entity.User.Builder
removes all Addresses from the actual User
removeAttribute(String) - Method in class com.sap.scimono.entity.base.Extension.Builder
 
removeAttributes(Attribute) - Method in class com.sap.scimono.entity.schema.Schema.Builder
 
removeAuthenticationScheme(AuthenticationSchemeSetting) - Method in class com.sap.scimono.entity.config.ServiceProviderConfig.Builder
 
removeAuthenticationSchemes() - Method in class com.sap.scimono.entity.config.ServiceProviderConfig.Builder
 
removeCanonicalValue(String) - Method in class com.sap.scimono.entity.schema.Attribute.Builder
 
removeEmail(Email) - Method in class com.sap.scimono.entity.User.Builder
removes one single email from the User
removeEmails() - Method in class com.sap.scimono.entity.User.Builder
removes all email from the actual User
removeEntitlement(Entitlement) - Method in class com.sap.scimono.entity.User.Builder
removes one single Entitlement from the User
removeEntitlements() - Method in class com.sap.scimono.entity.User.Builder
removes all Entitlements from the actual User
removeExtension(String) - Method in class com.sap.scimono.entity.Resource.Builder
removes one single Extension from the User
removeExtension(String) - Method in class com.sap.scimono.entity.User.Builder
 
removeExtensions() - Method in class com.sap.scimono.entity.Group.Builder
 
removeExtensions() - Method in class com.sap.scimono.entity.Resource.Builder
removes all Extensions from the actual User
removeExtensions() - Method in class com.sap.scimono.entity.User.Builder
 
removeGroup(GroupRef) - Method in class com.sap.scimono.entity.User.Builder
Removes a single group from the user's groups.
removeGroups() - Method in class com.sap.scimono.entity.User.Builder
Removes all groups from the user's groups.
removeIm(Im) - Method in class com.sap.scimono.entity.User.Builder
removes one single im from the User
removeIms() - Method in class com.sap.scimono.entity.User.Builder
removes all ims from the actual User
removeMember(MemberRef) - Method in class com.sap.scimono.entity.Group.Builder
 
removeMembers() - Method in class com.sap.scimono.entity.Group.Builder
 
removePhoneNumber(PhoneNumber) - Method in class com.sap.scimono.entity.User.Builder
removes one single phoneNumber from the User
removePhoneNumbers() - Method in class com.sap.scimono.entity.User.Builder
removes all phoneNumbers from the actual User
removePhoto(Photo) - Method in class com.sap.scimono.entity.User.Builder
removes one single Photo from the User
removePhotos() - Method in class com.sap.scimono.entity.User.Builder
removes all Photos from the actual User
removeReferenceType(String) - Method in class com.sap.scimono.entity.schema.Attribute.Builder
 
removeRole(Role) - Method in class com.sap.scimono.entity.User.Builder
removes one single Role from the User
removeRoles() - Method in class com.sap.scimono.entity.User.Builder
removes all Roles from the actual User
removeSchemaExtension(SchemaExtension) - Method in class com.sap.scimono.entity.schema.ResourceType.Builder
 
removeSchemaFromAttributeNotation(String, String) - Method in interface com.sap.scimono.callback.schemas.SchemasCallback
 
removeSubAttribute(Attribute) - Method in class com.sap.scimono.entity.schema.Attribute.Builder
 
removeValue() - Method in class com.sap.scimono.entity.Photo.Builder
 
removeValueFilterFromAttributeNotation(String) - Method in interface com.sap.scimono.callback.schemas.SchemasCallback
 
removeX509Certificate(X509Certificate) - Method in class com.sap.scimono.entity.User.Builder
removes one single X509Certificate from the User
removeX509Certificates() - Method in class com.sap.scimono.entity.User.Builder
removes all X509Certificates from the actual User
REPLACE - Static variable in class com.sap.scimono.entity.patch.PatchOperation.Type
 
reportAmbiguity(Parser, DFA, int, int, boolean, BitSet, ATNConfigSet) - Method in class com.sap.scimono.filter.QueryFilterErrorHandler
 
reportAttemptingFullContext(Parser, DFA, int, int, BitSet, ATNConfigSet) - Method in class com.sap.scimono.filter.QueryFilterErrorHandler
 
reportContextSensitivity(Parser, DFA, int, int, int, ATNConfigSet) - Method in class com.sap.scimono.filter.QueryFilterErrorHandler
 
RequestedResourceAttributes - Class in com.sap.scimono.api.request
 
RequestedResourceAttributesParser - Class in com.sap.scimono.api.request
 
RequestMethod - Enum in com.sap.scimono.entity.bulk
 
RequestOperation - Class in com.sap.scimono.entity.bulk
 
RequestOperation.Builder - Class in com.sap.scimono.entity.bulk
 
required(boolean) - Method in class com.sap.scimono.entity.schema.Attribute.Builder
 
RequiredSubAttributesValidator - Class in com.sap.scimono.entity.validation
 
RequiredSubAttributesValidator(JsonNode) - Constructor for class com.sap.scimono.entity.validation.RequiredSubAttributesValidator
 
resolve(ServletRequestResolver<T>) - Static method in class com.sap.scimono.api.ContextResolver
 
Resource<T> - Class in com.sap.scimono.entity
This class represents a SCIM Resource and is the base class for Users and Groups.
Resource(String, String, Meta, Set<String>) - Constructor for class com.sap.scimono.entity.Resource
 
Resource(Resource.Builder<T>) - Constructor for class com.sap.scimono.entity.Resource
 
Resource.Builder<T> - Class in com.sap.scimono.entity
The Builder class is used to construct instances of the Resource
RESOURCE_TYPE_GROUP - Static variable in class com.sap.scimono.entity.Group
 
RESOURCE_TYPE_RESOURCE_TYPE - Static variable in class com.sap.scimono.entity.schema.ResourceType
 
RESOURCE_TYPE_SCHEMA - Static variable in class com.sap.scimono.entity.schema.Schema
 
RESOURCE_TYPE_SP_CONFIG - Static variable in class com.sap.scimono.entity.config.ServiceProviderConfig
 
RESOURCE_TYPE_USER - Static variable in class com.sap.scimono.entity.User
 
RESOURCE_TYPES - Static variable in interface com.sap.scimono.api.API
 
ResourceConstants - Interface in com.sap.scimono.entity.definition
 
ResourceConstants.MultivaluedAttributeConstants - Interface in com.sap.scimono.entity.definition
 
ResourceCustomAttributesValidator<T extends Resource<T>> - Class in com.sap.scimono.entity.validation
 
ResourceLocationService - Class in com.sap.scimono.helper
 
ResourceLocationService(UriInfo, SCIMConfigurationCallback, String) - Constructor for class com.sap.scimono.helper.ResourceLocationService
 
ResourceNotFoundException - Exception in com.sap.scimono.exception
 
ResourceNotFoundException(String, String) - Constructor for exception com.sap.scimono.exception.ResourceNotFoundException
 
ResourceNotFoundException(String) - Constructor for exception com.sap.scimono.exception.ResourceNotFoundException
 
ResourcePreProcessor<T extends Resource<T>> - Class in com.sap.scimono.api.preprocessor
 
ResourceType - Class in com.sap.scimono.entity.schema
 
ResourceType.Builder - Class in com.sap.scimono.entity.schema
 
ResourceTypes - Class in com.sap.scimono.api
 
ResourceTypes(Application, UriInfo) - Constructor for class com.sap.scimono.api.ResourceTypes
 
ResourceTypesCallback - Interface in com.sap.scimono.callback.resourcetype
 
ResponseOperation - Class in com.sap.scimono.entity.bulk
 
ResponseOperation.Builder - Class in com.sap.scimono.entity.bulk
 
returned(String) - Method in class com.sap.scimono.entity.schema.Attribute.Builder
 
RIGHT_BRACKET - Static variable in class com.sap.scimono.SCIMFilterLexer
 
RIGHT_BRACKET - Static variable in class com.sap.scimono.SCIMFilterParser
 
RIGHT_BRACKET() - Method in class com.sap.scimono.SCIMFilterParser.ValuePathContext
 
Role - Class in com.sap.scimono.entity
This class represents a role attribute.
Role(String, String, String, boolean, String, Role.Type) - Constructor for class com.sap.scimono.entity.Role
 
Role.Builder - Class in com.sap.scimono.entity
Builder class that is used to build Role instances
Role.Type - Class in com.sap.scimono.entity
Represents an Role type.
ROLES_FIELD - Static variable in interface com.sap.scimono.entity.definition.CoreUserAttributes.Constants
 
RULE_attrExp - Static variable in class com.sap.scimono.SCIMFilterParser
 
RULE_attrPath - Static variable in class com.sap.scimono.SCIMFilterParser
 
RULE_filter - Static variable in class com.sap.scimono.SCIMFilterParser
 
RULE_pagingQuery - Static variable in class com.sap.scimono.SCIMFilterParser
 
RULE_parse - Static variable in class com.sap.scimono.SCIMFilterParser
 
RULE_subAttrPath - Static variable in class com.sap.scimono.SCIMFilterParser
 
RULE_valExpression - Static variable in class com.sap.scimono.SCIMFilterParser
 
RULE_valFilter - Static variable in class com.sap.scimono.SCIMFilterParser
 
RULE_valuePath - Static variable in class com.sap.scimono.SCIMFilterParser
 
ruleNames - Static variable in class com.sap.scimono.SCIMFilterLexer
 
ruleNames - Static variable in class com.sap.scimono.SCIMFilterParser
 

S

sameOrEmpty(List<T>) - Static method in interface com.sap.scimono.helper.Objects
 
sameOrEmpty(Map<K, V>) - Static method in interface com.sap.scimono.helper.Objects
 
SCHEMA - Static variable in class com.sap.scimono.entity.config.ServiceProviderConfig
 
SCHEMA - Static variable in class com.sap.scimono.entity.Group
 
schema(String) - Method in class com.sap.scimono.entity.schema.ResourceType.Builder
 
SCHEMA - Static variable in class com.sap.scimono.entity.schema.ResourceType
 
Schema - Class in com.sap.scimono.entity.schema
 
Schema(String, String, Meta, Set<String>, String, String, List<Attribute>) - Constructor for class com.sap.scimono.entity.schema.Schema
 
Schema(Schema.Builder) - Constructor for class com.sap.scimono.entity.schema.Schema
 
SCHEMA - Static variable in class com.sap.scimono.entity.schema.Schema
 
SCHEMA - Static variable in class com.sap.scimono.entity.User
 
Schema.Builder - Class in com.sap.scimono.entity.schema
 
SCHEMA_PATTERN - Static variable in interface com.sap.scimono.callback.schemas.SchemasCallback
 
SCHEMA_URN_DELIMETER - Static variable in interface com.sap.scimono.callback.schemas.SchemasCallback
 
SchemaBasedAttributeValueValidator - Class in com.sap.scimono.entity.validation
 
SchemaBasedAttributeValueValidator(Attribute, Map<String, Schema>) - Constructor for class com.sap.scimono.entity.validation.SchemaBasedAttributeValueValidator
 
SchemaCSVReader - Class in com.sap.scimono.entity.schema.resources
 
SchemaExtension - Class in com.sap.scimono.entity.schema
 
SchemaExtension(String, boolean) - Constructor for class com.sap.scimono.entity.schema.SchemaExtension
 
SchemaIdValidator - Class in com.sap.scimono.entity.schema.validation
 
SchemaIdValidator() - Constructor for class com.sap.scimono.entity.schema.validation.SchemaIdValidator
 
SCHEMAS - Static variable in interface com.sap.scimono.api.API
 
Schemas - Class in com.sap.scimono.api
 
Schemas(Application, UriInfo) - Constructor for class com.sap.scimono.api.Schemas
 
SCHEMAS_FIELD - Static variable in interface com.sap.scimono.entity.definition.ResourceConstants
 
SchemasCallback - Interface in com.sap.scimono.callback.schemas
 
SCIMApplication - Class in com.sap.scimono
 
SCIMApplication() - Constructor for class com.sap.scimono.SCIMApplication
 
ScimAttribute<T extends ScimAttribute<T>> - Interface in com.sap.scimono.entity.definition
 
ScimAttributesFactory<T extends ScimAttribute<T>> - Class in com.sap.scimono.entity.definition
 
ScimAttributesFactory(Supplier<T[]>) - Constructor for class com.sap.scimono.entity.definition.ScimAttributesFactory
 
SCIMConfigurationCallback - Interface in com.sap.scimono.callback.config
 
ScimErrorResponseParser - Class in com.sap.scimono.api.helper
 
SCIMException - Exception in com.sap.scimono.exception
 
SCIMException(SCIMException.Type, String) - Constructor for exception com.sap.scimono.exception.SCIMException
 
SCIMException(SCIMException.Type, String, Response.Status) - Constructor for exception com.sap.scimono.exception.SCIMException
 
SCIMException(SCIMException) - Constructor for exception com.sap.scimono.exception.SCIMException
 
SCIMException.Type - Enum in com.sap.scimono.exception
 
ScimExceptionMapper - Class in com.sap.scimono.api.helper
 
ScimExceptionMapper() - Constructor for class com.sap.scimono.api.helper.ScimExceptionMapper
 
SCIMFilterBaseVisitor<T> - Class in com.sap.scimono
This class provides an empty implementation of SCIMFilterVisitor, which can be extended to create a visitor which only needs to handle a subset of the available methods.
SCIMFilterBaseVisitor() - Constructor for class com.sap.scimono.SCIMFilterBaseVisitor
 
SCIMFilterLexer - Class in com.sap.scimono
 
SCIMFilterLexer(CharStream) - Constructor for class com.sap.scimono.SCIMFilterLexer
 
SCIMFilterParser - Class in com.sap.scimono
 
SCIMFilterParser(TokenStream) - Constructor for class com.sap.scimono.SCIMFilterParser
 
SCIMFilterParser.AndExpressionContext - Class in com.sap.scimono
 
SCIMFilterParser.AttrExpContext - Class in com.sap.scimono
 
SCIMFilterParser.AttrExpressionContext - Class in com.sap.scimono
 
SCIMFilterParser.AttrPathContext - Class in com.sap.scimono
 
SCIMFilterParser.BraceExpressionContext - Class in com.sap.scimono
 
SCIMFilterParser.FilterContext - Class in com.sap.scimono
 
SCIMFilterParser.LogExpressionContext - Class in com.sap.scimono
 
SCIMFilterParser.OrExpressionContext - Class in com.sap.scimono
 
SCIMFilterParser.PagingQueryContext - Class in com.sap.scimono
 
SCIMFilterParser.ParseContext - Class in com.sap.scimono
 
SCIMFilterParser.PresentExpressionContext - Class in com.sap.scimono
 
SCIMFilterParser.SubAttrPathContext - Class in com.sap.scimono
 
SCIMFilterParser.ValAndExpressionContext - Class in com.sap.scimono
 
SCIMFilterParser.ValAttrExpressionContext - Class in com.sap.scimono
 
SCIMFilterParser.ValBraceExpressionContext - Class in com.sap.scimono
 
SCIMFilterParser.ValExpressionContext - Class in com.sap.scimono
 
SCIMFilterParser.ValFilterContext - Class in com.sap.scimono
 
SCIMFilterParser.ValOrExpressionContext - Class in com.sap.scimono
 
SCIMFilterParser.ValuePathContext - Class in com.sap.scimono
 
SCIMFilterParser.ValuePathExpressionContext - Class in com.sap.scimono
 
SCIMFilterParser.ValValuePathExpressionContext - Class in com.sap.scimono
 
SCIMFilterVisitor<T> - Interface in com.sap.scimono
This interface defines a complete generic visitor for a parse tree produced by SCIMFilterParser.
scimName() - Method in enum com.sap.scimono.entity.definition.CoreGroupAttributes
 
scimName() - Method in enum com.sap.scimono.entity.definition.CoreUserAttributes
 
scimName() - Method in enum com.sap.scimono.entity.definition.EnterpriseUserAttributes
 
scimName() - Method in interface com.sap.scimono.entity.definition.ScimAttribute
 
sempred(RuleContext, int, int) - Method in class com.sap.scimono.SCIMFilterParser
 
SERVICE_PROVIDER_CONFIG - Static variable in interface com.sap.scimono.api.API
 
ServiceProviderConfig - Class in com.sap.scimono.entity.config
 
ServiceProviderConfig(Meta, Set<String>, String, PagingSetting, ProviderConfigSetting, ProviderConfigSetting, ProviderConfigSetting, ProviderConfigSetting, FilterSetting, BulkSetting, List<AuthenticationSchemeSetting>) - Constructor for class com.sap.scimono.entity.config.ServiceProviderConfig
 
ServiceProviderConfig.Builder - Class in com.sap.scimono.entity.config
Builder class that is used to build ServiceProviderConfig instances
ServiceProviderConfiguration - Class in com.sap.scimono.api
 
ServiceProviderConfiguration(Application, UriInfo) - Constructor for class com.sap.scimono.api.ServiceProviderConfiguration
 
ServletRequestProvider - Annotation Type in com.sap.scimono.api
 
ServletRequestProviderFilter - Class in com.sap.scimono.api
 
ServletRequestProviderFilter() - Constructor for class com.sap.scimono.api.ServletRequestProviderFilter
 
ServletRequestResolver<T> - Interface in com.sap.scimono.api
 
setActive(boolean) - Method in class com.sap.scimono.entity.User.Builder
Sets a Boolean value indicating the User's administrative status.
setAttribute(String, Object) - Method in class com.sap.scimono.entity.base.Extension.Builder
 
setAttributes(Map<String, ?>) - Method in class com.sap.scimono.entity.base.Extension.Builder
 
setAttributes(Set<String>) - Method in class com.sap.scimono.entity.Meta.Builder
Sets the names of the attributes to be removed from the Resource.
setBulkId(String) - Method in class com.sap.scimono.entity.bulk.BulkOperation.Builder
 
setBulkId(String) - Method in class com.sap.scimono.entity.bulk.RequestOperation.Builder
 
setCanonicalValues(String) - Method in class com.sap.scimono.entity.schema.Attribute.Builder
Accepts a comma-separated list of canonical values.
setCostCenter(String) - Method in class com.sap.scimono.entity.EnterpriseExtension.Builder
 
setCountry(String) - Method in class com.sap.scimono.entity.Address.Builder
Sets the country name (See Address.getCountry()).
setData(Object) - Method in class com.sap.scimono.entity.bulk.RequestOperation.Builder
 
setDepartment(String) - Method in class com.sap.scimono.entity.EnterpriseExtension.Builder
 
setDisplay(String) - Method in class com.sap.scimono.entity.Address.Builder
 
setDisplay(String) - Method in class com.sap.scimono.entity.base.MultiValuedAttribute.Builder
Sets the human readable name (See MultiValuedAttribute.getDisplay()).
setDisplay(String) - Method in class com.sap.scimono.entity.Email.Builder
 
setDisplay(String) - Method in class com.sap.scimono.entity.Entitlement.Builder
 
setDisplay(String) - Method in class com.sap.scimono.entity.GroupRef.Builder
 
setDisplay(String) - Method in class com.sap.scimono.entity.Im.Builder
 
setDisplay(String) - Method in class com.sap.scimono.entity.MemberRef.Builder
 
setDisplay(String) - Method in class com.sap.scimono.entity.PhoneNumber.Builder
 
setDisplay(String) - Method in class com.sap.scimono.entity.Photo.Builder
 
setDisplay(String) - Method in class com.sap.scimono.entity.Role.Builder
 
setDisplay(String) - Method in class com.sap.scimono.entity.X509Certificate.Builder
 
setDisplayName(String) - Method in class com.sap.scimono.entity.Group.Builder
Sets the display name (See Group.getDisplayName()).
setDisplayName(String) - Method in class com.sap.scimono.entity.Manager.Builder
 
setDisplayName(String) - Method in class com.sap.scimono.entity.User.Builder
Sets the display name (See User.getDisplayName()).
setDivision(String) - Method in class com.sap.scimono.entity.EnterpriseExtension.Builder
 
setEmployeeNumber(String) - Method in class com.sap.scimono.entity.EnterpriseExtension.Builder
 
setExternalId(String) - Method in class com.sap.scimono.entity.config.ServiceProviderConfig.Builder
 
setExternalId(String) - Method in class com.sap.scimono.entity.Group.Builder
 
setExternalId(String) - Method in class com.sap.scimono.entity.Resource.Builder
Sets the external id (See Resource.getExternalId()).
setExternalId(String) - Method in class com.sap.scimono.entity.User.Builder
 
setFamilyName(String) - Method in class com.sap.scimono.entity.Name.Builder
Sets the family name of the User (See Name.getFamilyName()).
setFormatted(String) - Method in class com.sap.scimono.entity.Address.Builder
Sets the full mailing address (See Address.getFormatted()).
setFormatted(String) - Method in class com.sap.scimono.entity.Name.Builder
Sets the full name (See Name.getFormatted()).
setGivenName(String) - Method in class com.sap.scimono.entity.Name.Builder
Sets the given name of the User (See Name.getGivenName()).
setGroups(List<GroupRef>) - Method in class com.sap.scimono.entity.User.Builder
 
setHonorificPrefix(String) - Method in class com.sap.scimono.entity.Name.Builder
Sets the honorific prefix(es) of the User (See Name.getHonorificPrefix()).
setHonorificSuffix(String) - Method in class com.sap.scimono.entity.Name.Builder
Sets the honorific suffix(es) of the User (See Name.getHonorificSuffix()).
setId(String) - Method in class com.sap.scimono.entity.config.ServiceProviderConfig.Builder
 
setId(String) - Method in class com.sap.scimono.entity.Group.Builder
 
setId(String) - Method in class com.sap.scimono.entity.Resource.Builder
Sets the id of the resource.
setId(String) - Method in class com.sap.scimono.entity.schema.ResourceType.Builder
 
setId(String) - Method in class com.sap.scimono.entity.schema.Schema.Builder
 
setId(String) - Method in class com.sap.scimono.entity.User.Builder
 
setLastModified(Instant) - Method in class com.sap.scimono.entity.Meta.Builder
Sets the lastModified attribute of the Resource.
setLocale(String) - Method in class com.sap.scimono.entity.User.Builder
Sets the default location of the User (See User.getLocale()).
setLocality(String) - Method in class com.sap.scimono.entity.Address.Builder
Sets the city or locality.
setLocation(String) - Method in class com.sap.scimono.entity.Meta.Builder
Set the location (See Meta.getLocation()).
setManager(Manager) - Method in class com.sap.scimono.entity.EnterpriseExtension.Builder
 
setMembers(Set<MemberRef>) - Method in class com.sap.scimono.entity.Group.Builder
Sets the list of members as Set (See Group.getMembers()).
setMeta(Meta) - Method in class com.sap.scimono.entity.config.ServiceProviderConfig.Builder
 
setMeta(Meta) - Method in class com.sap.scimono.entity.Group.Builder
 
setMeta(Meta) - Method in class com.sap.scimono.entity.patch.PatchBody.Builder
 
setMeta(Meta) - Method in class com.sap.scimono.entity.Resource.Builder
 
setMeta(Meta) - Method in class com.sap.scimono.entity.schema.ResourceType.Builder
 
setMeta(Meta) - Method in class com.sap.scimono.entity.schema.Schema.Builder
 
setMeta(Meta) - Method in class com.sap.scimono.entity.User.Builder
 
setMethod(RequestMethod) - Method in class com.sap.scimono.entity.bulk.BulkOperation.Builder
 
setMethod(RequestMethod) - Method in class com.sap.scimono.entity.bulk.RequestOperation.Builder
 
setMiddleName(String) - Method in class com.sap.scimono.entity.Name.Builder
Sets the middle name(s) of the User (See Name.getMiddleName()).
setName(Name) - Method in class com.sap.scimono.entity.User.Builder
Sets the components of the User's real name (See User.getName()).
setNickName(String) - Method in class com.sap.scimono.entity.User.Builder
Sets the nick name (See User.getNickName()).
setOp(PatchOperation.Type) - Method in class com.sap.scimono.entity.patch.PatchOperation.Builder
Sets the patch operation's type.
setOperation(String) - Method in class com.sap.scimono.entity.Address.Builder
 
setOperation(String) - Method in class com.sap.scimono.entity.base.MultiValuedAttribute.Builder
Sets the operation (See MultiValuedAttribute.getOperation()).
setOperation(String) - Method in class com.sap.scimono.entity.Email.Builder
 
setOperation(String) - Method in class com.sap.scimono.entity.Entitlement.Builder
 
setOperation(String) - Method in class com.sap.scimono.entity.Im.Builder
 
setOperation(String) - Method in class com.sap.scimono.entity.MemberRef.Builder
 
setOperation(String) - Method in class com.sap.scimono.entity.PhoneNumber.Builder
 
setOperation(String) - Method in class com.sap.scimono.entity.Photo.Builder
 
setOperation(String) - Method in class com.sap.scimono.entity.Role.Builder
 
setOperation(String) - Method in class com.sap.scimono.entity.X509Certificate.Builder
 
setOperations(List<PatchOperation>) - Method in class com.sap.scimono.entity.patch.PatchBody.Builder
Set sequence of PatchOperation objects}
setOrganization(String) - Method in class com.sap.scimono.entity.EnterpriseExtension.Builder
 
setPassword(String) - Method in class com.sap.scimono.entity.User.Builder
Sets the User's clear text password (See User.getPassword()).
setPath(String) - Method in class com.sap.scimono.entity.bulk.RequestOperation.Builder
 
setPath(String) - Method in class com.sap.scimono.entity.patch.PatchOperation.Builder
Set patch operation's path
setPostalCode(String) - Method in class com.sap.scimono.entity.Address.Builder
Sets the postal code
setPreferredLanguage(String) - Method in class com.sap.scimono.entity.User.Builder
Sets the preferred language of the USer (See User.getPreferredLanguage()).
setPrimary(Boolean) - Method in class com.sap.scimono.entity.Address.Builder
 
setPrimary(Boolean) - Method in class com.sap.scimono.entity.base.MultiValuedAttribute.Builder
Sets the primary attribute (See MultiValuedAttribute.isPrimary()).
setPrimary(Boolean) - Method in class com.sap.scimono.entity.Email.Builder
 
setPrimary(Boolean) - Method in class com.sap.scimono.entity.Entitlement.Builder
 
setPrimary(Boolean) - Method in class com.sap.scimono.entity.Im.Builder
 
setPrimary(Boolean) - Method in class com.sap.scimono.entity.PhoneNumber.Builder
 
setPrimary(Boolean) - Method in class com.sap.scimono.entity.Photo.Builder
 
setPrimary(Boolean) - Method in class com.sap.scimono.entity.Role.Builder
 
setPrimary(Boolean) - Method in class com.sap.scimono.entity.X509Certificate.Builder
 
setProfileUrl(String) - Method in class com.sap.scimono.entity.User.Builder
Sets the profile URL (See User.getProfileUrl()).
setReference(String) - Method in class com.sap.scimono.entity.base.MultiValuedAttribute.Builder
Sets the reference (See MultiValuedAttribute.getReference()).
setReference(String) - Method in class com.sap.scimono.entity.GroupRef.Builder
 
setReference(String) - Method in class com.sap.scimono.entity.Manager.Builder
 
setReference(String) - Method in class com.sap.scimono.entity.MemberRef.Builder
 
setReferenceTypes(String) - Method in class com.sap.scimono.entity.schema.Attribute.Builder
Accepts a comma-separated list of reference types.
setRegion(String) - Method in class com.sap.scimono.entity.Address.Builder
Sets the state or region.
setResourceType(String) - Method in class com.sap.scimono.entity.Meta.Builder
Sets the type of the Resource (See Meta.getResourceType()).
setSchemas(Set<String>) - Method in class com.sap.scimono.entity.patch.PatchBody.Builder
 
setSchemas(Set<String>) - Method in class com.sap.scimono.entity.Resource.Builder
set Schemas for the User
setStreetAddress(String) - Method in class com.sap.scimono.entity.Address.Builder
Sets the full street address component, (See Address.getStreetAddress()).
setTimezone(String) - Method in class com.sap.scimono.entity.User.Builder
Sets the User's time zone (See User.getTimezone()).
setTitle(String) - Method in class com.sap.scimono.entity.User.Builder
Sets the user's title (See User.getTitle()).
setType(Address.Type) - Method in class com.sap.scimono.entity.Address.Builder
Sets the label indicating the attribute's function (See Address.getType()).
setType(Email.Type) - Method in class com.sap.scimono.entity.Email.Builder
Sets the label indicating the attribute's function (See Email.getType()).
setType(Entitlement.Type) - Method in class com.sap.scimono.entity.Entitlement.Builder
Sets the label indicating the attribute's function (See Entitlement.getType()}).
setType(GroupRef.Type) - Method in class com.sap.scimono.entity.GroupRef.Builder
Sets the label indicating the attribute's function (See GroupRef.getType()).
setType(Im.Type) - Method in class com.sap.scimono.entity.Im.Builder
Sets the label indicating the attribute's function (See Im.getType()).
setType(MemberRef.Type) - Method in class com.sap.scimono.entity.MemberRef.Builder
Sets the label indicating the attribute's function (See MemberRef.getType()).
setType(PhoneNumber.Type) - Method in class com.sap.scimono.entity.PhoneNumber.Builder
Sets the label indicating the attribute's function (See PhoneNumber.getType()).
setType(Photo.Type) - Method in class com.sap.scimono.entity.Photo.Builder
Sets the label indicating the attribute's function (See Photo.getType()).
setType(Role.Type) - Method in class com.sap.scimono.entity.Role.Builder
Sets the label indicating the attribute's function (See Role.getType()).
setType(X509Certificate.Type) - Method in class com.sap.scimono.entity.X509Certificate.Builder
Sets the label indicating the attribute's function (See X509Certificate.getType().
setUserName(String) - Method in class com.sap.scimono.entity.User.Builder
Sets the userName (See User.getUserName()).
setUserType(String) - Method in class com.sap.scimono.entity.User.Builder
Sets the user type (See User.getUserType()).
setValue(String) - Method in class com.sap.scimono.entity.base.MultiValuedAttribute.Builder
Sets the attribute's significant value (See MultiValuedAttribute.getValue()).
setValue(String) - Method in class com.sap.scimono.entity.Email.Builder
Sets the email value.
setValue(String) - Method in class com.sap.scimono.entity.Entitlement.Builder
 
setValue(String) - Method in class com.sap.scimono.entity.GroupRef.Builder
 
setValue(String) - Method in class com.sap.scimono.entity.Im.Builder
 
setValue(String) - Method in class com.sap.scimono.entity.Manager.Builder
 
setValue(String) - Method in class com.sap.scimono.entity.MemberRef.Builder
 
setValue(JsonNode) - Method in class com.sap.scimono.entity.patch.PatchOperation.Builder
Sets the operation's value.
setValue(String) - Method in class com.sap.scimono.entity.PhoneNumber.Builder
 
setValue(URI) - Method in class com.sap.scimono.entity.Photo.Builder
an URI pointing to an image
setValue(ImageDataURI) - Method in class com.sap.scimono.entity.Photo.Builder
an imageDataURI which contains a small in data image.
setValue(String) - Method in class com.sap.scimono.entity.Role.Builder
 
setValue(String) - Method in class com.sap.scimono.entity.X509Certificate.Builder
 
setVersion(String) - Method in class com.sap.scimono.entity.bulk.BulkOperation.Builder
 
setVersion(String) - Method in class com.sap.scimono.entity.bulk.RequestOperation.Builder
 
setVersion(String) - Method in class com.sap.scimono.entity.Meta.Builder
Sets the version of the Resource (See Meta.getVersion()).
SKYPE - Static variable in class com.sap.scimono.entity.Im.Type
 
sortSupported(boolean) - Method in class com.sap.scimono.entity.config.ServiceProviderConfig.Builder
 
SP - Static variable in class com.sap.scimono.SCIMFilterLexer
 
SP() - Method in class com.sap.scimono.SCIMFilterParser.AndExpressionContext
 
SP(int) - Method in class com.sap.scimono.SCIMFilterParser.AndExpressionContext
 
SP() - Method in class com.sap.scimono.SCIMFilterParser.BraceExpressionContext
 
SP() - Method in class com.sap.scimono.SCIMFilterParser.LogExpressionContext
 
SP(int) - Method in class com.sap.scimono.SCIMFilterParser.LogExpressionContext
 
SP() - Method in class com.sap.scimono.SCIMFilterParser.OrExpressionContext
 
SP(int) - Method in class com.sap.scimono.SCIMFilterParser.OrExpressionContext
 
SP() - Method in class com.sap.scimono.SCIMFilterParser.PresentExpressionContext
 
SP - Static variable in class com.sap.scimono.SCIMFilterParser
 
SP() - Method in class com.sap.scimono.SCIMFilterParser.ValAndExpressionContext
 
SP(int) - Method in class com.sap.scimono.SCIMFilterParser.ValAndExpressionContext
 
SP() - Method in class com.sap.scimono.SCIMFilterParser.ValBraceExpressionContext
 
SP() - Method in class com.sap.scimono.SCIMFilterParser.ValExpressionContext
 
SP(int) - Method in class com.sap.scimono.SCIMFilterParser.ValExpressionContext
 
SP() - Method in class com.sap.scimono.SCIMFilterParser.ValOrExpressionContext
 
SP(int) - Method in class com.sap.scimono.SCIMFilterParser.ValOrExpressionContext
 
SP() - Method in class com.sap.scimono.SCIMFilterParser.ValuePathContext
 
SP(int) - Method in class com.sap.scimono.SCIMFilterParser.ValuePathContext
 
START_ID_PARAM - Static variable in interface com.sap.scimono.api.API
 
START_INDEX_PARAM - Static variable in interface com.sap.scimono.api.API
 
startsWithIgnoreCase(String, String) - Static method in interface com.sap.scimono.helper.Strings
 
STRING - Static variable in class com.sap.scimono.entity.base.ExtensionFieldType
ExtensionFieldType for the Scim type String (actual type is String)
STRING - Static variable in class com.sap.scimono.SCIMFilterLexer
 
STRING - Static variable in class com.sap.scimono.SCIMFilterParser
 
Strings - Interface in com.sap.scimono.helper
 
stringsEqualsIgnoreCase(String, String) - Static method in interface com.sap.scimono.helper.Objects
 
stripStart(String, String) - Static method in interface com.sap.scimono.helper.Strings
Removes the "strip" string from the start of "str.
subAttributeFrom(String) - Method in enum com.sap.scimono.entity.definition.CoreGroupAttributes
 
subAttributeFrom(String) - Method in enum com.sap.scimono.entity.definition.CoreUserAttributes
 
subAttributeFrom(String) - Method in enum com.sap.scimono.entity.definition.EnterpriseUserAttributes
 
subAttributeFrom(String) - Method in interface com.sap.scimono.entity.definition.ScimAttribute
 
subAttributeOf(String) - Method in class com.sap.scimono.entity.schema.Attribute.Builder
 
SUBATTRNAME - Static variable in class com.sap.scimono.SCIMFilterLexer
 
SUBATTRNAME() - Method in class com.sap.scimono.SCIMFilterParser.AttrPathContext
 
SUBATTRNAME - Static variable in class com.sap.scimono.SCIMFilterParser
 
SUBATTRNAME() - Method in class com.sap.scimono.SCIMFilterParser.SubAttrPathContext
 
SUBATTRNAME() - Method in class com.sap.scimono.SCIMFilterParser.ValuePathContext
 
subAttrPath() - Method in class com.sap.scimono.SCIMFilterParser
 
SubAttrPathContext(ParserRuleContext, int) - Constructor for class com.sap.scimono.SCIMFilterParser.SubAttrPathContext
 
successfulResponse() - Method in class com.sap.scimono.entity.bulk.RequestOperation
 
syntaxError(Recognizer<?, ?>, Object, int, int, String, RecognitionException) - Method in class com.sap.scimono.filter.QueryFilterErrorHandler
 

T

T__0 - Static variable in class com.sap.scimono.SCIMFilterLexer
 
T__0 - Static variable in class com.sap.scimono.SCIMFilterParser
 
T__1 - Static variable in class com.sap.scimono.SCIMFilterLexer
 
T__1 - Static variable in class com.sap.scimono.SCIMFilterParser
 
T__2 - Static variable in class com.sap.scimono.SCIMFilterLexer
 
T__2 - Static variable in class com.sap.scimono.SCIMFilterParser
 
THUMBNAIL - Static variable in class com.sap.scimono.entity.Photo.Type
 
TIMEZONE_FIELD - Static variable in interface com.sap.scimono.entity.definition.CoreUserAttributes.Constants
 
TITLE_FIELD - Static variable in interface com.sap.scimono.entity.definition.CoreUserAttributes.Constants
 
toAttribute() - Method in class com.sap.scimono.entity.schema.Schema
 
toByteArray(InputStream) - Static method in interface com.sap.scimono.helper.Objects
 
tokenNames - Static variable in class com.sap.scimono.SCIMFilterLexer
Deprecated.
tokenNames - Static variable in class com.sap.scimono.SCIMFilterParser
Deprecated.
toResponse(Throwable) - Method in class com.sap.scimono.api.helper.InternalExceptionMapper
Logs and hides the internal DB error and wraps it in a SCIM-compliant error response.
toResponse(JsonMappingException) - Method in class com.sap.scimono.api.helper.JsonMappingExceptionMapper
 
toResponse(JsonParseException) - Method in class com.sap.scimono.api.helper.JsonParseExceptionMapper
 
toResponse(JsonProcessingException) - Method in class com.sap.scimono.api.helper.JsonProcessingExceptionMapper
 
toResponse(WebApplicationException) - Method in class com.sap.scimono.api.helper.ScimExceptionMapper
Wraps the application exception in a valid SCIM-compliant error response.
toResponse(ValidationException) - Method in class com.sap.scimono.api.helper.ValidationExceptionMapper
 
toScimError(Throwable) - Method in class com.sap.scimono.api.helper.InternalExceptionMapper
 
toScimError(JsonMappingException) - Method in class com.sap.scimono.api.helper.JsonMappingExceptionMapper
 
toScimError(JsonParseException) - Method in class com.sap.scimono.api.helper.JsonParseExceptionMapper
 
toScimError(JsonProcessingException) - Method in class com.sap.scimono.api.helper.JsonProcessingExceptionMapper
 
toScimError(WebApplicationException) - Method in class com.sap.scimono.api.helper.ScimExceptionMapper
 
toScimError(ValidationException) - Method in class com.sap.scimono.api.helper.ValidationExceptionMapper
 
toScimException() - Method in exception com.sap.scimono.entity.validation.patch.PatchValidationException
 
toString() - Method in class com.sap.scimono.entity.Address
 
toString() - Method in class com.sap.scimono.entity.base.Extension
 
toString(T) - Method in class com.sap.scimono.entity.base.ExtensionFieldType
Converts a value of the actual type to String.
toString() - Method in class com.sap.scimono.entity.base.ExtensionFieldType
Returns a string representation of the ExtensionFieldType which is its name.
toString() - Method in class com.sap.scimono.entity.base.MultiValuedAttribute
 
toString() - Method in class com.sap.scimono.entity.base.MultiValuedAttributeType
 
toString() - Method in class com.sap.scimono.entity.bulk.BulkBody
 
toString() - Method in class com.sap.scimono.entity.bulk.RequestOperation
 
toString() - Method in class com.sap.scimono.entity.data.DataURI
 
toString() - Method in class com.sap.scimono.entity.Email
 
toString() - Method in class com.sap.scimono.entity.Entitlement
 
toString() - Method in class com.sap.scimono.entity.Group
 
toString() - Method in class com.sap.scimono.entity.GroupRef
 
toString() - Method in class com.sap.scimono.entity.Im
 
toString() - Method in class com.sap.scimono.entity.MemberRef
 
toString() - Method in class com.sap.scimono.entity.Name
 
toString() - Method in class com.sap.scimono.entity.PhoneNumber
 
toString() - Method in class com.sap.scimono.entity.Photo
 
toString() - Method in class com.sap.scimono.entity.Role
 
toString() - Method in class com.sap.scimono.entity.schema.Attribute
 
toString() - Method in enum com.sap.scimono.entity.schema.AttributeDataType
 
toString() - Method in class com.sap.scimono.entity.schema.Schema
 
toString() - Method in class com.sap.scimono.entity.User
 
toString() - Method in class com.sap.scimono.entity.X509Certificate
 
Type(String) - Constructor for class com.sap.scimono.entity.patch.PatchOperation.Type
 
type(String) - Method in class com.sap.scimono.entity.schema.Attribute.Builder
 
TYPE_FIELD - Static variable in interface com.sap.scimono.entity.definition.ResourceConstants.MultivaluedAttributeConstants
 

U

uniqueness(String) - Method in class com.sap.scimono.entity.schema.Attribute.Builder
 
UnnecessarySchemasEraser<T extends Resource<T>> - Class in com.sap.scimono.helper
 
UnnecessarySchemasEraser() - Constructor for class com.sap.scimono.helper.UnnecessarySchemasEraser
 
updateGroup(String, Group) - Method in class com.sap.scimono.api.Groups
 
updateGroup(Group) - Method in class com.sap.scimono.callback.groups.DefaultGroupsCallback
 
updateGroup(Group) - Method in interface com.sap.scimono.callback.groups.GroupsCallback
Updates a group with the provided attributes.
updateUser(String, User) - Method in class com.sap.scimono.api.Users
 
updateUser(User) - Method in class com.sap.scimono.callback.users.DefaultUsersCallback
 
updateUser(User) - Method in interface com.sap.scimono.callback.users.UsersCallback
+ Updates a user with the provided attributes.
URI - Static variable in class com.sap.scimono.SCIMFilterLexer
 
URI() - Method in class com.sap.scimono.SCIMFilterParser.AttrPathContext
 
URI - Static variable in class com.sap.scimono.SCIMFilterParser
 
USER - Static variable in class com.sap.scimono.entity.MemberRef.Type
indicates that the member is a User
User - Class in com.sap.scimono.entity
User resources are meant to enable expression of common User information.
User.Builder - Class in com.sap.scimono.entity
Builder class that is used to build User instances
USER_NAME_FIELD - Static variable in interface com.sap.scimono.entity.definition.CoreUserAttributes.Constants
 
USER_TYPE_FIELD - Static variable in interface com.sap.scimono.entity.definition.CoreUserAttributes.Constants
 
USERS - Static variable in interface com.sap.scimono.api.API
 
Users - Class in com.sap.scimono.api
 
Users(Application, UriInfo) - Constructor for class com.sap.scimono.api.Users
 
UsersCallback - Interface in com.sap.scimono.callback.users
 
usersFramework(SchemasCallback, ResourceTypesCallback) - Static method in class com.sap.scimono.entity.validation.patch.PatchValidationFramework
 

V

ValAndExpressionContext(SCIMFilterParser.ValFilterContext) - Constructor for class com.sap.scimono.SCIMFilterParser.ValAndExpressionContext
 
ValAttrExpressionContext(SCIMFilterParser.ValFilterContext) - Constructor for class com.sap.scimono.SCIMFilterParser.ValAttrExpressionContext
 
ValBraceExpressionContext(SCIMFilterParser.ValFilterContext) - Constructor for class com.sap.scimono.SCIMFilterParser.ValBraceExpressionContext
 
valExpression() - Method in class com.sap.scimono.SCIMFilterParser
 
valExpression() - Method in class com.sap.scimono.SCIMFilterParser.ValuePathContext
 
ValExpressionContext(ParserRuleContext, int) - Constructor for class com.sap.scimono.SCIMFilterParser.ValExpressionContext
 
valFilter() - Method in class com.sap.scimono.SCIMFilterParser.ValAndExpressionContext
 
valFilter(int) - Method in class com.sap.scimono.SCIMFilterParser.ValAndExpressionContext
 
valFilter() - Method in class com.sap.scimono.SCIMFilterParser.ValBraceExpressionContext
 
valFilter() - Method in class com.sap.scimono.SCIMFilterParser.ValExpressionContext
 
valFilter() - Method in class com.sap.scimono.SCIMFilterParser
 
valFilter() - Method in class com.sap.scimono.SCIMFilterParser.ValOrExpressionContext
 
valFilter(int) - Method in class com.sap.scimono.SCIMFilterParser.ValOrExpressionContext
 
valFilter() - Method in class com.sap.scimono.SCIMFilterParser.ValuePathContext
 
ValFilterContext(ParserRuleContext, int) - Constructor for class com.sap.scimono.SCIMFilterParser.ValFilterContext
 
ValFilterContext() - Constructor for class com.sap.scimono.SCIMFilterParser.ValFilterContext
 
validate(Attribute) - Method in class com.sap.scimono.entity.validation.AttributeDataTypeValidator
 
validate(Attribute) - Method in class com.sap.scimono.entity.validation.AttributeImmutableValueValidator
 
validate(Attribute) - Method in class com.sap.scimono.entity.validation.CanonicalValuesValidator
 
validate(PatchOperation) - Method in class com.sap.scimono.entity.validation.patch.AddReplaceOperationValueValidator
 
validate(PatchBody) - Method in class com.sap.scimono.entity.validation.patch.AnyOperationPresenceValidator
 
validate(Attribute) - Method in class com.sap.scimono.entity.validation.patch.AttributeMutabilityValidator
 
validate(PatchOperation) - Method in class com.sap.scimono.entity.validation.patch.MandatoryPathValidator
 
validate(PatchOperation) - Method in class com.sap.scimono.entity.validation.patch.OperationTypeValidator
 
validate(PatchOperation) - Method in class com.sap.scimono.entity.validation.patch.PatchOperationSchemaBasedAttributeValueValidator
 
validate(PatchBody) - Method in class com.sap.scimono.entity.validation.patch.PatchSchemaPresenceValidator
 
validate(PatchBody) - Method in class com.sap.scimono.entity.validation.patch.PatchValidationFramework
 
validate(PatchOperation) - Method in class com.sap.scimono.entity.validation.patch.PathAttributeExistenceValidator
 
validate(PatchOperation) - Method in class com.sap.scimono.entity.validation.patch.PathMutabilityValidator
 
validate(PatchOperation) - Method in class com.sap.scimono.entity.validation.patch.PathRemoveRequiredAttributeValidator
 
validate(PatchOperation) - Method in class com.sap.scimono.entity.validation.patch.PathSchemaExistenceValidator
 
validate(PatchOperation) - Method in class com.sap.scimono.entity.validation.patch.ValuePathAttributesValidator
 
validate(PatchOperation) - Method in class com.sap.scimono.entity.validation.patch.ValuePathRestrictionsValidator
 
validate(PatchOperation) - Method in class com.sap.scimono.entity.validation.patch.ValuePathStructureValidator
 
validate(Attribute) - Method in class com.sap.scimono.entity.validation.RequiredSubAttributesValidator
 
validate(T) - Method in class com.sap.scimono.entity.validation.ResourceCustomAttributesValidator
 
validate(Object) - Method in class com.sap.scimono.entity.validation.SchemaBasedAttributeValueValidator
 
validate(T) - Method in interface com.sap.scimono.entity.validation.Validator
 
validateAttribute(String) - Method in class com.sap.scimono.filter.patch.ValuePathAttributesValidationVisitor
 
validateAttributeByFullAttributeNotation(String) - Method in class com.sap.scimono.filter.patch.ValuePathAttributesValidationVisitor
 
ValidationExceptionMapper - Class in com.sap.scimono.api.helper
 
ValidationExceptionMapper() - Constructor for class com.sap.scimono.api.helper.ValidationExceptionMapper
 
ValidationUtil - Class in com.sap.scimono.entity.validation
 
ValidationUtil() - Constructor for class com.sap.scimono.entity.validation.ValidationUtil
 
Validator<T> - Interface in com.sap.scimono.entity.validation
 
ValidBulkRequest - Annotation Type in com.sap.scimono.entity.bulk.validation
 
ValidCoreSchema - Annotation Type in com.sap.scimono.entity.schema.validation
 
ValidEmails - Annotation Type in com.sap.scimono.entity.schema.validation
 
ValidId - Annotation Type in com.sap.scimono.entity.schema.validation
 
ValidSchema - Annotation Type in com.sap.scimono.entity.schema.validation
 
ValidSchemaId - Annotation Type in com.sap.scimono.entity.schema.validation
 
ValidStartId - Annotation Type in com.sap.scimono.entity.schema.validation
 
ValOrExpressionContext(SCIMFilterParser.ValFilterContext) - Constructor for class com.sap.scimono.SCIMFilterParser.ValOrExpressionContext
 
VALUE_FIELD - Static variable in interface com.sap.scimono.entity.definition.ResourceConstants.MultivaluedAttributeConstants
 
valueOf(String) - Static method in class com.sap.scimono.entity.base.ExtensionFieldType
Retrieves a ExtensionFieldType by its name.
valueOf(String) - Static method in enum com.sap.scimono.entity.bulk.RequestMethod
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.sap.scimono.entity.data.PhotoValueType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.sap.scimono.entity.definition.CoreGroupAttributes
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.sap.scimono.entity.definition.CoreUserAttributes
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.sap.scimono.entity.definition.EnterpriseUserAttributes
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.sap.scimono.entity.schema.AttributeDataType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.sap.scimono.entity.schema.validation.CustomInputValidator.Type
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.sap.scimono.exception.SCIMException.Type
Returns the enum constant of this type with the specified name.
valuePath() - Method in class com.sap.scimono.SCIMFilterParser
 
valuePath() - Method in class com.sap.scimono.SCIMFilterParser.ValuePathExpressionContext
 
valuePath() - Method in class com.sap.scimono.SCIMFilterParser.ValValuePathExpressionContext
 
ValuePathAttributesValidationVisitor - Class in com.sap.scimono.filter.patch
 
ValuePathAttributesValidationVisitor(ValuePathAttributesValidator, PatchOperation) - Constructor for class com.sap.scimono.filter.patch.ValuePathAttributesValidationVisitor
 
ValuePathAttributesValidator - Class in com.sap.scimono.entity.validation.patch
 
ValuePathAttributesValidator(Map<String, Schema>, SchemasCallback, String) - Constructor for class com.sap.scimono.entity.validation.patch.ValuePathAttributesValidator
 
ValuePathContext(ParserRuleContext, int) - Constructor for class com.sap.scimono.SCIMFilterParser.ValuePathContext
 
ValuePathExpressionContext(SCIMFilterParser.FilterContext) - Constructor for class com.sap.scimono.SCIMFilterParser.ValuePathExpressionContext
 
ValuePathRestrictionsValidator - Class in com.sap.scimono.entity.validation.patch
 
ValuePathRestrictionsValidator() - Constructor for class com.sap.scimono.entity.validation.patch.ValuePathRestrictionsValidator
 
ValuePathRestrictionsValidatorVisitor - Class in com.sap.scimono.filter.patch
 
ValuePathRestrictionsValidatorVisitor() - Constructor for class com.sap.scimono.filter.patch.ValuePathRestrictionsValidatorVisitor
 
ValuePathStructureValidationVisitor - Class in com.sap.scimono.filter.patch
 
ValuePathStructureValidationVisitor() - Constructor for class com.sap.scimono.filter.patch.ValuePathStructureValidationVisitor
 
ValuePathStructureValidator - Class in com.sap.scimono.entity.validation.patch
 
ValuePathStructureValidator() - Constructor for class com.sap.scimono.entity.validation.patch.ValuePathStructureValidator
 
valuePathValidator - Variable in class com.sap.scimono.filter.patch.ValuePathAttributesValidationVisitor
 
values() - Static method in enum com.sap.scimono.entity.bulk.RequestMethod
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.sap.scimono.entity.data.PhotoValueType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.sap.scimono.entity.definition.CoreGroupAttributes
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.sap.scimono.entity.definition.CoreUserAttributes
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.sap.scimono.entity.definition.EnterpriseUserAttributes
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.sap.scimono.entity.schema.AttributeDataType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.sap.scimono.entity.schema.validation.CustomInputValidator.Type
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.sap.scimono.exception.SCIMException.Type
Returns an array containing the constants of this enum type, in the order they are declared.
ValValuePathExpressionContext(SCIMFilterParser.ValFilterContext) - Constructor for class com.sap.scimono.SCIMFilterParser.ValValuePathExpressionContext
 
VERSION_FIELD - Static variable in class com.sap.scimono.entity.bulk.BulkOperation
 
visitAndExpression(SCIMFilterParser.AndExpressionContext) - Method in class com.sap.scimono.SCIMFilterBaseVisitor
Visit a parse tree produced by the andExpression labeled alternative in SCIMFilterParser.filter().
visitAndExpression(SCIMFilterParser.AndExpressionContext) - Method in interface com.sap.scimono.SCIMFilterVisitor
Visit a parse tree produced by the andExpression labeled alternative in SCIMFilterParser.filter().
visitAttrExpression(SCIMFilterParser.AttrExpressionContext) - Method in class com.sap.scimono.SCIMFilterBaseVisitor
Visit a parse tree produced by the attrExpression labeled alternative in SCIMFilterParser.filter().
visitAttrExpression(SCIMFilterParser.AttrExpressionContext) - Method in interface com.sap.scimono.SCIMFilterVisitor
Visit a parse tree produced by the attrExpression labeled alternative in SCIMFilterParser.filter().
visitAttrPath(SCIMFilterParser.AttrPathContext) - Method in class com.sap.scimono.filter.patch.ValuePathAttributesValidationVisitor
 
visitAttrPath(SCIMFilterParser.AttrPathContext) - Method in class com.sap.scimono.SCIMFilterBaseVisitor
Visit a parse tree produced by SCIMFilterParser.attrPath().
visitAttrPath(SCIMFilterParser.AttrPathContext) - Method in interface com.sap.scimono.SCIMFilterVisitor
Visit a parse tree produced by SCIMFilterParser.attrPath().
visitBraceExpression(SCIMFilterParser.BraceExpressionContext) - Method in class com.sap.scimono.filter.patch.ValuePathRestrictionsValidatorVisitor
 
visitBraceExpression(SCIMFilterParser.BraceExpressionContext) - Method in class com.sap.scimono.SCIMFilterBaseVisitor
Visit a parse tree produced by the braceExpression labeled alternative in SCIMFilterParser.filter().
visitBraceExpression(SCIMFilterParser.BraceExpressionContext) - Method in interface com.sap.scimono.SCIMFilterVisitor
Visit a parse tree produced by the braceExpression labeled alternative in SCIMFilterParser.filter().
visitLogExpression(SCIMFilterParser.LogExpressionContext) - Method in class com.sap.scimono.filter.patch.ValuePathRestrictionsValidatorVisitor
 
visitLogExpression(SCIMFilterParser.LogExpressionContext) - Method in class com.sap.scimono.SCIMFilterBaseVisitor
Visit a parse tree produced by the logExpression labeled alternative in SCIMFilterParser.attrExp().
visitLogExpression(SCIMFilterParser.LogExpressionContext) - Method in interface com.sap.scimono.SCIMFilterVisitor
Visit a parse tree produced by the logExpression labeled alternative in SCIMFilterParser.attrExp().
visitOrExpression(SCIMFilterParser.OrExpressionContext) - Method in class com.sap.scimono.SCIMFilterBaseVisitor
Visit a parse tree produced by the orExpression labeled alternative in SCIMFilterParser.filter().
visitOrExpression(SCIMFilterParser.OrExpressionContext) - Method in interface com.sap.scimono.SCIMFilterVisitor
Visit a parse tree produced by the orExpression labeled alternative in SCIMFilterParser.filter().
visitPagingQuery(SCIMFilterParser.PagingQueryContext) - Method in class com.sap.scimono.SCIMFilterBaseVisitor
Visit a parse tree produced by SCIMFilterParser.pagingQuery().
visitPagingQuery(SCIMFilterParser.PagingQueryContext) - Method in interface com.sap.scimono.SCIMFilterVisitor
Visit a parse tree produced by SCIMFilterParser.pagingQuery().
visitParse(SCIMFilterParser.ParseContext) - Method in class com.sap.scimono.filter.patch.ValuePathStructureValidationVisitor
 
visitParse(SCIMFilterParser.ParseContext) - Method in class com.sap.scimono.SCIMFilterBaseVisitor
Visit a parse tree produced by SCIMFilterParser.parse().
visitParse(SCIMFilterParser.ParseContext) - Method in interface com.sap.scimono.SCIMFilterVisitor
Visit a parse tree produced by SCIMFilterParser.parse().
visitPresentExpression(SCIMFilterParser.PresentExpressionContext) - Method in class com.sap.scimono.SCIMFilterBaseVisitor
Visit a parse tree produced by the presentExpression labeled alternative in SCIMFilterParser.attrExp().
visitPresentExpression(SCIMFilterParser.PresentExpressionContext) - Method in interface com.sap.scimono.SCIMFilterVisitor
Visit a parse tree produced by the presentExpression labeled alternative in SCIMFilterParser.attrExp().
visitSubAttrPath(SCIMFilterParser.SubAttrPathContext) - Method in class com.sap.scimono.SCIMFilterBaseVisitor
Visit a parse tree produced by SCIMFilterParser.subAttrPath().
visitSubAttrPath(SCIMFilterParser.SubAttrPathContext) - Method in interface com.sap.scimono.SCIMFilterVisitor
Visit a parse tree produced by SCIMFilterParser.subAttrPath().
visitValAndExpression(SCIMFilterParser.ValAndExpressionContext) - Method in class com.sap.scimono.SCIMFilterBaseVisitor
Visit a parse tree produced by the valAndExpression labeled alternative in SCIMFilterParser.valFilter().
visitValAndExpression(SCIMFilterParser.ValAndExpressionContext) - Method in interface com.sap.scimono.SCIMFilterVisitor
Visit a parse tree produced by the valAndExpression labeled alternative in SCIMFilterParser.valFilter().
visitValAttrExpression(SCIMFilterParser.ValAttrExpressionContext) - Method in class com.sap.scimono.SCIMFilterBaseVisitor
Visit a parse tree produced by the valAttrExpression labeled alternative in SCIMFilterParser.valFilter().
visitValAttrExpression(SCIMFilterParser.ValAttrExpressionContext) - Method in interface com.sap.scimono.SCIMFilterVisitor
Visit a parse tree produced by the valAttrExpression labeled alternative in SCIMFilterParser.valFilter().
visitValBraceExpression(SCIMFilterParser.ValBraceExpressionContext) - Method in class com.sap.scimono.filter.patch.ValuePathRestrictionsValidatorVisitor
 
visitValBraceExpression(SCIMFilterParser.ValBraceExpressionContext) - Method in class com.sap.scimono.SCIMFilterBaseVisitor
Visit a parse tree produced by the valBraceExpression labeled alternative in SCIMFilterParser.valFilter().
visitValBraceExpression(SCIMFilterParser.ValBraceExpressionContext) - Method in interface com.sap.scimono.SCIMFilterVisitor
Visit a parse tree produced by the valBraceExpression labeled alternative in SCIMFilterParser.valFilter().
visitValExpression(SCIMFilterParser.ValExpressionContext) - Method in class com.sap.scimono.SCIMFilterBaseVisitor
Visit a parse tree produced by SCIMFilterParser.valExpression().
visitValExpression(SCIMFilterParser.ValExpressionContext) - Method in interface com.sap.scimono.SCIMFilterVisitor
Visit a parse tree produced by SCIMFilterParser.valExpression().
visitValOrExpression(SCIMFilterParser.ValOrExpressionContext) - Method in class com.sap.scimono.SCIMFilterBaseVisitor
Visit a parse tree produced by the valOrExpression labeled alternative in SCIMFilterParser.valFilter().
visitValOrExpression(SCIMFilterParser.ValOrExpressionContext) - Method in interface com.sap.scimono.SCIMFilterVisitor
Visit a parse tree produced by the valOrExpression labeled alternative in SCIMFilterParser.valFilter().
visitValuePath(SCIMFilterParser.ValuePathContext) - Method in class com.sap.scimono.filter.patch.ValuePathAttributesValidationVisitor
 
visitValuePath(SCIMFilterParser.ValuePathContext) - Method in class com.sap.scimono.SCIMFilterBaseVisitor
Visit a parse tree produced by SCIMFilterParser.valuePath().
visitValuePath(SCIMFilterParser.ValuePathContext) - Method in interface com.sap.scimono.SCIMFilterVisitor
Visit a parse tree produced by SCIMFilterParser.valuePath().
visitValuePathExpression(SCIMFilterParser.ValuePathExpressionContext) - Method in class com.sap.scimono.SCIMFilterBaseVisitor
Visit a parse tree produced by the valuePathExpression labeled alternative in SCIMFilterParser.filter().
visitValuePathExpression(SCIMFilterParser.ValuePathExpressionContext) - Method in interface com.sap.scimono.SCIMFilterVisitor
Visit a parse tree produced by the valuePathExpression labeled alternative in SCIMFilterParser.filter().
visitValValuePathExpression(SCIMFilterParser.ValValuePathExpressionContext) - Method in class com.sap.scimono.filter.patch.ValuePathRestrictionsValidatorVisitor
 
visitValValuePathExpression(SCIMFilterParser.ValValuePathExpressionContext) - Method in class com.sap.scimono.SCIMFilterBaseVisitor
Visit a parse tree produced by the valValuePathExpression labeled alternative in SCIMFilterParser.valFilter().
visitValValuePathExpression(SCIMFilterParser.ValValuePathExpressionContext) - Method in interface com.sap.scimono.SCIMFilterVisitor
Visit a parse tree produced by the valValuePathExpression labeled alternative in SCIMFilterParser.valFilter().
VOCABULARY - Static variable in class com.sap.scimono.SCIMFilterLexer
 
VOCABULARY - Static variable in class com.sap.scimono.SCIMFilterParser
 

W

wildcardedMatch(String, List<String>) - Static method in interface com.sap.scimono.helper.Strings
Checks whether a string is matches any of the strings in a collection.
withLocation(String) - Method in class com.sap.scimono.entity.bulk.ResponseOperation.Builder
 
withPagingStartParameters(String, int) - Method in class com.sap.scimono.api.ListResponseBuilder
 
withRequestedCount(int) - Method in class com.sap.scimono.api.ListResponseBuilder
 
withTotalResultsCount(int) - Method in class com.sap.scimono.api.ListResponseBuilder
 
withVersion(String) - Method in class com.sap.scimono.entity.bulk.ResponseOperation.Builder
 
WORK - Static variable in class com.sap.scimono.entity.Address.Type
 
WORK - Static variable in class com.sap.scimono.entity.Email.Type
 
WORK - Static variable in class com.sap.scimono.entity.PhoneNumber.Type
 
WS - Static variable in class com.sap.scimono.SCIMFilterLexer
 
WS - Static variable in class com.sap.scimono.SCIMFilterParser
 

X

X509_CERTIFICATES_FIELD - Static variable in interface com.sap.scimono.entity.definition.CoreUserAttributes.Constants
 
X509Certificate - Class in com.sap.scimono.entity
This class represents a x509Certificate attribute.
X509Certificate.Builder - Class in com.sap.scimono.entity
Builder class that is used to build X509Certificate instances
X509Certificate.Type - Class in com.sap.scimono.entity
Represents an X509Certificate type.
XMPP - Static variable in class com.sap.scimono.entity.Im.Type
 

Y

YAHOO - Static variable in class com.sap.scimono.entity.Im.Type
 

_

_ATN - Static variable in class com.sap.scimono.SCIMFilterLexer
 
_ATN - Static variable in class com.sap.scimono.SCIMFilterParser
 
_decisionToDFA - Static variable in class com.sap.scimono.SCIMFilterLexer
 
_decisionToDFA - Static variable in class com.sap.scimono.SCIMFilterParser
 
_serializedATN - Static variable in class com.sap.scimono.SCIMFilterLexer
 
_serializedATN - Static variable in class com.sap.scimono.SCIMFilterParser
 
_sharedContextCache - Static variable in class com.sap.scimono.SCIMFilterLexer
 
_sharedContextCache - Static variable in class com.sap.scimono.SCIMFilterParser
 
A B C D E F G H I J L M N O P Q R S T U V W X Y _ 
Skip navigation links

Copyright © 2022 SAP SE. All rights reserved.