Searched refs:IDPSessionCopy (Results 1 - 10 of 10) sorted by relevance

/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml2/profile/
H A DIDPSessionCopy.java25 * $Id: IDPSessionCopy.java,v 1.3 2009/05/06 19:48:34 madan_ranganath Exp $
44 * The difference between IDPSession and IDPSessionCopy is IDPSessionCopy
48 public class IDPSessionCopy implements Serializable { class in inherits:Serializable
62 public IDPSessionCopy() { method in class:IDPSessionCopy
66 * Constructor for a <code>IDPSessionCopy</code>
69 * to the <code>IDPSessionCopy</code>
71 public IDPSessionCopy(String ssoToken) { method in class:IDPSessionCopy
76 public IDPSessionCopy(IDPSession idpSession) { method in class:IDPSessionCopy
H A DIDPSession.java262 public IDPSession(IDPSessionCopy idpSessionCopy) {
H A DIDPSingleLogout.java1027 IDPSessionCopy idpSessionCopy = null;
1029 idpSessionCopy = (IDPSessionCopy) SAML2FailoverUtils.retrieveSAML2Token(sessionIndex);
1038 SAML2Utils.debug.error("IDPSessionCopy is NULL!!!");
H A DIDPSSOUtil.java952 IDPSessionCopy idpSessionCopy = null;
954 idpSessionCopy = (IDPSessionCopy) SAML2FailoverUtils.retrieveSAML2Token(sessionIndex);
957 "Unable to obtain IDPSessionCopy from the SAML2 Token Repository for sessionIndex:"
964 SAML2Utils.debug.error("IDPSessionCopy is null");
1107 SAML2FailoverUtils.saveSAML2TokenWithoutSecondaryKey(sessionIndex, new IDPSessionCopy(idpSession),
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml2/profile/
H A DIDPSessionCopy.java25 * $Id: IDPSessionCopy.java,v 1.3 2009/05/06 19:48:34 madan_ranganath Exp $
44 * The difference between IDPSession and IDPSessionCopy is IDPSessionCopy
48 public class IDPSessionCopy implements Serializable { class in inherits:Serializable
62 public IDPSessionCopy() { method in class:IDPSessionCopy
66 * Constructor for a <code>IDPSessionCopy</code>
69 * to the <code>IDPSessionCopy</code>
71 public IDPSessionCopy(String ssoToken) { method in class:IDPSessionCopy
76 public IDPSessionCopy(IDPSession idpSession) { method in class:IDPSessionCopy
H A DIDPSession.java262 public IDPSession(IDPSessionCopy idpSessionCopy) {
H A DIDPSingleLogout.java1017 IDPSessionCopy idpSessionCopy = null;
1019 idpSessionCopy = (IDPSessionCopy) SAML2FailoverUtils.retrieveSAML2Token(sessionIndex);
1028 SAML2Utils.debug.error("IDPSessionCopy is NULL!!!");
H A DIDPSSOUtil.java961 IDPSessionCopy idpSessionCopy = null;
963 idpSessionCopy = (IDPSessionCopy) SAML2FailoverUtils.retrieveSAML2Token(sessionIndex);
966 "Unable to obtain IDPSessionCopy from the SAML2 Token Repository for sessionIndex:"
973 SAML2Utils.debug.error("IDPSessionCopy is null");
1116 SAML2FailoverUtils.saveSAML2TokenWithoutSecondaryKey(sessionIndex, new IDPSessionCopy(idpSession),
/forgerock/openam-v13/openam-federation/OpenFM/src/main/java/org/forgerock/openam/authentication/
H A DSaml2SessionUpgradeHandler.java26 import com.sun.identity.saml2.profile.IDPSessionCopy;
69 final IDPSessionCopy idpSessionCopy =
70 (IDPSessionCopy) SAML2FailoverUtils.retrieveSAML2Token(sessionIndex);
75 debug.warning("Unable to retrieve IDPSessionCopy from SAML failover store", stre);
87 new IDPSessionCopy(idpSession), expirationTime);
/forgerock/openam/openam-federation/OpenFM/src/main/java/org/forgerock/openam/authentication/
H A DSaml2SessionUpgradeHandler.java28 import com.sun.identity.saml2.profile.IDPSessionCopy;
71 final IDPSessionCopy idpSessionCopy =
72 (IDPSessionCopy) SAML2FailoverUtils.retrieveSAML2Token(sessionIndex);
77 debug.warning("Unable to retrieve IDPSessionCopy from SAML failover store", stre);
89 new IDPSessionCopy(idpSession), expirationTime);

Completed in 56 milliseconds