Searched defs:respCtls (Results 1 - 5 of 5) sorted by relevance

/openjdk7/jdk/src/share/classes/com/sun/jndi/ldap/
H A DLdapEntry.java41 Vector respCtls = null; field in class:LdapEntry
48 LdapEntry(String DN, Attributes attrs, Vector respCtls) { argument
51 this.respCtls = respCtls;
H A DLdapBindingEnumeration.java44 createItem(String dn, Attributes attrs, Vector respCtls) argument
78 if (respCtls != null) {
80 homeCtx.convertControls(respCtls));
H A DLdapSearchEnumeration.java56 createItem(String dn, Attributes attrs, Vector respCtls) argument
164 if (respCtls != null) {
167 relative, homeCtx.convertControls(respCtls));
H A DLdapNamingEnumeration.java168 homeCtx.respCtls = res.resControls;
274 return createItem(result.DN, result.attributes, result.respCtls);
290 Vector respCtls) throws NamingException {
305 if (respCtls != null) {
308 homeCtx.convertControls(respCtls));
289 createItem(String dn, Attributes attrs, Vector respCtls) argument
H A DLdapCtx.java235 Vector respCtls = null; // Response controls read field in class:LdapCtx
417 respCtls = answer.resControls; // retrieve response controls
543 respCtls = answer.resControls; // retrieve response controls
558 respCtls = appendVector(respCtls, answer.resControls);
572 respCtls = appendVector(respCtls, answer2.resControls);
632 respCtls = answer.resControls; // retrieve response controls
723 respCtls = answer.resControls; // retrieve response controls
808 respCtls
[all...]

Completed in 35 milliseconds