Annotation Type Redacted


  • @Retention(RUNTIME)
    @Target(FIELD)
    public @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.

    • Field Summary

      Fields 
      Modifier and Type Fields Description
      static java.lang.String REDACTED_STRING  
    • Optional Element Summary

      Optional Elements 
      Modifier and Type Optional Element Description
      java.lang.String redactedValue  
    • Field Detail

      • REDACTED_STRING

        static final java.lang.String REDACTED_STRING
    • Element Detail

      • redactedValue

        java.lang.String redactedValue
        Returns:
        redacted value, defaults to <REDACTED>.
        Default:
        "<REDACTED>"