Uses of Interface
com.pyranid.ParameterRedactor
-
Uses of ParameterRedactor in com.pyranid
Methods in com.pyranid that return ParameterRedactorModifier and TypeMethodDescription@NonNull ParameterRedactorDatabase.getParameterRedactor()Gets the configured redactor used for non-secure parameters in diagnostics.static @NonNull ParameterRedactorParameterRedactor.none()Acquires the default redactor, which renders non-secure values verbatim for non-batch executions.static @NonNull ParameterRedactorParameterRedactor.redactAll()Acquires a redactor that masks every non-secure value as<redacted>.Methods in com.pyranid with parameters of type ParameterRedactorModifier and TypeMethodDescription@NonNull Database.BuilderDatabase.Builder.parameterRedactor(@Nullable ParameterRedactor parameterRedactor) Configures the redactor used for non-secure parameters in diagnostics.