Searched defs:createCookie (Results 1 - 4 of 4) sorted by relevance

/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/authentication/client/
H A DAuthClientUtils.java431 Cookie logoutCookie = createCookie(logoutCookieString, cookieDomain);
473 public static Cookie createCookie(String cookieValue, String cookieDomain) { method in class:AuthClientUtils
479 return (createCookie(cookieName,cookieValue,cookieDomain));
570 public static Cookie createCookie(String cookieName, String cookieValue, String cookieDomain) { method in class:AuthClientUtils
587 utilDebug.message("createCookie Cookie is set : " + cookie);
600 Cookie cookie = createCookie(
606 createCookie(cookieName, "LOGOUT", 0, null));
1900 public static Cookie createCookie(String name, String value, int maxAge, String cookieDomain) { method in class:AuthClientUtils
1923 createCookie(
1953 cookie = createCookie(cookieNam
[all...]
/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml2/common/
H A DSAML2Utils.java4409 * createCookie method
4434 cookie = createCookie(cookieName, cookieValue, domain, path);
4482 public static Cookie createCookie(String cookieName, method in class:SAML2Utils
4505 debug.message("createCookie Cookie is set : " + cookie);
/forgerock/openam/openam-core/src/main/java/com/sun/identity/authentication/client/
H A DAuthClientUtils.java434 Cookie logoutCookie = createCookie(logoutCookieString, cookieDomain);
476 public static Cookie createCookie(String cookieValue, String cookieDomain) { method in class:AuthClientUtils
482 return (createCookie(cookieName,cookieValue,cookieDomain));
573 public static Cookie createCookie(String cookieName, String cookieValue, String cookieDomain) { method in class:AuthClientUtils
590 utilDebug.message("createCookie Cookie is set : " + cookie);
603 Cookie cookie = createCookie(
609 createCookie(cookieName, "LOGOUT", 0, null));
1903 public static Cookie createCookie(String name, String value, int maxAge, String cookieDomain) { method in class:AuthClientUtils
1926 createCookie(
1956 cookie = createCookie(cookieNam
[all...]
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml2/common/
H A DSAML2Utils.java4434 * createCookie method
4459 cookie = createCookie(cookieName, cookieValue, domain, path);
4507 public static Cookie createCookie(String cookieName, method in class:SAML2Utils
4530 debug.message("createCookie Cookie is set : " + cookie);

Completed in 75 milliseconds