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

/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/authentication/client/
H A DAuthClientUtils.java2782 * @param aCookie auth context associated with lb cookie
2786 public static void setServerCookie(Cookie aCookie, argument
2789 String cookieName = aCookie.getName();
2790 String cookieValue = aCookie.getValue();
/forgerock/openam/openam-core/src/main/java/com/sun/identity/authentication/client/
H A DAuthClientUtils.java2789 * @param aCookie auth context associated with lb cookie
2793 public static void setServerCookie(Cookie aCookie, argument
2796 String cookieName = aCookie.getName();
2797 String cookieValue = aCookie.getValue();

Completed in 44 milliseconds