Package com.onec.security
Class SecretRedactor
java.lang.Object
com.onec.security.SecretRedactor
Strips
@Attribute(secret = true) values out of read responses so the generic API is
write-only for secrets. Each secret column is replaced in place with a sentinel — SET
when a value is stored, null when not — so the UI can render "set vs not set" without
ever seeing the (encrypted) value.-
Field Summary
Fields -
Method Summary
-
Field Details
-
SET
Sentinel returned in place of a stored secret value.- See Also:
-
-
Method Details
-
redact
-