Uses of Enum
be.personify.iam.scim.util.ScimErrorType
Packages that use ScimErrorType
-
Uses of ScimErrorType in be.personify.iam.scim.rest
Methods in be.personify.iam.scim.rest with parameters of type ScimErrorTypeModifier and TypeMethodDescriptionController.composeError(int status, String detail, ScimErrorType scimType) 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 ScimErrorTypeModifier and TypeMethodDescriptionstatic ScimErrorTypeReturns 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.