Searched defs:idpSessionIndex (Results 1 - 6 of 6) 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...]
/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...]
/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);

Completed in 30 milliseconds