Class RequestSecurityTokenResponseImpl

java.lang.Object
org.opensaml.core.xml.AbstractXMLObject
org.opensaml.soap.wsfed.impl.RequestSecurityTokenResponseImpl
All Implemented Interfaces:
XMLObject, RequestSecurityTokenResponse, WSFedObject

public class RequestSecurityTokenResponseImpl extends AbstractXMLObject implements RequestSecurityTokenResponse
Implementation of the RequestSecurityTokenResponse object.
  • Field Details

  • Constructor Details

    • RequestSecurityTokenResponseImpl

      RequestSecurityTokenResponseImpl(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