Searched refs:AuthnRequestInfoCopy (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 DAuthnRequestInfoCopy.java30 * The key difference between AuthnRequestInfo and AuthnRequestInfoCopy is
31 * AuthnRequestInfoCopy only keeps those objects that can be serialized.
35 public class AuthnRequestInfoCopy implements Serializable { class in inherits:Serializable
46 public AuthnRequestInfoCopy() { method in class:AuthnRequestInfoCopy
49 public AuthnRequestInfoCopy(AuthnRequestInfo info) throws SAML2Exception { method in class:AuthnRequestInfoCopy
H A DSPSSOFederate.java318 SAML2FailoverUtils.saveSAML2TokenWithoutSecondaryKey(key, new AuthnRequestInfoCopy(reqInfo), sessionExpireTime);
321 + " SAVE AuthnRequestInfoCopy for requestID " + key);
325 "AuthnRequestInfoCopy in the SAML2 Token Repository for requestID " + key, e);
684 SAML2FailoverUtils.saveSAML2TokenWithoutSecondaryKey(key, new AuthnRequestInfoCopy(reqInfo), sessionExpireTime);
687 + " SAVE AuthnRequestInfoCopy for requestID " + key);
691 "AuthnRequestInfoCopy in the SAML2 Token Repository for requestID " + key, e);
H A DIDPProxyUtil.java283 SAML2FailoverUtils.saveSAML2TokenWithoutSecondaryKey(requestID, new AuthnRequestInfoCopy(reqInfo),
286 SAML2Utils.debug.message(classMethod + " SAVE AuthnRequestInfoCopy for requestID " + requestID);
289 SAML2Utils.debug.error(classMethod + " SAVE AuthnRequestInfoCopy for requestID "
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml2/profile/
H A DAuthnRequestInfoCopy.java30 * The key difference between AuthnRequestInfo and AuthnRequestInfoCopy is
31 * AuthnRequestInfoCopy only keeps those objects that can be serialized.
35 public class AuthnRequestInfoCopy implements Serializable { class in inherits:Serializable
46 public AuthnRequestInfoCopy() { method in class:AuthnRequestInfoCopy
49 public AuthnRequestInfoCopy(AuthnRequestInfo info) throws SAML2Exception { method in class:AuthnRequestInfoCopy
H A DSPSSOFederate.java331 SAML2FailoverUtils.saveSAML2TokenWithoutSecondaryKey(key, new AuthnRequestInfoCopy(reqInfo), sessionExpireTime);
334 + " SAVE AuthnRequestInfoCopy for requestID " + key);
338 "AuthnRequestInfoCopy in the SAML2 Token Repository for requestID " + key, e);
700 SAML2FailoverUtils.saveSAML2TokenWithoutSecondaryKey(key, new AuthnRequestInfoCopy(reqInfo), sessionExpireTime);
703 + " SAVE AuthnRequestInfoCopy for requestID " + key);
707 "AuthnRequestInfoCopy in the SAML2 Token Repository for requestID " + key, e);
H A DIDPProxyUtil.java294 SAML2FailoverUtils.saveSAML2TokenWithoutSecondaryKey(requestID, new AuthnRequestInfoCopy(reqInfo),
297 SAML2Utils.debug.message(classMethod + " SAVE AuthnRequestInfoCopy for requestID " + requestID);
300 SAML2Utils.debug.error(classMethod + " SAVE AuthnRequestInfoCopy for requestID "
/forgerock/openam-v13/openam-authentication/openam-auth-saml2/src/main/java/org/forgerock/openam/authentication/modules/saml2/
H A DSAML2.java51 import com.sun.identity.saml2.profile.AuthnRequestInfoCopy;
263 SAML2FailoverUtils.saveSAML2TokenWithoutSecondaryKey(key, new AuthnRequestInfoCopy(reqInfo),
266 + "SAVE AuthnRequestInfoCopy for requestID {}", key);
269 + "AuthnRequestInfoCopy in the SAML2 Token Repository for requestID {}", key, e);
273 SAML2Store.saveTokenWithKey(key, new AuthnRequestInfoCopy(reqInfo));
276 + "SAVE AuthnRequestInfoCopy for requestID {}", key);
/forgerock/openam/openam-authentication/openam-auth-saml2/src/main/java/org/forgerock/openam/authentication/modules/saml2/
H A DSAML2.java54 import com.sun.identity.saml2.profile.AuthnRequestInfoCopy;
283 SAML2FailoverUtils.saveSAML2TokenWithoutSecondaryKey(key, new AuthnRequestInfoCopy(reqInfo),
286 + "SAVE AuthnRequestInfoCopy for requestID {}", key);
289 + "AuthnRequestInfoCopy in the SAML2 Token Repository for requestID {}", key, e);
293 SAML2Store.saveTokenWithKey(key, new AuthnRequestInfoCopy(reqInfo));
296 + "SAVE AuthnRequestInfoCopy for requestID {}", key);
/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml2/common/
H A DSAML2Utils.java83 import com.sun.identity.saml2.profile.AuthnRequestInfoCopy;
301 // Attempt to read AuthnRequestInfoCopy from SAML2 repository
302 AuthnRequestInfoCopy reqInfoCopy = null;
304 reqInfoCopy = (AuthnRequestInfoCopy) SAML2FailoverUtils.retrieveSAML2Token(inRespToResp);
306 debug.error(method + "AuthnRequestInfoCopy"
314 debug.message(method + "AuthnRequestInfoCopy"
329 AuthnRequestInfoCopy reqInfoCopy =
330 (AuthnRequestInfoCopy) SAML2Store.getTokenFromStore(inRespToResp);
336 debug.message(method + "AuthnRequestInfoCopy"
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml2/common/
H A DSAML2Utils.java85 import com.sun.identity.saml2.profile.AuthnRequestInfoCopy;
303 // Attempt to read AuthnRequestInfoCopy from SAML2 repository
304 AuthnRequestInfoCopy reqInfoCopy = null;
306 reqInfoCopy = (AuthnRequestInfoCopy) SAML2FailoverUtils.retrieveSAML2Token(inRespToResp);
308 debug.error(method + "AuthnRequestInfoCopy"
316 debug.message(method + "AuthnRequestInfoCopy"
331 AuthnRequestInfoCopy reqInfoCopy =
332 (AuthnRequestInfoCopy) SAML2Store.getTokenFromStore(inRespToResp);
338 debug.message(method + "AuthnRequestInfoCopy"

Completed in 90 milliseconds