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 voidResourceValidator. 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.voidResourceValidator. 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.voidResourceValidator. validateRequiredAttributes(boolean laxRequiredness)Inspects the resource passed in the constructor and determines if the attributes annotated asrequiredin theClassof the resource were all provided (not null).voidResourceValidator. validateSchemasAttribute()Inspects theschemasattribute of the resource passed in the constructor and checks the default schemaurnassociated to the resource type is present in the list.voidResourceValidator. validateValidableAttributes()Inspects the resource passed in the constructor and applies validations for every attribute annotated withValidator.
-