Searched refs:RETAINED_HTTP_REQUEST_HEADERS (Results 1 - 2 of 2) sorted by relevance

/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/authentication/client/
H A DAuthClientUtils.java195 private static final List<String> RETAINED_HTTP_REQUEST_HEADERS = new ArrayList<String>(); field in class:AuthClientUtils
309 RETAINED_HTTP_REQUEST_HEADERS.addAll(getHeaderNameListForProperty(
312 RETAINED_HTTP_REQUEST_HEADERS.removeAll(getHeaderNameListForProperty(
323 utilDebug.message("Retained request headers: " + RETAINED_HTTP_REQUEST_HEADERS);
2712 if (headerName != null && RETAINED_HTTP_REQUEST_HEADERS.contains(headerName.toLowerCase())) {
/forgerock/openam/openam-core/src/main/java/com/sun/identity/authentication/client/
H A DAuthClientUtils.java195 private static final List<String> RETAINED_HTTP_REQUEST_HEADERS = new ArrayList<String>(); field in class:AuthClientUtils
309 RETAINED_HTTP_REQUEST_HEADERS.addAll(getHeaderNameListForProperty(
312 RETAINED_HTTP_REQUEST_HEADERS.removeAll(getHeaderNameListForProperty(
323 utilDebug.message("Retained request headers: " + RETAINED_HTTP_REQUEST_HEADERS);
2719 if (headerName != null && RETAINED_HTTP_REQUEST_HEADERS.contains(headerName.toLowerCase())) {

Completed in 33 milliseconds