Class SubjectLocalityImpl

java.lang.Object
org.opensaml.core.xml.AbstractXMLObject
org.opensaml.saml.saml2.core.impl.SubjectLocalityImpl
All Implemented Interfaces:
XMLObject, SAMLObject, SubjectLocality

public class SubjectLocalityImpl extends AbstractXMLObject implements SubjectLocality
A concrete implementation of SubjectLocality.
  • Field Details

    • address

      private String address
      The Address of the assertion.
    • dnsName

      private String dnsName
      The DNS Name of the assertion.
  • Constructor Details

    • SubjectLocalityImpl

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

    • getAddress

      public String getAddress()
      Gets the IP address of the system from which the subject was authenticated.
      Specified by:
      getAddress in interface SubjectLocality
      Returns:
      the IP address of the system from which the subject was authenticated
    • setAddress

      public void setAddress(String newAddress)
      Sets the IP address of the system from which the subject was authenticated.
      Specified by:
      setAddress in interface SubjectLocality
      Parameters:
      newAddress - the IP address of the system from which the subject was authenticated
    • getDNSName

      public String getDNSName()
      Gets the DNSName of the system from which the subject was authenticated.
      Specified by:
      getDNSName in interface SubjectLocality
      Returns:
      the DNSName of the system from which the subject was authenticated
    • setDNSName

      public void setDNSName(String newDNSName)
      Sets the DNSName of the system from which the subject was authenticated.
      Specified by:
      setDNSName in interface SubjectLocality
      Parameters:
      newDNSName - the DNSName of the system from which the subject was authenticated
    • getOrderedChildren

      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