Uses of Class
io.jans.scim.model.exception.SCIMException
-
Packages that use SCIMException Package Description io.jans.scim.model.scim2.util -
-
Uses of SCIMException in io.jans.scim.model.scim2.util
Methods in io.jans.scim.model.scim2.util that throw SCIMException Modifier and Type Method Description void
ResourceValidator. validateCanonicalizedAttributes()
Inspects the resource passed in the constructor and for every attribute annotated with a non-empty collection ofcanonical values
, it checks whether the attribute value matches any of the canonical values supplied.void
ResourceValidator. validateExtendedAttributes()
Inspects the resource passed in the constructor and for every extended attribute (seeBaseScimResource.getCustomAttributes()
, the attribute's value is checked to see if it complies with the data type it is supposed to belong to.void
ResourceValidator. validateRequiredAttributes(boolean laxRequiredness)
Inspects the resource passed in the constructor and determines if the attributes annotated asrequired
in theClass
of the resource were all provided (not null).void
ResourceValidator. validateSchemasAttribute()
Inspects theschemas
attribute of the resource passed in the constructor and checks the default schemaurn
associated to the resource type is present in the list.void
ResourceValidator. validateValidableAttributes()
Inspects the resource passed in the constructor and applies validations for every attribute annotated withValidator
.
-