Uses of Class
com.evolveum.midpoint.web.component.input.validator.FileUploadContentValidationException
Packages that use FileUploadContentValidationException
-
Uses of FileUploadContentValidationException in com.evolveum.midpoint.web.component.input.validator
Methods in com.evolveum.midpoint.web.component.input.validator that throw FileUploadContentValidationExceptionModifier and TypeMethodDescriptionstatic voidFileValidatorUtil.validateUploadContent(byte[] bytes, String declaredContentType, List<String> allowedContentTypes) Validates uploaded file content against its declared content type and the configured allowed MIME types.