Searched refs:destroySession (Results 51 - 66 of 66) sorted by relevance

123

/forgerock/openam/openam-core/src/main/java/com/sun/identity/authentication/service/
H A DAuthUtils.java383 destroySession(loginState);
520 // destroySession(authContext);
597 static void destroySession(LoginState loginState) { method in class:AuthUtils
600 loginState.destroySession();
607 public static void destroySession(AuthContextLocal authContext) { method in class:AuthUtils
610 destroySession(loginState);
H A DAMLoginContext.java846 destroySession();
864 private void destroySession() { method in class:AMLoginContext
866 debug.message("AMLoginContext:destroySession: " + authContext.getLoginState());
868 authContext.getLoginState().destroySession();
1088 destroySession();
1813 //destroySession();
H A DAuthD.java519 public void destroySession(SessionID sid) { method in class:AuthD
H A DLoginState.java1590 void destroySession() { method in class:LoginState
1593 LazyConfig.AUTHD.destroySession(finalSessionId);
/forgerock/openam-v13/openam-server-auth-ui/src/main/java/com/sun/identity/authentication/UI/
H A DLoginViewBean.java554 authD.destroySession(oldSession.getID());
578 authD.destroySession(oldSession.getID());
695 authD.destroySession(oldSession.getID());
724 authD.destroySession(oldSession.getID());
936 authD.destroySession(oldSession.getID());
1878 AuthUtils.destroySession(ac);
/forgerock/openam/openam-server-auth-ui/src/main/java/com/sun/identity/authentication/UI/
H A DLoginViewBean.java568 authD.destroySession(oldSession.getID());
592 authD.destroySession(oldSession.getID());
706 authD.destroySession(oldSession.getID());
735 authD.destroySession(oldSession.getID());
947 authD.destroySession(oldSession.getID());
1900 AuthUtils.destroySession(ac);
/forgerock/openam-v13/openam-core/src/main/java/com/iplanet/dpro/session/service/
H A DSessionRequestHandler.java399 sessionService.destroySession(requesterSession, new SessionID(req.getDestroySessionID()));
H A DSessionService.java900 public void destroySession(Session requester, SessionID sid) throws SessionException { method in class:SessionService
/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/authentication/service/
H A DAMLoginContext.java851 destroySession();
869 void destroySession() { method in class:AMLoginContext
871 debug.message("AMLoginContext:destroySession: " + loginState);
873 loginState.destroySession();
1093 destroySession();
1847 //destroySession();
H A DAuthD.java538 public void destroySession(SessionID sid) { method in class:AuthD
H A DLoginState.java1632 void destroySession() { method in class:LoginState
1635 LazyConfig.AUTHD.destroySession(sid);
/forgerock/openam/openam-core/src/main/java/com/iplanet/dpro/session/service/
H A DSessionRequestHandler.java346 sessionService.destroySession(requesterSession, new SessionID(req.getDestroySessionID()));
/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml2/profile/
H A DSPSingleLogout.java1010 boolean isLBReq, boolean destroySession, String binding,
1244 if (destroySession) {
1321 if (destroySession) {
1007 processLogoutRequest( LogoutRequest logoutReq, String spEntityID, String realm, HttpServletRequest request, HttpServletResponse response, boolean isLBReq, boolean destroySession, String binding, boolean isVerified) argument
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml2/profile/
H A DSPSingleLogout.java1010 boolean isLBReq, boolean destroySession, String binding,
1244 if (destroySession) {
1321 if (destroySession) {
1007 processLogoutRequest( LogoutRequest logoutReq, String spEntityID, String realm, HttpServletRequest request, HttpServletResponse response, boolean isLBReq, boolean destroySession, String binding, boolean isVerified) argument
/forgerock/openam/openam-core/src/main/java/com/iplanet/dpro/session/
H A DSession.java568 public void destroySession(Session session) throws SessionException { method in class:Session
/forgerock/openam-v13/openam-core/src/main/java/com/iplanet/dpro/session/
H A DSession.java790 public void destroySession(Session session) throws SessionException { method in class:Session

Completed in 95 milliseconds

123