Searched defs:AuthnRequestInfoCopy (Results 1 - 2 of 2) 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
/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

Completed in 36 milliseconds