Uses of Class
de.xima.fc.user_portal.bean.common.UserPortalViewContext
-
Packages that use UserPortalViewContext Package Description de.xima.fc.user_portal.bean.security de.xima.fc.user_portal.integration.security -
-
Uses of UserPortalViewContext in de.xima.fc.user_portal.bean.security
Methods in de.xima.fc.user_portal.bean.security with parameters of type UserPortalViewContext Modifier and Type Method Description boolean
IUploadVerificationBean. isUnsafe(org.primefaces.model.file.UploadedFile uploadedFile, UserPortalViewContext userPortalViewCtx, FormRecordModel formRecordModel)
Checks whether the provided upload file has been classified as 'unsafe' by upstream checks (e.g. -
Uses of UserPortalViewContext in de.xima.fc.user_portal.integration.security
Methods in de.xima.fc.user_portal.integration.security with parameters of type UserPortalViewContext Modifier and Type Method Description boolean
UploadVerificationBean. isUnsafe(org.primefaces.model.file.UploadedFile uploadedFile, UserPortalViewContext userPortalViewCtx, FormRecordModel formRecordModel)
Checks whether the provided upload file has been classified as 'unsafe' by upstream checks (e.g.
-