Searched refs:idpSessionIndex (Results 1 - 15 of 15) sorted by relevance

/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml2/profile/
H A DSPFedSession.java48 public String idpSessionIndex = null; field in class:SPFedSession
68 * @param idpSessionIndex sessionIndex of Identity Provider
72 public SPFedSession(String idpSessionIndex, argument
77 this.idpSessionIndex = idpSessionIndex;
H A DIDPSingleLogout.java192 String idpSessionIndex = IDPSSOUtil.getSessionIndex(session);
193 if (idpSessionIndex == null) {
215 IDPSession idpSession = IDPCache.idpSessionsByIndices.get(idpSessionIndex);
221 + idpSessionIndex + " already removed.");
225 SAML2FailoverUtils.deleteSAML2Token(idpSessionIndex);
229 "SAML2 Token Repository for idpSessionIndex:" + idpSessionIndex, se);
231 IDPCache.authnContextCache.remove(idpSessionIndex);
237 debug.message("idpSessionIndex=" + idpSessionIndex);
1609 sendLastResponse(IDPSession idpSession, LogoutResponse logoutRes, HttpServletRequest request, HttpServletResponse response, String idpSessionIndex, Object session, String realm, String idpEntityID, String relayState) argument
[all...]
H A DSPSessionListener.java258 fedSession.idpSessionIndex, fedSession.info.getNameID(), null, null, paramsMap, idpConfig);
H A DSPACSUtils.java1566 String idpSessionIndex = null;
1568 idpSessionIndex = temp.idpSessionIndex;
1570 if ((idpSessionIndex != null) &&
1571 (idpSessionIndex.equals(sessionIndex))) {
H A DDoManageNameID.java2036 String idpSessionIndex = null;
2063 idpSessionIndex = (String)keys.nextElement();
2065 idpSessionsByIndices.get(idpSessionIndex);
H A DSPSingleLogout.java432 sessionIndex = fedSession.idpSessionIndex;
1285 .equals(fedSession.idpSessionIndex)) {
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml2/profile/
H A DSPFedSession.java48 public String idpSessionIndex = null; field in class:SPFedSession
68 * @param idpSessionIndex sessionIndex of Identity Provider
72 public SPFedSession(String idpSessionIndex, argument
77 this.idpSessionIndex = idpSessionIndex;
H A DIDPSingleLogout.java193 String idpSessionIndex = IDPSSOUtil.getSessionIndex(session);
194 if (idpSessionIndex == null) {
216 IDPSession idpSession = IDPCache.idpSessionsByIndices.get(idpSessionIndex);
222 + idpSessionIndex + " already removed.");
226 SAML2FailoverUtils.deleteSAML2Token(idpSessionIndex);
230 "SAML2 Token Repository for idpSessionIndex:" + idpSessionIndex, se);
232 IDPCache.authnContextCache.remove(idpSessionIndex);
238 debug.message("idpSessionIndex=" + idpSessionIndex);
1602 sendLastResponse(IDPSession idpSession, LogoutResponse logoutRes, HttpServletRequest request, HttpServletResponse response, PrintWriter out, String idpSessionIndex, Object session, String realm, String idpEntityID, String relayState) argument
[all...]
H A DSPSessionListener.java258 fedSession.idpSessionIndex, fedSession.info.getNameID(), null, null, paramsMap, idpConfig);
H A DSPACSUtils.java1553 String idpSessionIndex = null;
1555 idpSessionIndex = temp.idpSessionIndex;
1557 if ((idpSessionIndex != null) &&
1558 (idpSessionIndex.equals(sessionIndex))) {
H A DDoManageNameID.java2038 String idpSessionIndex = null;
2065 idpSessionIndex = (String)keys.nextElement();
2067 idpSessionsByIndices.get(idpSessionIndex);
H A DSPSingleLogout.java432 sessionIndex = fedSession.idpSessionIndex;
1285 .equals(fedSession.idpSessionIndex)) {
/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/federation/services/fednsso/
H A DFSAssertionArtifactHandler.java115 private String idpSessionIndex = null; field in class:FSAssertionArtifactHandler
777 idpSessionIndex = authStatement.getSessionIndex();
1333 session.setSessionIndex(idpSessionIndex);
1345 if (idpSessionIndex != null){
1346 session.setSessionIndex(idpSessionIndex);
1593 session.setSessionIndex(idpSessionIndex);
1605 if (idpSessionIndex != null){
1606 session.setSessionIndex(idpSessionIndex);
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/federation/services/fednsso/
H A DFSAssertionArtifactHandler.java117 private String idpSessionIndex = null; field in class:FSAssertionArtifactHandler
779 idpSessionIndex = authStatement.getSessionIndex();
1335 session.setSessionIndex(idpSessionIndex);
1347 if (idpSessionIndex != null){
1348 session.setSessionIndex(idpSessionIndex);
1595 session.setSessionIndex(idpSessionIndex);
1607 if (idpSessionIndex != null){
1608 session.setSessionIndex(idpSessionIndex);
/forgerock/openam-v13/openam-core/src/main/java/com/iplanet/dpro/session/service/
H A DInternalSession.java1757 String idpSessionIndex = getProperty(SAML2_IDP_SESSION_INDEX);
1766 if (idpSessionIndex != null) {
1767 newProperties.put(SAML2_IDP_SESSION_INDEX, idpSessionIndex);

Completed in 104 milliseconds