Package org.apache.cassandra.config
Annotation Type Redacted
-
@Retention(RUNTIME) @Target(FIELD) public @interface RedactedAnnotation 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.
-
-
Field Summary
Fields Modifier and Type Fields Description static java.lang.StringREDACTED_STRING
-
Optional Element Summary
Optional Elements Modifier and Type Optional Element Description java.lang.StringredactedValue
-