Class RequestSecurityTokenResponseCollectionImpl

java.lang.Object
org.opensaml.core.xml.AbstractXMLObject
org.opensaml.soap.wstrust.impl.AbstractWSTrustObject
org.opensaml.soap.wstrust.impl.RequestSecurityTokenResponseCollectionImpl
All Implemented Interfaces:
AttributeExtensibleXMLObject, XMLObject, RequestSecurityTokenResponseCollection, WSTrustObject
Direct Known Subclasses:
IssuedTokensImpl

public class RequestSecurityTokenResponseCollectionImpl
extends AbstractWSTrustObject
implements RequestSecurityTokenResponseCollection
RequestSecurityTokenResponseCollectionImpl.
  • Field Details

    • unknownAttributes

      private AttributeMap unknownAttributes
      Wildcard attributes.
    • requestSecurityTokenResponses

      private List<RequestSecurityTokenResponse> requestSecurityTokenResponses
      The list of wst:RequestSecurityTokenResponse child elements.
  • Constructor Details

    • RequestSecurityTokenResponseCollectionImpl

      public RequestSecurityTokenResponseCollectionImpl​(String namespaceURI, String elementLocalName, 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