Searched defs:SubjectLocality (Results 1 - 4 of 4) sorted by relevance

/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml2/assertion/
H A DSubjectLocality.java25 * $Id: SubjectLocality.java,v 1.2 2008/06/25 05:47:42 qcheng Exp $
36 * The <code>SubjectLocality</code> element specifies the DNS domain name
55 public interface SubjectLocality { interface
118 * <code>SubjectLocality</code> element.
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml2/assertion/
H A DSubjectLocality.java25 * $Id: SubjectLocality.java,v 1.2 2008/06/25 05:47:42 qcheng Exp $
36 * The <code>SubjectLocality</code> element specifies the DNS domain name
55 public interface SubjectLocality { interface
118 * <code>SubjectLocality</code> element.
/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml/assertion/
H A DSubjectLocality.java25 * $Id: SubjectLocality.java,v 1.2 2008/06/25 05:47:33 qcheng Exp $
38 *The <code>SubjectLocality</code> element specifies the DNS domain name
43 public class SubjectLocality { class
53 public SubjectLocality() {} method in class:SubjectLocality
56 * Constructs an instance of <code>SubjectLocality</code> from an existing
60 * DOM tree for <code>SubjectLocality</code> object.
65 public SubjectLocality(org.w3c.dom.Element localityElement) method in class:SubjectLocality
72 SAMLUtilsCommon.debug.message("SubjectLocality: local name "
78 if (!(eltName.equals("SubjectLocality")))
91 * Constructs an instance of <code>SubjectLocality</cod
99 public SubjectLocality(String ipAddress,String dnsAddress) { method in class:SubjectLocality
[all...]
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml/assertion/
H A DSubjectLocality.java25 * $Id: SubjectLocality.java,v 1.2 2008/06/25 05:47:33 qcheng Exp $
38 *The <code>SubjectLocality</code> element specifies the DNS domain name
43 public class SubjectLocality { class
53 public SubjectLocality() {} method in class:SubjectLocality
56 * Constructs an instance of <code>SubjectLocality</code> from an existing
60 * DOM tree for <code>SubjectLocality</code> object.
65 public SubjectLocality(org.w3c.dom.Element localityElement) method in class:SubjectLocality
72 SAMLUtilsCommon.debug.message("SubjectLocality: local name "
78 if (!(eltName.equals("SubjectLocality")))
91 * Constructs an instance of <code>SubjectLocality</cod
99 public SubjectLocality(String ipAddress,String dnsAddress) { method in class:SubjectLocality
[all...]

Completed in 35 milliseconds