-
- All Known Implementing Classes:
SubjectLocality,SubjectLocality
public interface SubjectLocalityTheSubjectLocalityelement specifies the DNS domain name and IP address for the system entity that performed the authentication. It exists as part ofAuthenticationStatementelement.The following schema fragment specifies the expected content contained within SAML SubjectLocality element.
<complexType name="SubjectLocalityType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <attribute name="DNSAddress" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="IPAddress" type="{http://www.w3.org/2001/XMLSchema}string" /> </restriction> </complexContent> </complexType>