Uses of Class
be.personify.iam.scim.util.ScimErrorType
-
Packages that use ScimErrorType Package Description be.personify.iam.scim.rest be.personify.iam.scim.util -
-
Uses of ScimErrorType in be.personify.iam.scim.rest
Methods in be.personify.iam.scim.rest with parameters of type ScimErrorType Modifier and Type Method Description protected org.springframework.http.ResponseEntity<Map<String,Object>>Controller. showError(int status, String detail, ScimErrorType scimType) -
Uses of ScimErrorType in be.personify.iam.scim.util
Methods in be.personify.iam.scim.util that return ScimErrorType Modifier and Type Method Description static ScimErrorTypeScimErrorType. valueOf(String name)Returns the enum constant of this type with the specified name.static ScimErrorType[]ScimErrorType. values()Returns an array containing the constants of this enum type, in the order they are declared.
-