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

/openjdk7/jdk/src/share/classes/sun/security/provider/certpath/
H A DURICertStore.java125 private String ldapPath; field in class:URICertStore
199 ldapPath = uri.getPath();
201 if (ldapPath.charAt(0) == '/') {
202 ldapPath = ldapPath.substring(1);
280 xsel = LDAP.helper().wrap(xsel, xsel.getSubject(), ldapPath);
400 xsel = LDAP.helper().wrap(xsel, null, ldapPath);

Completed in 30 milliseconds