Searched defs:setHttpOnlyMethod (Results 1 - 2 of 2) sorted by relevance

/forgerock/openam-v13/openam-shared/src/main/java/com/sun/identity/shared/encode/
H A DCookieUtils.java85 private static final Method setHttpOnlyMethod; field in class:CookieUtils
94 setHttpOnlyMethod = method;
413 if (setHttpOnlyMethod != null) {
415 setHttpOnlyMethod.invoke(cookie, true);
/forgerock/openam/openam-shared/src/main/java/com/sun/identity/shared/encode/
H A DCookieUtils.java88 private static final Method setHttpOnlyMethod; field in class:CookieUtils
97 setHttpOnlyMethod = method;
416 if (setHttpOnlyMethod != null) {
418 setHttpOnlyMethod.invoke(cookie, true);

Completed in 21 milliseconds