Uses of Class
org.apache.nifi.util.db.SensitiveValueWrapper
-
Uses of SensitiveValueWrapper in org.apache.nifi.util.db
Method parameters in org.apache.nifi.util.db with type arguments of type SensitiveValueWrapperModifier and TypeMethodDescriptionprivate static voidJdbcCommon.setParameterAtIndex(PreparedStatement stmt, Map<String, SensitiveValueWrapper> attributes, String flowFileAttributeKey) static voidJdbcCommon.setSensitiveParameters(PreparedStatement stmt, Map<String, SensitiveValueWrapper> attributes) Sets all of the appropriate parameters on the given PreparedStatement, based on the given FlowFile attributes and masks sensitive values.