Uses of Class
com.evolveum.midpoint.model.api.authentication.EffectiveFileUploadPolicy
Packages that use EffectiveFileUploadPolicy
Package
Description
-
Uses of EffectiveFileUploadPolicy in com.evolveum.midpoint.model.api.authentication
Methods in com.evolveum.midpoint.model.api.authentication that return EffectiveFileUploadPolicyModifier and TypeMethodDescriptionCompiledGuiProfile.getFileUploadPolicy(ItemPath itemPath) Resolves the effective upload policy for the specified item.static EffectiveFileUploadPolicyFileUploadConfigurationResolver.resolve(ItemPath itemPath, List<EffectiveFileUploadPolicy> configuredPolicies) Resolves the effective upload policy for the given item path.Methods in com.evolveum.midpoint.model.api.authentication that return types with arguments of type EffectiveFileUploadPolicyModifier and TypeMethodDescriptionstatic List<EffectiveFileUploadPolicy> FileUploadConfigurationResolver.compileConfiguredPolicies(FileUploadConfigurationType configuration) Compiles schema configuration items into immutable effective policies.CompiledGuiProfile.getFileUploadPolicies()Method parameters in com.evolveum.midpoint.model.api.authentication with type arguments of type EffectiveFileUploadPolicyModifier and TypeMethodDescriptionstatic EffectiveFileUploadPolicyFileUploadConfigurationResolver.resolve(ItemPath itemPath, List<EffectiveFileUploadPolicy> configuredPolicies) Resolves the effective upload policy for the given item path. -
Uses of EffectiveFileUploadPolicy in com.evolveum.midpoint.web.component.input
Methods in com.evolveum.midpoint.web.component.input that return EffectiveFileUploadPolicyModifier and TypeMethodDescriptionprotected EffectiveFileUploadPolicyUploadDownloadPanel.getEffectiveFileUploadPolicy()Resolves the effective upload policy for the item represented by this panel.Methods in com.evolveum.midpoint.web.component.input with parameters of type EffectiveFileUploadPolicyModifier and TypeMethodDescriptionprotected byte[]UploadDownloadPanel.sanitizeUploadedFile(byte[] uploadedBytes, EffectiveFileUploadPolicy policy)