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

/forgerock/openam-v13/openam-server-auth-ui/src/main/java/com/sun/identity/authentication/UI/
H A DLoginViewBean.java1720 cookie = AuthUtils.createCookie(cookieName,LOGOUTCOOKIEVALUE, null);
1727 cookie = AuthUtils.createCookie(cookieName,LOGOUTCOOKIEVALUE,
2191 private static final String LOGOUTCOOKIEVALUE = "LOGOUT"; field in class:LoginViewBean
/forgerock/openam/openam-server-auth-ui/src/main/java/com/sun/identity/authentication/UI/
H A DLoginViewBean.java1742 cookie = AuthUtils.createCookie(cookieName,LOGOUTCOOKIEVALUE, null);
1749 cookie = AuthUtils.createCookie(cookieName,LOGOUTCOOKIEVALUE,
2213 private static final String LOGOUTCOOKIEVALUE = "LOGOUT"; field in class:LoginViewBean

Completed in 29 milliseconds