public class SCIMCustomSchemaExtensionBuilder extends ExtensionBuilder
ExtensionBuilder.ExtensionAttributeSchemaConfig| Modifier and Type | Method and Description |
|---|---|
AttributeSchema |
buildUserCustomSchemaExtension(List<SCIMCustomAttribute> attributes)
Builds Custom Attribute Schema and returns it.
|
static SCIMCustomSchemaExtensionBuilder |
getInstance() |
String |
getURI()
Get rootURI of the schema.
|
void |
setURI(String schemaUri)
Set the rootAttribute URI of the customschema.
|
buildComplexAttributeSchema, buildComplexSchema, buildSimpleAttributeSchema, createSCIMAttributeSchema, getSubAttributeURI, isRootConfigpublic static SCIMCustomSchemaExtensionBuilder getInstance()
public void setURI(String schemaUri)
schemaUri - RootAttribute.public String getURI()
ExtensionBuildergetURI in class ExtensionBuilderpublic AttributeSchema buildUserCustomSchemaExtension(List<SCIMCustomAttribute> attributes) throws CharonException, InternalErrorException
attributes - List of SCIMCustomAttributes.CharonExceptionInternalErrorExceptionCopyright © 2021 WSO2. All rights reserved.