Searched refs:getDN (Results 1 - 7 of 7) sorted by relevance

/openjdk7/jdk/test/com/sun/jndi/ldap/
H A DLdapUnicodeURL.java37 if (!ldURL.getDN().equals(uid)) {
38 throw new Exception("uid changed to " + ldURL.getDN());
/openjdk7/jdk/src/share/classes/com/sun/jndi/url/ldap/
H A DldapURLContextFactory.java61 String dn = (ldapUrl.getDN() != null ? ldapUrl.getDN() : "");
H A DldapURLContext.java72 String dn = (ldapUrl.getDN() != null? ldapUrl.getDN() : "");
/openjdk7/jdk/src/share/classes/com/sun/jndi/ldap/
H A DLdapURL.java115 public String getDN() { method in class:LdapURL
263 System.out.println(" DN: " + url.getDN());
H A DLdapCtxFactory.java165 String dn = ldapUrl.getDN();
H A DLdapReferralContext.java155 urlString = url.getDN();
/openjdk7/jdk/src/share/classes/sun/security/provider/
H A DPolicyFile.java1904 if ((name = getDN(pppe.principalName, keystore)) == null) {
1970 if ((suffix = getDN(suffix, keystore)) == null) {
2000 private String getDN(String alias, KeyStore keystore) { method in class:PolicyFile

Completed in 48 milliseconds