Package be.personify.iam.scim.schema
Class Schema
java.lang.Object
be.personify.iam.scim.schema.Schema
Basic Schema class
- Author:
- wouter
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetAttribute(String name) getId()getMeta()getName()voidsetAttributes(List<SchemaAttribute> attributes) voidsetDescription(String description) voidvoidsetMeta(SchemaMeta meta) void
-
Constructor Details
-
Schema
public Schema()
-
-
Method Details
-
getId
-
setId
-
getName
-
setName
-
getDescription
-
setDescription
-
getAttributes
-
setAttributes
-
getMeta
-
setMeta
-
getAttribute
-
getAttributeNames
-