Class SubjectLocalityImpl

    • Field Detail

      • address

        private String address
        The Address of the assertion.
      • dnsName

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

      • 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 Detail

      • 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