Uses of Class
io.jans.scim.model.scim2.AttributeDefinition.Type
-
Packages that use AttributeDefinition.Type Package Description io.jans.scim.model.scim2 Provides necessary classes to model and compose the different types of resources defined by SCIM2 spec, for instance, User, Group, ServiceProviderConfig, etc.io.jans.scim.model.scim2.annotations io.jans.scim.model.scim2.extensions -
-
Uses of AttributeDefinition.Type in io.jans.scim.model.scim2
Methods in io.jans.scim.model.scim2 that return AttributeDefinition.Type Modifier and Type Method Description static AttributeDefinition.Type
AttributeDefinition.Type. valueOf(String name)
Returns the enum constant of this type with the specified name.static AttributeDefinition.Type[]
AttributeDefinition.Type. values()
Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of AttributeDefinition.Type in io.jans.scim.model.scim2.annotations
Methods in io.jans.scim.model.scim2.annotations that return AttributeDefinition.Type Modifier and Type Method Description AttributeDefinition.Type
type()
The type of the attribute according to types defined by section 2.3 of RFC 7643 -
Uses of AttributeDefinition.Type in io.jans.scim.model.scim2.extensions
Methods in io.jans.scim.model.scim2.extensions that return AttributeDefinition.Type Modifier and Type Method Description AttributeDefinition.Type
ExtensionField. getAttributeDefinitionType()
Maps the io.jans.model.attribute.AttributeDataType associated to this ExtensionField (seegetType
) to a member of the enumAttributeDefinition.Type
.
-