com.sun.xml.wss.saml
Interface SubjectLocality


public interface SubjectLocality

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.

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>
 




Copyright ? 2005 Sun Microsystems, Inc. All Rights Reserved.