/forgerock/openam-v13/openam-core/src/main/java/org/forgerock/openam/authentication/service/ |
H A D | SessionUpgradeHandler.java | 31 * @param newSession The just activated new session. 33 void handleSessionUpgrade(InternalSession oldSession, InternalSession newSession); argument
|
H A D | SessionPropertyUpgrader.java | 52 * @param newSession The new session 55 public final void populateProperties(InternalSession oldSession, InternalSession newSession, boolean forceAuth) { argument 62 updateProperty(newSession, key, value); 75 * @param newSession The new session 78 InternalSession newSession) throws SessionException { 84 newSession.putProperty(key, value); 77 populatePropertiesFromStateless(StatelessSession oldSession, InternalSession newSession) argument
|
/forgerock/openam-v13/openam-federation/OpenFM/src/main/java/org/forgerock/openam/authentication/ |
H A D | Saml2SessionUpgradeHandler.java | 49 public void handleSessionUpgrade(InternalSession oldSession, InternalSession newSession) { argument 54 final String newSessionID = newSession.getID().toString(); 85 long expirationTime = System.currentTimeMillis() / 1000 + newSession.getTimeLeft();
|
/forgerock/openam/openam-core/src/main/java/org/forgerock/openam/authentication/service/ |
H A D | SessionUpgradeHandler.java | 31 * @param newSession The just activated new session. 33 void handleSessionUpgrade(InternalSession oldSession, InternalSession newSession); argument
|
H A D | SessionPropertyUpgrader.java | 52 * @param newSession The new session 55 public final void populateProperties(InternalSession oldSession, InternalSession newSession, boolean forceAuth) { argument 62 updateProperty(newSession, key, value); 75 * @param newSession The new session 78 InternalSession newSession) throws SessionException { 84 newSession.putProperty(key, value); 77 populatePropertiesFromStateless(StatelessSession oldSession, InternalSession newSession) argument
|
/forgerock/openam/openam-federation/OpenFM/src/main/java/org/forgerock/openam/authentication/ |
H A D | Saml2SessionUpgradeHandler.java | 51 public void handleSessionUpgrade(InternalSession oldSession, InternalSession newSession) { argument 56 final String newSessionID = newSession.getID().toString(); 87 long expirationTime = currentTimeMillis() / 1000 + newSession.getTimeLeft();
|
/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/authentication/service/ |
H A D | DefaultSessionActivator.java | 73 * newSession and sessionToActivate may be the same session -- e.g. in the default case for normal or stateless 76 protected boolean updateSessions(InternalSession newSession, LoginState loginState, argument 83 newSession.removeObject(ISAuthConstants.AUTH_CONTEXT_OBJ); 86 loginState.setSessionProperties(newSession); 95 DEBUG.message("Activating session: " + newSession); 103 newSession.setObject(ISAuthConstants.LOGIN_CONTEXT, loginContext);
|
H A D | AuthD.java | 549 public static InternalSession newSession( method in class:AuthD
|
/forgerock/openam/openam-core/src/main/java/com/sun/identity/authentication/service/ |
H A D | DefaultSessionActivator.java | 73 * newSession and sessionToActivate may be the same session -- e.g. in the default case for normal or stateless 76 protected boolean updateSessions(InternalSession newSession, LoginState loginState, argument 83 newSession.clearAuthContext(); 86 loginState.setSessionProperties(newSession); 95 DEBUG.message("Activating session: " + newSession);
|
H A D | AuthD.java | 529 public static InternalSession newSession(final String domain, final boolean stateless) { method in class:AuthD
|
/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml2/profile/ |
H A D | SPSingleLogout.java | 177 * @param newSession Session object for IDP Proxy 189 Object newSession, 202 if (newSession != null) { 203 session = newSession; 181 initiateLogoutRequest( HttpServletRequest request, HttpServletResponse response, PrintWriter out, String binding, Map paramsMap, LogoutRequest origLogoutRequest, SOAPMessage msg, Object newSession, SAML2EventLogger audit) argument
|
H A D | IDPProxyUtil.java | 507 * @param newSession Session object 516 Object newSession, 541 IDPCache.spSessionPartnerBySessionID.put(sessionProvider.getSessionID(newSession), proxySPEntityId); 560 newSession, 595 * @param newSession Session object. 599 String metaAlias, ResponseInfo respInfo, Object newSession) throws SAML2Exception { 610 sendProxyResponse(request, response, out, requestID, metaAlias, newSession, nameidFormat); 510 sendProxyResponse( HttpServletRequest request, HttpServletResponse response, PrintWriter out, String requestID, String idpMetaAlias, Object newSession, String nameIDFormat) argument 598 generateProxyResponse(HttpServletRequest request, HttpServletResponse response, PrintWriter out, String metaAlias, ResponseInfo respInfo, Object newSession) argument
|
H A D | IDPSSOUtil.java | 211 * @param newSession Session used in IDP Proxy Case 223 Object newSession, 230 if (newSession != null) { 231 session = newSession; 215 doSSOFederate(HttpServletRequest request, HttpServletResponse response, PrintWriter out, AuthnRequest authnReq, String spEntityID, String idpMetaAlias, String nameIDFormat, String relayState, Object newSession, SAML2EventLogger auditor) argument
|
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml2/profile/ |
H A D | SPSingleLogout.java | 177 * @param newSession Session object for IDP Proxy 189 Object newSession, 202 if (newSession != null) { 203 session = newSession; 181 initiateLogoutRequest( HttpServletRequest request, HttpServletResponse response, PrintWriter out, String binding, Map paramsMap, LogoutRequest origLogoutRequest, SOAPMessage msg, Object newSession, SAML2EventLogger audit) argument
|
H A D | IDPProxyUtil.java | 540 * @param newSession Session object 552 Object newSession, 578 IDPCache.spSessionPartnerBySessionID.put(sessionProvider.getSessionID(newSession), proxySPEntityId); 597 newSession, 637 * @param newSession Session object. 642 String metaAlias, ResponseInfo respInfo, Object newSession, SAML2EventLogger auditor) throws SAML2Exception { 653 sendProxyResponse(request, response, out, requestID, metaAlias, newSession, nameidFormat, auditor); 546 sendProxyResponse( HttpServletRequest request, HttpServletResponse response, PrintWriter out, String requestID, String idpMetaAlias, Object newSession, String nameIDFormat, SAML2EventLogger saml2Auditor) argument 641 generateProxyResponse(HttpServletRequest request, HttpServletResponse response, PrintWriter out, String metaAlias, ResponseInfo respInfo, Object newSession, SAML2EventLogger auditor) argument
|
H A D | IDPSSOUtil.java | 215 * @param newSession Session used in IDP Proxy Case 227 Object newSession, 234 if (newSession != null) { 235 session = newSession; 219 doSSOFederate(HttpServletRequest request, HttpServletResponse response, PrintWriter out, AuthnRequest authnReq, String spEntityID, String idpMetaAlias, String nameIDFormat, String relayState, Object newSession, SAML2EventLogger auditor) argument
|
/forgerock/opendj-b2.6/src/server/org/opends/server/replication/service/ |
H A D | ReplicationBroker.java | 3145 private void setSession(final Session newSession) argument 3155 session = newSession;
|
/forgerock/opendj2.6.2/src/server/org/opends/server/replication/service/ |
H A D | ReplicationBroker.java | 3404 private void setSession(final Session newSession) argument 3414 session = newSession;
|
/forgerock/opendj2-jel-hg/src/server/org/opends/server/replication/service/ |
H A D | ReplicationBroker.java | 3145 private void setSession(final Session newSession) argument 3155 session = newSession;
|