Skip navigation links
A E H P R S T 

A

apply(s) - Method in class reuse.redact.Strategy.FULL
 
apply(s) - Method in class reuse.redact.Strategy.HASH
 
apply(s) - Method in class reuse.redact.Strategy.LAST_4
 
apply(s) - Method in class reuse.redact.Strategy.NOOP
 

E

equals(o) - Method in class reuse.redact.Redact
 

H

hashCode() - Method in class reuse.redact.Redact
 

P

pii - Variable in class reuse.redact.Redact
 

R

Redact - Class in reuse.redact
Helps prevent PII(Personally identifiable information) from being printed or logged by overriding toString().
Redact(pii) - Constructor for class reuse.redact.Redact
Helps prevent PII(Personally identifiable information) from being printed or logged by overriding toString().
reuse.redact - package reuse.redact
 

S

strategy() - Method in class reuse.redact.Redact
Extension point to allow subclasses to redaction strategy. Default to Strategy.FULL
Strategy - Enum in reuse.redact
 
Strategy.FULL - Class in reuse.redact
Provides the most protection, but may be at the expense of debugging.
Strategy.HASH - Class in reuse.redact
Allow for debugging where we just need to know previous and current value is the same.
Strategy.LAST_4 - Class in reuse.redact
commonly use for things like credit cards, SSN or other account numbers.
Strategy.NOOP - Class in reuse.redact
This should be rarely use; maybe only for debugging

T

toString() - Method in class reuse.redact.Redact
Final to prevent subclasses from accidentally undoing our work
A E H P R S T 
Skip navigation links