Uses of Class
de.xima.fc.security.malware.MalwareScanReport
Packages that use MalwareScanReport
Package
Description
Package for the API access of the model classes.
-
Uses of MalwareScanReport in de.xima.fc.api.entity
Methods in de.xima.fc.api.entity with parameters of type MalwareScanReportModifier and TypeMethodDescriptionvoidProtokollAPI.addMalwareDetectedProtocolEntry(UserContext uc, String scannedItem, MalwareScanReport report) Adds a system protocol entry when malware was detected in a file or some data.voidProtokollAPI.addMalwareDetectedProtocolEntry(UserContext uc, String scannedItem, MalwareScanReport report, Mandant client) Adds a client protocol entry when malware was detected in a file or some data.voidProtokollAPI.addMalwareDetectedProtocolEntry(UserContext uc, String scannedItem, MalwareScanReport report, Vorgang formRecord) Adds a processing protocol entry when malware was detected in a file or some data. -
Uses of MalwareScanReport in de.xima.fc.dao.utils
Methods in de.xima.fc.dao.utils with parameters of type MalwareScanReportModifier and TypeMethodDescriptionvoidProtokollUtils.addMalwareDetectedProtocolEntry(IEntityContext ec, IUser user, String scannedItem, MalwareScanReport report) Adds a system protocol entry when malware was detected in a file or some data.voidProtokollUtils.addMalwareDetectedProtocolEntry(IEntityContext ec, IUser user, String scannedItem, MalwareScanReport report, Mandant client) Adds a client protocol entry when malware was detected in a file or some data.voidProtokollUtils.addMalwareDetectedProtocolEntry(IEntityContext ec, IUser user, String scannedItem, MalwareScanReport report, Vorgang formRecord) Adds a processing protocol entry when malware was detected in a file or some data. -
Uses of MalwareScanReport in de.xima.fc.handler.entity
Methods in de.xima.fc.handler.entity with parameters of type MalwareScanReportModifier and TypeMethodDescriptionvoidProtokollHandler.addMalwareDetectedProtocolEntry(UserContext uc, String scannedItem, MalwareScanReport report) voidProtokollHandler.addMalwareDetectedProtocolEntry(UserContext uc, String scannedItem, MalwareScanReport report, Mandant client) voidProtokollHandler.addMalwareDetectedProtocolEntry(UserContext uc, String scannedItem, MalwareScanReport report, Vorgang formRecord) -
Uses of MalwareScanReport in de.xima.fc.handler.interfaces.entity
Methods in de.xima.fc.handler.interfaces.entity with parameters of type MalwareScanReportModifier and TypeMethodDescriptionvoidIProtokollHandler.addMalwareDetectedProtocolEntry(UserContext uc, String scannedItem, MalwareScanReport report) Adds a system protocol entry when malware was detected in a file or some data.voidIProtokollHandler.addMalwareDetectedProtocolEntry(UserContext uc, String scannedItem, MalwareScanReport report, Mandant client) Adds a client protocol entry when malware was detected in a file or some data.voidIProtokollHandler.addMalwareDetectedProtocolEntry(UserContext uc, String scannedItem, MalwareScanReport report, Vorgang formRecord) Adds a processing protocol entry when malware was detected in a file or some data. -
Uses of MalwareScanReport in de.xima.fc.interfaces.http
Methods in de.xima.fc.interfaces.http that return MalwareScanReportModifier and TypeMethodDescriptionIScannedFileItem.getMalwareScanReport()Returns the malware scan report, representing the results of the malware scan. -
Uses of MalwareScanReport in de.xima.fc.security.malware
Methods in de.xima.fc.security.malware that return MalwareScanReportModifier and TypeMethodDescriptionMalwareScanner.scanBase64Data(String base64EncodedData) Scans a base64 encoded string with data for malware and returns a report with the scan result.MalwareScanner.scanData(byte[] data) Scans some data for malware and returns a report with the scan result.Scans a file for malware and returns a report with the scan result.Scans a file for malware and returns a report with the scan result.MalwareScanner.scanFileItem(org.apache.commons.fileupload.FileItem fileItem, boolean deleteOnMalware) Scans a file item for malware and returns a report with the scan result.MalwareScanner.scanStream(InputStream inputStream) Scans some data for malware and returns a report with the scan result.MalwareScanner.scanUploadedFile(org.primefaces.model.file.UploadedFile uploadedFile, boolean deleteOnMalware) Scans a file item for malware and returns a report with the scan result.Methods in de.xima.fc.security.malware that return types with arguments of type MalwareScanReportModifier and TypeMethodDescriptionstatic List<org.apache.commons.lang3.tuple.Pair<org.apache.commons.fileupload.FileItem,MalwareScanReport>> MalwareScannerHelper.scanFileItems(javax.servlet.http.HttpServletRequest request, List<org.apache.commons.fileupload.FileItem> fileItems) Scans all file items, with a malware scanner for the system or client scope determined from the given request.Method parameters in de.xima.fc.security.malware with type arguments of type MalwareScanReportModifier and TypeMethodDescriptionstatic voidMalwareScannerHelper.registerMalwareScanner(BiFunction<javax.servlet.http.HttpServletRequest, List<org.apache.commons.fileupload.FileItem>, List<org.apache.commons.lang3.tuple.Pair<org.apache.commons.fileupload.FileItem, MalwareScanReport>>> fileItemMalwareScannerImpl) Registers the given malware scanner if none has been registered yet. -
Uses of MalwareScanReport in de.xima.fc.web.common.mime
Methods in de.xima.fc.web.common.mime that return MalwareScanReportModifier and TypeMethodDescriptionstatic MalwareScanReportExtensionCheckFacade.reportExtensionMismatch(org.apache.commons.fileupload.FileItem fileItem) Performs the extension check and creates a report if the check fails.