Package org.apache.cassandra.config
Annotation Interface Redacted
Annotation supposed to be placed on any field in Config (and its subproperties in embedded configuration classes)
which will be redacted e.g. password or similar.
User querying system_views.settings will be shown redacted values on such fields.
-
Optional Element Summary
Optional Elements -
Field Summary
Fields
-
Field Details
-
REDACTED_STRING
- See Also:
-
-
Element Details
-
redactedValue
String redactedValue- Returns:
- redacted value, defaults to
<REDACTED>.
- Default:
- "<REDACTED>"
-