Searched defs:newSession (Results 1 - 19 of 19) sorted by relevance

/forgerock/openam-v13/openam-core/src/main/java/org/forgerock/openam/authentication/service/
H A DSessionUpgradeHandler.java31 * @param newSession The just activated new session.
33 void handleSessionUpgrade(InternalSession oldSession, InternalSession newSession); argument
H A DSessionPropertyUpgrader.java52 * @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 DSaml2SessionUpgradeHandler.java49 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 DSessionUpgradeHandler.java31 * @param newSession The just activated new session.
33 void handleSessionUpgrade(InternalSession oldSession, InternalSession newSession); argument
H A DSessionPropertyUpgrader.java52 * @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 DSaml2SessionUpgradeHandler.java51 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 DDefaultSessionActivator.java73 * 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 DAuthD.java549 public static InternalSession newSession( method in class:AuthD
/forgerock/openam/openam-core/src/main/java/com/sun/identity/authentication/service/
H A DDefaultSessionActivator.java73 * 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 DAuthD.java529 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 DSPSingleLogout.java177 * @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 DIDPProxyUtil.java507 * @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 DIDPSSOUtil.java211 * @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 DSPSingleLogout.java177 * @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 DIDPProxyUtil.java540 * @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 DIDPSSOUtil.java215 * @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 DReplicationBroker.java3145 private void setSession(final Session newSession) argument
3155 session = newSession;
/forgerock/opendj2.6.2/src/server/org/opends/server/replication/service/
H A DReplicationBroker.java3404 private void setSession(final Session newSession) argument
3414 session = newSession;
/forgerock/opendj2-jel-hg/src/server/org/opends/server/replication/service/
H A DReplicationBroker.java3145 private void setSession(final Session newSession) argument
3155 session = newSession;

Completed in 172 milliseconds