java.lang.Object
org.opensaml.core.xml.AbstractXMLObject
se.swedenconnect.opensaml.sweid.saml2.authn.umsg.impl.UserMessageImpl
All Implemented Interfaces:
AttributeExtensibleXMLObject, XMLObject, SAMLObject, UserMessage

public class UserMessageImpl extends AbstractXMLObject implements UserMessage
Implementation class for the UserMessage interface.
Author:
Martin Lindström
  • Constructor Details

    • UserMessageImpl

      protected UserMessageImpl(String namespaceURI, String elementLocalName, String namespacePrefix)
      Constructor.
      Parameters:
      namespaceURI - the namespace the element is in
      elementLocalName - the local name of the XML element this Object represents
      namespacePrefix - the prefix for the given namespace
  • Method Details