- SCHEMA - Static variable in class org.wso2.charon3.core.schema.SCIMConstants.ResourceTypeSchemaConstants
-
- SCHEMA - Static variable in class org.wso2.charon3.core.schema.SCIMSchemaDefinitions.SCIMResourceTypeSchemaDefinition
-
- SCHEMA_DESC - Static variable in class org.wso2.charon3.core.schema.SCIMConstants.ResourceTypeSchemaConstants
-
- SCHEMA_EXTENSION_REQUIRED - Static variable in class org.wso2.charon3.core.schema.SCIMSchemaDefinitions.SCIMResourceTypeSchemaDefinition
-
- SCHEMA_EXTENSION_REQUIRED_DESC - Static variable in class org.wso2.charon3.core.schema.SCIMConstants.ResourceTypeSchemaConstants
-
- SCHEMA_EXTENSION_SCHEMA - Static variable in class org.wso2.charon3.core.schema.SCIMSchemaDefinitions.SCIMResourceTypeSchemaDefinition
-
SCIM defined resourceType schemas.
- SCHEMA_EXTENSIONS - Static variable in class org.wso2.charon3.core.schema.SCIMConstants.ResourceTypeSchemaConstants
-
- SCHEMA_EXTENSIONS - Static variable in class org.wso2.charon3.core.schema.SCIMSchemaDefinitions.SCIMResourceTypeSchemaDefinition
-
- SCHEMA_EXTENSIONS_DESC - Static variable in class org.wso2.charon3.core.schema.SCIMConstants.ResourceTypeSchemaConstants
-
- SCHEMA_EXTENSIONS_REQUIRED - Static variable in class org.wso2.charon3.core.schema.SCIMConstants.ResourceTypeSchemaConstants
-
- SCHEMA_EXTENSIONS_REQUIRED_URI - Static variable in class org.wso2.charon3.core.schema.SCIMConstants.ResourceTypeSchemaConstants
-
- SCHEMA_EXTENSIONS_SCHEMA - Static variable in class org.wso2.charon3.core.schema.SCIMConstants.ResourceTypeSchemaConstants
-
- SCHEMA_EXTENSIONS_SCHEMA_DESC - Static variable in class org.wso2.charon3.core.schema.SCIMConstants.ResourceTypeSchemaConstants
-
- SCHEMA_EXTENSIONS_SCHEMA_URI - Static variable in class org.wso2.charon3.core.schema.SCIMConstants.ResourceTypeSchemaConstants
-
- SCHEMA_EXTENSIONS_URI - Static variable in class org.wso2.charon3.core.schema.SCIMConstants.ResourceTypeSchemaConstants
-
- SCHEMA_URI - Static variable in class org.wso2.charon3.core.schema.SCIMConstants.ResourceTypeSchemaConstants
-
- schemaList - Variable in class org.wso2.charon3.core.objects.AbstractSCIMObject
-
- schemaList - Variable in class org.wso2.charon3.core.objects.ListedResource
-
- schemas - Variable in exception org.wso2.charon3.core.exceptions.AbstractCharonException
-
- SCHEMAS - Static variable in class org.wso2.charon3.core.protocol.ResponseCodeConstants
-
- SCHEMAS - Static variable in class org.wso2.charon3.core.schema.SCIMConstants.CommonSchemaConstants
-
- SchemaUtil - Class in org.wso2.charon3.core.utils
-
Attribute schema related supportutils can be found here.
- SchemaUtil() - Constructor for class org.wso2.charon3.core.utils.SchemaUtil
-
- SCIM_GROUP_SCHEMA - Static variable in class org.wso2.charon3.core.schema.SCIMSchemaDefinitions
-
- SCIM_RESOURCE_TYPE_SCHEMA - Static variable in class org.wso2.charon3.core.schema.SCIMSchemaDefinitions
-
- SCIM_SCHEMA_EXTENSION_CONFIG - Static variable in class org.wso2.charon3.core.config.SCIMConfigConstants
-
- SCIM_SERVICE_PROVIDER_CONFIG_SCHEMA - Static variable in class org.wso2.charon3.core.schema.SCIMSchemaDefinitions
-
- SCIM_TYPE - Static variable in class org.wso2.charon3.core.protocol.ResponseCodeConstants
-
- SCIM_USER_SCHEMA - Static variable in class org.wso2.charon3.core.schema.SCIMSchemaDefinitions
-
- SCIMAttributeSchema - Class in org.wso2.charon3.core.schema
-
This defines the attributes schema as in SCIM Spec.
- SCIMConfigConstants - Class in org.wso2.charon3.core.config
-
This defines constants for extension schema builder.
- SCIMConfigConstants() - Constructor for class org.wso2.charon3.core.config.SCIMConfigConstants
-
- SCIMConstants - Class in org.wso2.charon3.core.schema
-
This defines the constants which can be found in SCIM 2.0 core schema can be found at.
- SCIMConstants() - Constructor for class org.wso2.charon3.core.schema.SCIMConstants
-
- SCIMConstants.CommonSchemaConstants - Class in org.wso2.charon3.core.schema
-
Constants found in core-common schema.
- SCIMConstants.GroupSchemaConstants - Class in org.wso2.charon3.core.schema
-
Constants found in group schema.
- SCIMConstants.ListedResourceSchemaConstants - Class in org.wso2.charon3.core.schema
-
Constants found in listed resource schema.
- SCIMConstants.OperationalConstants - Class in org.wso2.charon3.core.schema
-
Constants found in operations.
- SCIMConstants.ResourceTypeSchemaConstants - Class in org.wso2.charon3.core.schema
-
Constants found in Service Resource type schema.
- SCIMConstants.ServiceProviderConfigSchemaConstants - Class in org.wso2.charon3.core.schema
-
Constants found in Service Provider Config schema.
- SCIMConstants.UserSchemaConstants - Class in org.wso2.charon3.core.schema
-
Constants found in user schema.
- SCIMDefinitions - Class in org.wso2.charon3.core.schema
-
this defines the pre-defined values specified in https://tools.ietf.org/html/rfc7643.
- SCIMDefinitions() - Constructor for class org.wso2.charon3.core.schema.SCIMDefinitions
-
- SCIMDefinitions.DataType - Enum in org.wso2.charon3.core.schema
-
data types that an attribute can take, according to the SCIM spec.
- SCIMDefinitions.Mutability - Enum in org.wso2.charon3.core.schema
-
values that an attributes' mutability attribute can take.
- SCIMDefinitions.ReferenceType - Enum in org.wso2.charon3.core.schema
-
SCIM resource types that a referenceType attribute that may be referenced.
- SCIMDefinitions.Returned - Enum in org.wso2.charon3.core.schema
-
values that an attributes' returned attribute can take.
- SCIMDefinitions.Uniqueness - Enum in org.wso2.charon3.core.schema
-
values that an attributes' uniqueness attribute can take.
- SCIMGroupSchemaDefinition() - Constructor for class org.wso2.charon3.core.schema.SCIMSchemaDefinitions.SCIMGroupSchemaDefinition
-
- SCIMObject - Interface in org.wso2.charon3.core.objects
-
SCIM Object is a collection of attributes that may come from different schemas.
- SCIMProvider - Class in org.wso2.charon3.core.config
-
Represents the SCIM Provider object.
- SCIMProvider() - Constructor for class org.wso2.charon3.core.config.SCIMProvider
-
- SCIMResourceSchemaManager - Class in org.wso2.charon3.core.schema
-
This is to check for extension schema for the user and buildTree a custom user schema with it.
- SCIMResourceSchemaManager() - Constructor for class org.wso2.charon3.core.schema.SCIMResourceSchemaManager
-
- SCIMResourceTypeSchema - Class in org.wso2.charon3.core.schema
-
This declares the SCIM resources schema as specified in SCIM core specification 2.0.
- SCIMResourceTypeSchemaDefinition() - Constructor for class org.wso2.charon3.core.schema.SCIMSchemaDefinitions.SCIMResourceTypeSchemaDefinition
-
- SCIMResponse - Class in org.wso2.charon3.core.protocol
-
Represents a SCIMResponse to be returned for every operation of SCIM REST API.
- SCIMResponse(int, String, Map<String, String>) - Constructor for class org.wso2.charon3.core.protocol.SCIMResponse
-
- SCIMSchemaDefinitions - Class in org.wso2.charon3.core.schema
-
This class contains the schema definitions in
https://tools.ietf.org/html/rfc7643 as AttributeSchemas.
- SCIMSchemaDefinitions() - Constructor for class org.wso2.charon3.core.schema.SCIMSchemaDefinitions
-
- SCIMSchemaDefinitions.SCIMGroupSchemaDefinition - Class in org.wso2.charon3.core.schema
-
SCIM defined group attribute schemas.
- SCIMSchemaDefinitions.SCIMResourceTypeSchemaDefinition - Class in org.wso2.charon3.core.schema
-
SCIM defined resourceType schemas.
- SCIMSchemaDefinitions.SCIMServiceProviderConfigSchemaDefinition - Class in org.wso2.charon3.core.schema
-
SCIM defined ServiceProviderConfig schemas.
- SCIMSchemaDefinitions.SCIMUserSchemaDefinition - Class in org.wso2.charon3.core.schema
-
SCIM User Schema Definition.
- SCIMServiceProviderConfigSchemaDefinition() - Constructor for class org.wso2.charon3.core.schema.SCIMSchemaDefinitions.SCIMServiceProviderConfigSchemaDefinition
-
- scimType - Variable in exception org.wso2.charon3.core.exceptions.BadRequestException
-
- SCIMUserSchemaDefinition() - Constructor for class org.wso2.charon3.core.schema.SCIMSchemaDefinitions.SCIMUserSchemaDefinition
-
- SCIMUserSchemaExtensionBuilder - Class in org.wso2.charon3.core.config
-
This class is to build the extension user schema though the config file.
- SCIMUserSchemaExtensionBuilder() - Constructor for class org.wso2.charon3.core.config.SCIMUserSchemaExtensionBuilder
-
- SEARCH_SCHEMA_URI - Static variable in class org.wso2.charon3.core.schema.SCIMConstants
-
- SearchRequest - Class in org.wso2.charon3.core.utils.codeutils
-
this corresponds to the /.search request object
- SearchRequest() - Constructor for class org.wso2.charon3.core.utils.codeutils.SearchRequest
-
- SENSITIVE - Static variable in class org.wso2.charon3.core.protocol.ResponseCodeConstants
-
- ServerSideValidator - Class in org.wso2.charon3.core.schema
-
Server Side Validator.
- ServerSideValidator() - Constructor for class org.wso2.charon3.core.schema.ServerSideValidator
-
- SERVICE_PROVIDER_CONFIG_ENDPOINT - Static variable in class org.wso2.charon3.core.schema.SCIMConstants
-
- SERVICE_PROVIDER_CONFIG_SCHEMA_URI - Static variable in class org.wso2.charon3.core.schema.SCIMConstants
-
- ServiceProviderConfigResourceManager - Class in org.wso2.charon3.core.protocol.endpoints
-
The service provider configuration resource enables a service
provider to discover SCIM specification features in a standardized
form as well as provide additional implementation details to clients.
- ServiceProviderConfigResourceManager() - Constructor for class org.wso2.charon3.core.protocol.endpoints.ServiceProviderConfigResourceManager
-
- ServiceProviderConfigSchemaConstants() - Constructor for class org.wso2.charon3.core.schema.SCIMConstants.ServiceProviderConfigSchemaConstants
-
- setAttribute(Attribute, ResourceTypeSchema) - Method in class org.wso2.charon3.core.objects.AbstractSCIMObject
-
- setAttribute(Attribute) - Method in class org.wso2.charon3.core.objects.AbstractSCIMObject
-
- setAttributeList(ArrayList) - Method in interface org.wso2.charon3.core.schema.ResourceTypeSchema
-
- setAttributeList(ArrayList) - Method in class org.wso2.charon3.core.schema.SCIMResourceTypeSchema
-
- setAttributePrimitiveValue(Object) - Method in class org.wso2.charon3.core.attributes.MultiValuedAttribute
-
- setAttributePrimitiveValues(List<Object>) - Method in class org.wso2.charon3.core.attributes.MultiValuedAttribute
-
- setAttributes(ArrayList<String>) - Method in class org.wso2.charon3.core.utils.codeutils.SearchRequest
-
- setAttributeValue(Attribute) - Method in class org.wso2.charon3.core.attributes.MultiValuedAttribute
-
- setAttributeValue(String) - Method in class org.wso2.charon3.core.utils.codeutils.ExpressionNode
-
- setAttributeValues(List<Attribute>) - Method in class org.wso2.charon3.core.attributes.MultiValuedAttribute
-
- setAuthenticationSchemes(ArrayList<Object[]>) - Method in class org.wso2.charon3.core.config.CharonConfiguration
-
- setAuthenticationSchemes(ArrayList<Object[]>) - Method in interface org.wso2.charon3.core.config.Configuration
-
- setBulkID(String) - Method in class org.wso2.charon3.core.objects.bulk.BulkRequestContent
-
- setBulkID(String) - Method in class org.wso2.charon3.core.objects.bulk.BulkResponseContent
-
- setBulkSupport(boolean, int, int) - Method in class org.wso2.charon3.core.config.CharonConfiguration
-
- setBulkSupport(boolean, int, int) - Method in interface org.wso2.charon3.core.config.Configuration
-
- setCanonicalValues(ArrayList<String>) - Method in class org.wso2.charon3.core.schema.SCIMAttributeSchema
-
- setCaseExact(Boolean) - Method in class org.wso2.charon3.core.attributes.AbstractAttribute
-
- setCaseExact(boolean) - Method in interface org.wso2.charon3.core.schema.AttributeSchema
-
- setCaseExact(boolean) - Method in class org.wso2.charon3.core.schema.SCIMAttributeSchema
-
- setChangePasswordSupport(boolean) - Method in class org.wso2.charon3.core.config.CharonConfiguration
-
- setChangePasswordSupport(boolean) - Method in interface org.wso2.charon3.core.config.Configuration
-
- setComplexValueWithSetOfSubAttributes(Map<String, Attribute>) - Method in class org.wso2.charon3.core.attributes.MultiValuedAttribute
-
To construct and set a value of a multi-valued attribute, as a complex value containing
set of sub attributes.
- setCount(int) - Method in class org.wso2.charon3.core.utils.codeutils.SearchRequest
-
- setCountStr(String) - Method in class org.wso2.charon3.core.utils.codeutils.SearchRequest
-
- setCountValueForPagination(int) - Method in class org.wso2.charon3.core.config.CharonConfiguration
-
- setCountValueForPagination(int) - Method in interface org.wso2.charon3.core.config.Configuration
-
- setCreatedDate(Date) - Method in class org.wso2.charon3.core.objects.AbstractSCIMObject
-
- setData(String) - Method in class org.wso2.charon3.core.objects.bulk.BulkRequestContent
-
- setDescription(String) - Method in class org.wso2.charon3.core.attributes.AbstractAttribute
-
- setDescription(String) - Method in interface org.wso2.charon3.core.schema.AttributeSchema
-
- setDescription(String) - Method in class org.wso2.charon3.core.schema.SCIMAttributeSchema
-
- setDetail(String) - Method in exception org.wso2.charon3.core.exceptions.AbstractCharonException
-
- setDisplayName(String) - Method in class org.wso2.charon3.core.objects.Group
-
- setDisplayNameInComplexMultiValuedAttributes(AbstractSCIMObject, SCIMResourceTypeSchema) - Static method in class org.wso2.charon3.core.schema.AbstractValidator
-
- setDocumentationURL(String) - Method in class org.wso2.charon3.core.config.CharonConfiguration
-
- setDocumentationURL(String) - Method in interface org.wso2.charon3.core.config.Configuration
-
- setDomainName(String) - Method in class org.wso2.charon3.core.utils.codeutils.SearchRequest
-
- setEndpointURLMap(Map<String, String>) - Static method in class org.wso2.charon3.core.protocol.endpoints.AbstractResourceManager
-
- setErrors(int) - Method in class org.wso2.charon3.core.protocol.BulkRequestProcessor
-
- setETagSupport(boolean) - Method in class org.wso2.charon3.core.config.CharonConfiguration
-
- setETagSupport(boolean) - Method in interface org.wso2.charon3.core.config.Configuration
-
- setExcludedAttributes(ArrayList<String>) - Method in class org.wso2.charon3.core.utils.codeutils.SearchRequest
-
- setExternalId(String) - Method in class org.wso2.charon3.core.objects.AbstractSCIMObject
-
- setFailOnError(int) - Method in class org.wso2.charon3.core.protocol.BulkRequestProcessor
-
- setFailOnErrors(int) - Method in class org.wso2.charon3.core.objects.bulk.BulkData
-
- setFailOnErrors(int) - Method in class org.wso2.charon3.core.objects.bulk.BulkRequestData
-
- setFilter(Node) - Method in class org.wso2.charon3.core.utils.codeutils.SearchRequest
-
- setFilterSupport(boolean, int) - Method in class org.wso2.charon3.core.config.CharonConfiguration
-
- setFilterSupport(boolean, int) - Method in interface org.wso2.charon3.core.config.Configuration
-
- setGroup(String, String, String) - Method in class org.wso2.charon3.core.objects.User
-
- setGroupOperationRequests(List<BulkRequestContent>) - Method in class org.wso2.charon3.core.objects.bulk.BulkRequestData
-
- setGroupOperationResponse(List<BulkResponseContent>) - Method in class org.wso2.charon3.core.objects.bulk.BulkResponseData
-
- setGroupResourceManager(GroupResourceManager) - Method in class org.wso2.charon3.core.protocol.BulkRequestProcessor
-
- setId(String) - Method in class org.wso2.charon3.core.config.SCIMProvider
-
- setId(String) - Method in class org.wso2.charon3.core.objects.AbstractSCIMObject
-
- setItemsPerPage(int) - Method in class org.wso2.charon3.core.objects.ListedResource
-
- setLastModified(Date) - Method in class org.wso2.charon3.core.objects.AbstractSCIMObject
-
- setLeftNode(Node) - Method in class org.wso2.charon3.core.utils.codeutils.Node
-
- setLocation(String) - Method in class org.wso2.charon3.core.objects.AbstractSCIMObject
-
- setLocation(String) - Method in class org.wso2.charon3.core.objects.bulk.BulkResponseContent
-
- setMember(String, String) - Method in class org.wso2.charon3.core.objects.Group
-
- setMember(String, String, String, String) - Method in class org.wso2.charon3.core.objects.Group
-
- setMethod(String) - Method in class org.wso2.charon3.core.objects.bulk.BulkRequestContent
-
- setMethod(String) - Method in class org.wso2.charon3.core.objects.bulk.BulkResponseContent
-
- setMultiValued(Boolean) - Method in class org.wso2.charon3.core.attributes.AbstractAttribute
-
- setMultiValued(boolean) - Method in interface org.wso2.charon3.core.schema.AttributeSchema
-
- setMultiValued(boolean) - Method in class org.wso2.charon3.core.schema.SCIMAttributeSchema
-
- setMutability(SCIMDefinitions.Mutability) - Method in class org.wso2.charon3.core.attributes.AbstractAttribute
-
- setMutability(SCIMDefinitions.Mutability) - Method in interface org.wso2.charon3.core.schema.AttributeSchema
-
- setMutability(SCIMDefinitions.Mutability) - Method in class org.wso2.charon3.core.schema.SCIMAttributeSchema
-
- setName(String) - Method in class org.wso2.charon3.core.attributes.AbstractAttribute
-
- setName(String) - Method in interface org.wso2.charon3.core.schema.AttributeSchema
-
- setName(String) - Method in class org.wso2.charon3.core.schema.SCIMAttributeSchema
-
- setOperation(String) - Method in class org.wso2.charon3.core.utils.codeutils.ExpressionNode
-
- setOperation(String) - Method in class org.wso2.charon3.core.utils.codeutils.OperationNode
-
- setOperation(String) - Method in class org.wso2.charon3.core.utils.codeutils.PatchOperation
-
- setPassword(String) - Method in class org.wso2.charon3.core.objects.User
-
- setPatchOperationsList(List<PatchOperation>) - Method in class org.wso2.charon3.core.config.SCIMProvider
-
- setPatchSupport(boolean) - Method in class org.wso2.charon3.core.config.CharonConfiguration
-
- setPatchSupport(boolean) - Method in interface org.wso2.charon3.core.config.Configuration
-
- setPath(String) - Method in class org.wso2.charon3.core.objects.bulk.BulkRequestContent
-
- setPath(String) - Method in class org.wso2.charon3.core.utils.codeutils.PatchOperation
-
- setProperties(Map<String, String>) - Method in class org.wso2.charon3.core.config.SCIMProvider
-
- setProperty(String, String) - Method in class org.wso2.charon3.core.config.SCIMProvider
-
- setReferenceTypes(ArrayList<SCIMDefinitions.ReferenceType>) - Method in class org.wso2.charon3.core.schema.SCIMAttributeSchema
-
- setRequired(Boolean) - Method in class org.wso2.charon3.core.attributes.AbstractAttribute
-
- setRequired(boolean) - Method in interface org.wso2.charon3.core.schema.AttributeSchema
-
- setRequired(boolean) - Method in class org.wso2.charon3.core.schema.SCIMAttributeSchema
-
- setResources(Map<String, Attribute>) - Method in class org.wso2.charon3.core.objects.ListedResource
-
- setResourceType(String) - Method in class org.wso2.charon3.core.objects.AbstractSCIMObject
-
- setReturned(SCIMDefinitions.Returned) - Method in class org.wso2.charon3.core.attributes.AbstractAttribute
-
- setReturned(SCIMDefinitions.Returned) - Method in interface org.wso2.charon3.core.schema.AttributeSchema
-
- setReturned(SCIMDefinitions.Returned) - Method in class org.wso2.charon3.core.schema.SCIMAttributeSchema
-
- setRightNode(Node) - Method in class org.wso2.charon3.core.utils.codeutils.Node
-
- setSchema(String) - Method in class org.wso2.charon3.core.objects.AbstractSCIMObject
-
- setSchema(String) - Method in class org.wso2.charon3.core.objects.bulk.BulkResponseData
-
- setSchema(String) - Method in class org.wso2.charon3.core.objects.ListedResource
-
- setSchema(String) - Method in class org.wso2.charon3.core.utils.codeutils.SearchRequest
-
- setSchemaList(List<String>) - Method in class org.wso2.charon3.core.objects.ListedResource
-
- setSchemas(String) - Method in exception org.wso2.charon3.core.exceptions.AbstractCharonException
-
- setSchemas(List<String>) - Method in class org.wso2.charon3.core.objects.bulk.BulkRequestData
-
- setSchemas() - Method in class org.wso2.charon3.core.objects.Group
-
- setSchemas() - Method in class org.wso2.charon3.core.objects.User
-
- setSchemasList(String) - Method in interface org.wso2.charon3.core.schema.ResourceTypeSchema
-
- setSchemasList(String) - Method in class org.wso2.charon3.core.schema.SCIMResourceTypeSchema
-
- setScimResponse(SCIMResponse) - Method in class org.wso2.charon3.core.objects.bulk.BulkResponseContent
-
- setScimType(String) - Method in exception org.wso2.charon3.core.exceptions.BadRequestException
-
- setSortBy(String) - Method in class org.wso2.charon3.core.utils.codeutils.SearchRequest
-
- setSortOder(String) - Method in class org.wso2.charon3.core.utils.codeutils.SearchRequest
-
- setSortSupport(boolean) - Method in class org.wso2.charon3.core.config.CharonConfiguration
-
- setSortSupport(boolean) - Method in interface org.wso2.charon3.core.config.Configuration
-
- setStartIndex(int) - Method in class org.wso2.charon3.core.objects.ListedResource
-
- setStartIndex(int) - Method in class org.wso2.charon3.core.utils.codeutils.SearchRequest
-
- setStartIndexStr(String) - Method in class org.wso2.charon3.core.utils.codeutils.SearchRequest
-
- setStatus(int) - Method in exception org.wso2.charon3.core.exceptions.AbstractCharonException
-
- setSubAttribute(Attribute) - Method in class org.wso2.charon3.core.attributes.ComplexAttribute
-
Set a sub attribute of the complex attribute's sub attribute list.
- setSubAttributes(ArrayList<SCIMAttributeSchema>) - Method in class org.wso2.charon3.core.schema.SCIMAttributeSchema
-
- setSubAttributesList(Map<String, Attribute>) - Method in class org.wso2.charon3.core.attributes.ComplexAttribute
-
Set the map of sub attributes.
- setTotalResults(int) - Method in class org.wso2.charon3.core.objects.ListedResource
-
- setType(SCIMDefinitions.DataType) - Method in class org.wso2.charon3.core.attributes.AbstractAttribute
-
- setType(SCIMDefinitions.DataType) - Method in interface org.wso2.charon3.core.schema.AttributeSchema
-
- setType(SCIMDefinitions.DataType) - Method in class org.wso2.charon3.core.schema.SCIMAttributeSchema
-
- setUniqueness(SCIMDefinitions.Uniqueness) - Method in class org.wso2.charon3.core.attributes.AbstractAttribute
-
- setUniqueness(SCIMDefinitions.Uniqueness) - Method in interface org.wso2.charon3.core.schema.AttributeSchema
-
- setUniqueness(SCIMDefinitions.Uniqueness) - Method in class org.wso2.charon3.core.schema.SCIMAttributeSchema
-
- setURI(String) - Method in class org.wso2.charon3.core.attributes.AbstractAttribute
-
- setURI(String) - Method in interface org.wso2.charon3.core.schema.AttributeSchema
-
- setURI(String) - Method in class org.wso2.charon3.core.schema.SCIMAttributeSchema
-
- setUserManager(UserManager) - Method in class org.wso2.charon3.core.protocol.BulkRequestProcessor
-
- setUserName(String) - Method in class org.wso2.charon3.core.objects.User
-
- setUserOperationRequests(List<BulkRequestContent>) - Method in class org.wso2.charon3.core.objects.bulk.BulkRequestData
-
- setUserOperationResponse(List<BulkResponseContent>) - Method in class org.wso2.charon3.core.objects.bulk.BulkResponseData
-
- setUserResourceManager(UserResourceManager) - Method in class org.wso2.charon3.core.protocol.BulkRequestProcessor
-
- setValue(Object) - Method in class org.wso2.charon3.core.attributes.SimpleAttribute
-
- setValue(String) - Method in class org.wso2.charon3.core.utils.codeutils.ExpressionNode
-
- setValues(Object) - Method in class org.wso2.charon3.core.utils.codeutils.PatchOperation
-
- setVersion(String) - Method in class org.wso2.charon3.core.objects.bulk.BulkRequestContent
-
- setVersion(String) - Method in class org.wso2.charon3.core.objects.bulk.BulkResponseContent
-
- SimpleAttribute - Class in org.wso2.charon3.core.attributes
-
This class is a blueprint of SimpleAttribute defined in SCIM Core Schema Spec.
- SimpleAttribute(String, Object) - Constructor for class org.wso2.charon3.core.attributes.SimpleAttribute
-
- SKYPE - Static variable in class org.wso2.charon3.core.schema.SCIMConstants.UserSchemaConstants
-
- SORT - Static variable in class org.wso2.charon3.core.config.SCIMConfigConstants
-
- SORT - Static variable in class org.wso2.charon3.core.schema.SCIMConstants.ServiceProviderConfigSchemaConstants
-
- SORT - Static variable in class org.wso2.charon3.core.schema.SCIMSchemaDefinitions.SCIMServiceProviderConfigSchemaDefinition
-
- SORT_BY - Static variable in class org.wso2.charon3.core.schema.SCIMConstants.OperationalConstants
-
- SORT_DESC - Static variable in class org.wso2.charon3.core.schema.SCIMConstants.ServiceProviderConfigSchemaConstants
-
- SORT_ORDER - Static variable in class org.wso2.charon3.core.schema.SCIMConstants.OperationalConstants
-
- SORT_SUPPORTED - Static variable in class org.wso2.charon3.core.schema.SCIMSchemaDefinitions.SCIMServiceProviderConfigSchemaDefinition
-
- SORT_SUPPORTED_URI - Static variable in class org.wso2.charon3.core.schema.SCIMConstants.ServiceProviderConfigSchemaConstants
-
- SORT_URI - Static variable in class org.wso2.charon3.core.schema.SCIMConstants.ServiceProviderConfigSchemaConstants
-
- SPEC_URI - Static variable in class org.wso2.charon3.core.schema.SCIMConstants.ServiceProviderConfigSchemaConstants
-
- SPEC_URI - Static variable in class org.wso2.charon3.core.schema.SCIMSchemaDefinitions.SCIMServiceProviderConfigSchemaDefinition
-
- SPEC_URI_DESC - Static variable in class org.wso2.charon3.core.schema.SCIMConstants.ServiceProviderConfigSchemaConstants
-
- SPEC_URI_URI - Static variable in class org.wso2.charon3.core.schema.SCIMConstants.ServiceProviderConfigSchemaConstants
-
- START_INDEX - Static variable in class org.wso2.charon3.core.schema.SCIMConstants.ListedResourceSchemaConstants
-
- START_INDEX - Static variable in class org.wso2.charon3.core.schema.SCIMConstants.OperationalConstants
-
- startIndex - Variable in class org.wso2.charon3.core.objects.ListedResource
-
- status - Variable in exception org.wso2.charon3.core.exceptions.AbstractCharonException
-
- STATUS - Static variable in class org.wso2.charon3.core.protocol.ResponseCodeConstants
-
- STATUS - Static variable in class org.wso2.charon3.core.schema.SCIMConstants.OperationalConstants
-
- STREET_ADDRESS - Static variable in class org.wso2.charon3.core.schema.SCIMConstants.UserSchemaConstants
-
- STREET_ADDRESS_URI - Static variable in class org.wso2.charon3.core.schema.SCIMConstants.UserSchemaConstants
-
- SUB_ATTRIBUTES - Static variable in class org.wso2.charon3.core.config.SCIMConfigConstants
-
- subAttributesList - Variable in class org.wso2.charon3.core.attributes.ComplexAttribute
-
- SUPPORTED - Static variable in class org.wso2.charon3.core.schema.SCIMConstants.ServiceProviderConfigSchemaConstants
-
- SUPPORTED_DESC - Static variable in class org.wso2.charon3.core.schema.SCIMConstants.ServiceProviderConfigSchemaConstants
-
- SW - Static variable in class org.wso2.charon3.core.schema.SCIMConstants.OperationalConstants
-