Class AuthnRequestInfoCopy

  • All Implemented Interfaces:
    Serializable

    public class AuthnRequestInfoCopy
    extends Object
    implements Serializable
    This class represents a copy of a AuthnRequestInfo in the service provider and is used when in SAML2 failover mode to track AuthnRequest's between multiple instances of OpenAM. The key difference between AuthnRequestInfo and AuthnRequestInfoCopy is AuthnRequestInfoCopy only keeps those objects that can be serialized.
    Author:
    Mark de Reeper mark.dereeper@forgerock.com
    See Also:
    Serialized Form
    • Constructor Detail

      • AuthnRequestInfoCopy

        public AuthnRequestInfoCopy()
        Default constructor for deserialization.
    • Method Detail

      • getAuthnRequestInfo

        public AuthnRequestInfo getAuthnRequestInfo​(jakarta.servlet.http.HttpServletRequest httpRequest,
                                                    jakarta.servlet.http.HttpServletResponse httpResponse)
                                             throws SAML2Exception
        Throws:
        SAML2Exception