Class RequestSecurityTokenResponseImpl

All Implemented Interfaces:
AttributeExtensibleXMLObject, ElementExtensibleXMLObject, XMLObject, RequestSecurityTokenResponse, WSTrustObject

public class RequestSecurityTokenResponseImpl extends AbstractWSTrustObject implements RequestSecurityTokenResponse
RequestSecurityTokenResponseImpl.
  • Field Details

    • context

      private String context
      Context attribute value.
    • unknownChildren

      @Nonnull private final IndexedXMLObjectChildrenList<XMLObject> unknownChildren
      Wildcard child elements.
    • unknownAttributes

      @Nonnull private final AttributeMap unknownAttributes
      Wildcard attributes.
  • Constructor Details

    • RequestSecurityTokenResponseImpl

      public RequestSecurityTokenResponseImpl(@Nullable String namespaceURI, @Nonnull String elementLocalName, @Nullable String namespacePrefix)
      Constructor.
      Parameters:
      namespaceURI - The namespace of the element
      elementLocalName - The local name of the element
      namespacePrefix - The namespace prefix of the element
  • Method Details

    • getContext

      @Nullable public String getContext()
      Returns the Context attribute value.
      Specified by:
      getContext in interface RequestSecurityTokenResponse
      Returns:
      The Context attribute value or null.
    • setContext

      public void setContext(@Nullable String newContext)
      Sets the Context attribute value.
      Specified by:
      setContext in interface RequestSecurityTokenResponse
      Parameters:
      newContext - The Context attribute value
    • getUnknownXMLObjects

      @Nonnull public List<XMLObject> getUnknownXMLObjects()
      Gets the list of XMLObjects added to this XMLObject as part of the "any" content model.
      Specified by:
      getUnknownXMLObjects in interface ElementExtensibleXMLObject
      Returns:
      list of XMLObjects added to this XMLObject as part of the "any" content model
    • getUnknownXMLObjects

      @Nonnull public List<XMLObject> getUnknownXMLObjects(@Nonnull QName typeOrName)
      Gets the list of XMLObjects added to this XMLObject as part of the "any" content model, and which match the specified QName.
      Specified by:
      getUnknownXMLObjects in interface ElementExtensibleXMLObject
      Parameters:
      typeOrName - the QName of the statements to return
      Returns:
      list of XMLObjects added to this XMLObject as part of the "any" content model TODO: think this should be typed List<? extends XMLObject>
    • getUnknownAttributes

      @Nonnull public AttributeMap getUnknownAttributes()
      Gets a mutable map of the attributes. The map key is the namespace qualified name of the attribute, the map value is the value of the attribute.
      Specified by:
      getUnknownAttributes in interface AttributeExtensibleXMLObject
      Returns:
      a map of the attributes
    • getOrderedChildren

      @Nullable public List<XMLObject> getOrderedChildren()
      Gets an unmodifiable list of child elements in the order that they will appear in the DOM.
      Specified by:
      getOrderedChildren in interface XMLObject
      Returns:
      ordered list of child elements