Interface ExportConfigurationFilter
- All Known Implementing Classes:
DefaultExportConfigurationFilter
public interface ExportConfigurationFilter
Filter sensitive information from exported entities.
-
Method Summary
Modifier and TypeMethodDescriptionvoidnullifySensitiveInformation(Map<?, ?> requestBody) Filter sensitive information.
-
Method Details
-
nullifySensitiveInformation
Filter sensitive information.- Parameters:
requestBody- to filter
-