Uses of Enum Class
com.evolveum.midpoint.xml.ns._public.common.common_3.ImageFormatType
Packages that use ImageFormatType
Package
Description
-
Uses of ImageFormatType in com.evolveum.midpoint.model.api.authentication
Methods in com.evolveum.midpoint.model.api.authentication that return ImageFormatTypeConstructors in com.evolveum.midpoint.model.api.authentication with parameters of type ImageFormatTypeModifierConstructorDescriptionEffectiveFileUploadPolicy(ItemPath path, boolean contentTypeCheckEnabled, List<String> allowedContentTypes, ImageFormatType convertImageTo, boolean stripMetadata) -
Uses of ImageFormatType in com.evolveum.midpoint.web.component.input
Methods in com.evolveum.midpoint.web.component.input with parameters of type ImageFormatTypeModifier and TypeMethodDescriptionstatic byte[]ImageSanitizationUtil.sanitizeImage(byte[] originalBytes, ImageFormatType convertImageTo, boolean stripMetadata) Applies the requested image processing. -
Uses of ImageFormatType in com.evolveum.midpoint.xml.ns._public.common.common_3
Methods in com.evolveum.midpoint.xml.ns._public.common.common_3 that return ImageFormatTypeModifier and TypeMethodDescriptionstatic ImageFormatTypeFileUploadItemConfigurationType.getConvertImageTo()static ImageFormatTypeReturns the enum constant of this class with the specified name.static ImageFormatType[]ImageFormatType.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.evolveum.midpoint.xml.ns._public.common.common_3 with parameters of type ImageFormatTypeModifier and TypeMethodDescriptionFileUploadItemConfigurationType.convertImageTo(ImageFormatType value) voidFileUploadItemConfigurationType.setConvertImageTo(ImageFormatType value)