Class RequestedSecurityTokenImpl

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

public class RequestedSecurityTokenImpl extends AbstractXMLObject implements RequestedSecurityToken
Implementation of the RequestedSecurityToken object.
  • Field Details

  • Constructor Details

    • RequestedSecurityTokenImpl

      public RequestedSecurityTokenImpl(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