Package com.google.gerrit.httpd.restapi
Class LogRedactUtil
- java.lang.Object
-
- com.google.gerrit.httpd.restapi.LogRedactUtil
-
public class LogRedactUtil extends Object
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static String
redactQueryString(String qs)
Redacts sensitive information such as an access token from the query string to make it suitable for logging.
-