Uses of Class
io.jans.scim.model.scim2.ErrorScimType
-
Packages that use ErrorScimType 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. -
-
Uses of ErrorScimType in io.jans.scim.model.scim2
Methods in io.jans.scim.model.scim2 that return ErrorScimType Modifier and Type Method Description static ErrorScimType
ErrorScimType. getByValue(String value)
Returns an instance ofErrorScimType
based on a string value corresponding to thescimType
property of a json error response.static ErrorScimType
ErrorScimType. valueOf(String name)
Returns the enum constant of this type with the specified name.static ErrorScimType[]
ErrorScimType. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in io.jans.scim.model.scim2 with parameters of type ErrorScimType Modifier and Type Method Description void
ErrorResponse. setScimType(ErrorScimType scimType)
-