Package com.springsource.insight.intercept.trace

Examples of com.springsource.insight.intercept.trace.ObscuredValueMarker


    boolean updateObscuredHeaderValue(String name, String value) {
        if (!obfuscator.processHeader(name, value)) {
            return false;
        }

        ObscuredValueMarker curMarker = getObscuredValueMarker();
        ObscuredValueMarker httpMarker = obfuscator.getSensitiveValueMarker();
        /*
         * Check if substituted the marker (e.g., for addresses obscuring).
         * If so, then inform the substituted marker as well of the
         * obscured header value
         */
 
View Full Code Here

TOP

Related Classes of com.springsource.insight.intercept.trace.ObscuredValueMarker

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.