Class RequestSecurityTokenResponseUnmarshaller

java.lang.Object
org.opensaml.core.xml.io.AbstractXMLObjectUnmarshaller
org.opensaml.soap.wsfed.impl.RequestSecurityTokenResponseUnmarshaller
All Implemented Interfaces:
Unmarshaller

public class RequestSecurityTokenResponseUnmarshaller extends AbstractXMLObjectUnmarshaller
A thread-safe unmarshaller for RequestSecurityTokenResponse objects.
  • Constructor Details

    • RequestSecurityTokenResponseUnmarshaller

      public RequestSecurityTokenResponseUnmarshaller()
  • Method Details

    • processChildElement

      protected void processChildElement(XMLObject parentSAMLObject, XMLObject childSAMLObject)
      Called after a child element has been unmarshalled so that it can be added to the parent XMLObject. The default implementation of this method is a no-op.
      Overrides:
      processChildElement in class AbstractXMLObjectUnmarshaller
      Parameters:
      parentSAMLObject - the parent XMLObject
      childSAMLObject - the child XMLObject
    • processAttribute

      protected void processAttribute(XMLObject fedObject, Attr attribute)
      Called after an attribute has been unmarshalled so that it can be added to the XMLObject. The default implementation of this method is a no-op
      Overrides:
      processAttribute in class AbstractXMLObjectUnmarshaller
      Parameters:
      fedObject - the XMLObject
      attribute - the attribute
    • processElementContent

      protected void processElementContent(XMLObject fedObject, String content)
      Called if the element being unmarshalled contained textual content so that it can be added to the XMLObject. The default implementation of this method is a no-op
      Overrides:
      processElementContent in class AbstractXMLObjectUnmarshaller
      Parameters:
      fedObject - XMLObject the content will be given to
      content - the Element's content