Class RequestAuthenticatedImpl

java.lang.Object
org.opensaml.core.xml.AbstractXMLObject
org.opensaml.saml.saml2.ecp.impl.RequestAuthenticatedImpl
All Implemented Interfaces:
XMLObject, SAMLObject, RequestAuthenticated, ActorBearing, MustUnderstandBearing

public class RequestAuthenticatedImpl extends AbstractXMLObject implements RequestAuthenticated
Concrete implementation of RequestAuthenticated.
  • Field Details

    • soap11Actor

      private String soap11Actor
      soap11:actor attribute.
    • soap11MustUnderstand

      private XSBooleanValue soap11MustUnderstand
      soap11:mustUnderstand.
  • Constructor Details

    • RequestAuthenticatedImpl

      protected RequestAuthenticatedImpl(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