Class SensitiveUtils

    • Method Detail

      • containsSensitive

        public static boolean containsSensitive​(String text)
        Whether the given configuration property contains a sensitive a sensitive key (such as password, accesstoken, etc.)
        Parameters:
        text - the configuration property
        Returns:
        true if sensitive, false otherwise