Searched refs:SESSION_KNOWN_ONLY_TO_AUTHENTICATED (Results 1 – 4 of 4) sorted by relevance
89 …n!=null && httpSession.getAttribute(AbstractSessionManager.SESSION_KNOWN_ONLY_TO_AUTHENTICATED)!=B… in renewSession()
111 _session.removeAttribute(AbstractSessionManager.SESSION_KNOWN_ONLY_TO_AUTHENTICATED); in doLogout()
77 …public final static String SESSION_KNOWN_ONLY_TO_AUTHENTICATED="org.eclipse.jetty.security.session… field in AbstractSessionManager147 httpSession.setAttribute(SESSION_KNOWN_ONLY_TO_AUTHENTICATED, Boolean.TRUE); in renewSession()
320 …se.getSession().setAttribute(AbstractSessionManager.SESSION_KNOWN_ONLY_TO_AUTHENTICATED, Boolean.T… in doStart()