The SubjectLocality element specifies the DNS domain name
and IP address for the system entity that performed the authentication.
It exists as part of AuthenticationStatement element.
SubjectLocality(String address, String dnsName) Constructs an instance of SubjectLocality.
Parameters: ipAddress - String representing the IP Address of the entitythat was authenticated. Parameters: dnsAddress - String representing the DNS Address of the entity thatwas authenticated.
Constructs an instance of SubjectLocality.
Parameters: ipAddress - String representing the IP Address of the entitythat was authenticated. Parameters: dnsAddress - String representing the DNS Address of the entity thatwas authenticated. As per SAML specification they are bothoptional, so values can be null.
Constructs an instance of SubjectLocality from an existing
XML block.
Parameters: localityElement - A org.w3c.dom.Element representingDOM tree for SubjectLocality object. exception: SAMLException - if it could not process the Element properly,implying that there is an error in the sender or in theelement definition.
Fields inherited from com.sun.xml.wss.saml.internal.saml20.jaxb20.SubjectLocalityType