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

/forgerock/opendj-b2.6/src/server/org/opends/server/protocols/ldap/
H A DSearchResultEntryProtocolOp.java77 private final int ldapVersion; field in class:SearchResultEntryProtocolOp
129 * @param ldapVersion The version of the LDAP protocol.
132 int ldapVersion)
134 this(searchEntry.getDN(), null, searchEntry, ldapVersion);
142 int ldapVersion)
147 this.ldapVersion = ldapVersion;
177 if (ldapVersion == 2)
312 if (ldapVersion == 3 && tmp != null)
131 SearchResultEntryProtocolOp(SearchResultEntry searchEntry, int ldapVersion) argument
140 SearchResultEntryProtocolOp(DN dn, LinkedList<LDAPAttribute> attributes, SearchResultEntry searchEntry, int ldapVersion) argument
H A DLDAPClientConnection.java402 private int ldapVersion; field in class:LDAPClientConnection
479 ldapVersion = 3;
769 if (ldapVersion == 2)
829 if (ldapVersion == 2)
869 if (ldapVersion == 2)
897 new SearchResultEntryProtocolOp(searchEntry, ldapVersion);
926 if (ldapVersion == 2)
1097 if (sendNotification && (ldapVersion != 2))
1792 if ((ldapVersion == 2) && (controls != null)
1845 if ((ldapVersion
[all...]
/forgerock/opendj2/src/server/org/opends/server/protocols/ldap/
H A DSearchResultEntryProtocolOp.java76 private final int ldapVersion; field in class:SearchResultEntryProtocolOp
128 * @param ldapVersion The version of the LDAP protocol.
131 int ldapVersion)
133 this(searchEntry.getDN(), null, searchEntry, ldapVersion);
141 int ldapVersion)
146 this.ldapVersion = ldapVersion;
176 if (ldapVersion == 2)
311 if (ldapVersion == 3 && tmp != null)
130 SearchResultEntryProtocolOp(SearchResultEntry searchEntry, int ldapVersion) argument
139 SearchResultEntryProtocolOp(DN dn, LinkedList<LDAPAttribute> attributes, SearchResultEntry searchEntry, int ldapVersion) argument
H A DLDAPClientConnection.java401 private int ldapVersion; field in class:LDAPClientConnection
479 ldapVersion = 3;
775 if (ldapVersion == 2)
835 if (ldapVersion == 2)
875 if (ldapVersion == 2)
903 new SearchResultEntryProtocolOp(searchEntry, ldapVersion);
932 if (ldapVersion == 2)
1103 if (sendNotification && (ldapVersion != 2))
1798 if ((ldapVersion == 2) && (controls != null)
1851 if ((ldapVersion
[all...]
/forgerock/opendj2.6.2/src/server/org/opends/server/protocols/ldap/
H A DSearchResultEntryProtocolOp.java77 private final int ldapVersion; field in class:SearchResultEntryProtocolOp
129 * @param ldapVersion The version of the LDAP protocol.
132 int ldapVersion)
134 this(searchEntry.getDN(), null, searchEntry, ldapVersion);
142 int ldapVersion)
147 this.ldapVersion = ldapVersion;
177 if (ldapVersion == 2)
312 if (ldapVersion == 3 && tmp != null)
131 SearchResultEntryProtocolOp(SearchResultEntry searchEntry, int ldapVersion) argument
140 SearchResultEntryProtocolOp(DN dn, LinkedList<LDAPAttribute> attributes, SearchResultEntry searchEntry, int ldapVersion) argument
H A DLDAPClientConnection.java402 private int ldapVersion; field in class:LDAPClientConnection
479 ldapVersion = 3;
769 if (ldapVersion == 2)
829 if (ldapVersion == 2)
869 if (ldapVersion == 2)
897 new SearchResultEntryProtocolOp(searchEntry, ldapVersion);
926 if (ldapVersion == 2)
1097 if (sendNotification && (ldapVersion != 2))
1792 if ((ldapVersion == 2) && (controls != null)
1845 if ((ldapVersion
[all...]
/forgerock/opendj2-jel-hg/src/server/org/opends/server/protocols/ldap/
H A DSearchResultEntryProtocolOp.java77 private final int ldapVersion; field in class:SearchResultEntryProtocolOp
129 * @param ldapVersion The version of the LDAP protocol.
132 int ldapVersion)
134 this(searchEntry.getDN(), null, searchEntry, ldapVersion);
142 int ldapVersion)
147 this.ldapVersion = ldapVersion;
177 if (ldapVersion == 2)
312 if (ldapVersion == 3 && tmp != null)
131 SearchResultEntryProtocolOp(SearchResultEntry searchEntry, int ldapVersion) argument
140 SearchResultEntryProtocolOp(DN dn, LinkedList<LDAPAttribute> attributes, SearchResultEntry searchEntry, int ldapVersion) argument
H A DLDAPClientConnection.java402 private int ldapVersion; field in class:LDAPClientConnection
479 ldapVersion = 3;
769 if (ldapVersion == 2)
829 if (ldapVersion == 2)
869 if (ldapVersion == 2)
897 new SearchResultEntryProtocolOp(searchEntry, ldapVersion);
926 if (ldapVersion == 2)
1097 if (sendNotification && (ldapVersion != 2))
1792 if ((ldapVersion == 2) && (controls != null)
1845 if ((ldapVersion
[all...]
/forgerock/opendj2-hg/src/server/org/opends/server/protocols/ldap/
H A DSearchResultEntryProtocolOp.java76 private final int ldapVersion; field in class:SearchResultEntryProtocolOp
128 * @param ldapVersion The version of the LDAP protocol.
131 int ldapVersion)
133 this(searchEntry.getDN(), null, searchEntry, ldapVersion);
141 int ldapVersion)
146 this.ldapVersion = ldapVersion;
176 if (ldapVersion == 2)
311 if (ldapVersion == 3 && tmp != null)
130 SearchResultEntryProtocolOp(SearchResultEntry searchEntry, int ldapVersion) argument
139 SearchResultEntryProtocolOp(DN dn, LinkedList<LDAPAttribute> attributes, SearchResultEntry searchEntry, int ldapVersion) argument
H A DLDAPClientConnection.java401 private int ldapVersion; field in class:LDAPClientConnection
479 ldapVersion = 3;
775 if (ldapVersion == 2)
835 if (ldapVersion == 2)
875 if (ldapVersion == 2)
903 new SearchResultEntryProtocolOp(searchEntry, ldapVersion);
932 if (ldapVersion == 2)
1103 if (sendNotification && (ldapVersion != 2))
1798 if ((ldapVersion == 2) && (controls != null)
1851 if ((ldapVersion
[all...]
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/protocols/ldap/
H A DSearchResultEntryProtocolOp.java73 private final int ldapVersion; field in class:SearchResultEntryProtocolOp
125 * @param ldapVersion The version of the LDAP protocol.
128 int ldapVersion)
130 this(searchEntry.getName(), null, searchEntry, ldapVersion);
138 int ldapVersion)
143 this.ldapVersion = ldapVersion;
173 if (ldapVersion == 2)
308 if (ldapVersion == 3 && tmp != null)
127 SearchResultEntryProtocolOp(SearchResultEntry searchEntry, int ldapVersion) argument
136 SearchResultEntryProtocolOp(DN dn, LinkedList<LDAPAttribute> attributes, SearchResultEntry searchEntry, int ldapVersion) argument
H A DLDAPClientConnection.java397 private int ldapVersion; field in class:LDAPClientConnection
470 ldapVersion = 3;
762 if (ldapVersion == 2)
821 if (ldapVersion == 2)
859 if (ldapVersion == 2)
887 new SearchResultEntryProtocolOp(searchEntry, ldapVersion);
916 if (ldapVersion == 2)
1085 if (sendNotification && ldapVersion != 2)
1737 if (ldapVersion == 2 && controls != null && !controls.isEmpty())
1785 if (ldapVersion
[all...]
/forgerock/opendj2/src/server/org/opends/server/backends/
H A DRootDSEBackend.java536 for (Integer ldapVersion : DirectoryServer.getSupportedLDAPVersions())
538 versionStrings.add(ldapVersion.toString());
/forgerock/opendj-b2.6/src/server/org/opends/server/backends/
H A DRootDSEBackend.java689 for (Integer ldapVersion : DirectoryServer.getSupportedLDAPVersions())
691 versionStrings.add(ldapVersion.toString());
/forgerock/opendj2.6.2/src/server/org/opends/server/backends/
H A DRootDSEBackend.java689 for (Integer ldapVersion : DirectoryServer.getSupportedLDAPVersions())
691 versionStrings.add(ldapVersion.toString());
/forgerock/opendj2-hg/src/server/org/opends/server/backends/
H A DRootDSEBackend.java536 for (Integer ldapVersion : DirectoryServer.getSupportedLDAPVersions())
538 versionStrings.add(ldapVersion.toString());
/forgerock/opendj2-jel-hg/src/server/org/opends/server/backends/
H A DRootDSEBackend.java689 for (Integer ldapVersion : DirectoryServer.getSupportedLDAPVersions())
691 versionStrings.add(ldapVersion.toString());
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/backends/
H A DRootDSEBackend.java477 for (Integer ldapVersion : DirectoryServer.getSupportedLDAPVersions())
479 versionStrings.add(ldapVersion.toString());
/forgerock/opendj-b2.6/src/server/org/opends/server/tools/
H A DLDAPAuthenticationHandler.java257 * @param ldapVersion The LDAP protocol version to use for the bind
280 public String doSimpleBind(int ldapVersion, ByteSequence bindDN, argument
302 new BindRequestProtocolOp(bindDN.toByteString(), ldapVersion,
/forgerock/opendj2/src/server/org/opends/server/tools/
H A DLDAPAuthenticationHandler.java256 * @param ldapVersion The LDAP protocol version to use for the bind
279 public String doSimpleBind(int ldapVersion, ByteSequence bindDN, argument
301 new BindRequestProtocolOp(bindDN.toByteString(), ldapVersion,
/forgerock/opendj2.6.2/src/server/org/opends/server/tools/
H A DLDAPAuthenticationHandler.java257 * @param ldapVersion The LDAP protocol version to use for the bind
280 public String doSimpleBind(int ldapVersion, ByteSequence bindDN, argument
302 new BindRequestProtocolOp(bindDN.toByteString(), ldapVersion,
/forgerock/opendj2-jel-hg/src/server/org/opends/server/tools/
H A DLDAPAuthenticationHandler.java257 * @param ldapVersion The LDAP protocol version to use for the bind
280 public String doSimpleBind(int ldapVersion, ByteSequence bindDN, argument
302 new BindRequestProtocolOp(bindDN.toByteString(), ldapVersion,
/forgerock/opendj2-hg/src/server/org/opends/server/tools/
H A DLDAPAuthenticationHandler.java256 * @param ldapVersion The LDAP protocol version to use for the bind
279 public String doSimpleBind(int ldapVersion, ByteSequence bindDN, argument
301 new BindRequestProtocolOp(bindDN.toByteString(), ldapVersion,
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/tools/
H A DLDAPAuthenticationHandler.java258 * @param ldapVersion The LDAP protocol version to use for the bind
281 public String doSimpleBind(int ldapVersion, ByteSequence bindDN, argument
303 new BindRequestProtocolOp(bindDN.toByteString(), ldapVersion,

Completed in 1226 milliseconds