java.lang.Object
org.apache.directory.scim.spec.schema.Schema
- All Implemented Interfaces:
Serializable,AttributeContainer
Defines the structure of the SCIM schemas as defined by section 7 of the SCIM
schema specification. See
https://tools.ietf.org/html/draft-ietf-scim-core-schema-17#section-7 for more
details.
- Author:
- Steve Moyer <smoyer@psu.edu>
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classDefines the structure of attributes included in SCIM schemas as defined by section 7 of the SCIM schema specification.static interface -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetAttribute(String name) getAttributeFromPath(String path) voidsetAttributes(Set<Schema.Attribute> attributes)
-
Field Details
-
RESOURCE_NAME
- See Also:
-
SCHEMA_URI
- See Also:
-
-
Constructor Details
-
Schema
public Schema()
-
-
Method Details
-
getAttributes
- Specified by:
getAttributesin interfaceAttributeContainer
-
setAttributes
-
getAttribute
- Specified by:
getAttributein interfaceAttributeContainer
-
getAttributeFromPath
-