| Method | Description |
|---|---|
| netscape.ldap.controls.LDAPPasswordExpiredControl.parseResponse(LDAPControl[]) |
LDAPPasswordExpiredControl controls are now automatically
instantiated.
|
| netscape.ldap.controls.LDAPPasswordExpiringControl.parseResponse(LDAPControl[]) |
LDAPPasswordExpiringControl controls are now automatically
instantiated.
|
| netscape.ldap.controls.LDAPPersistSearchControl.parseResponse(byte[]) |
LDAPEntryChangeControl controls are now automatically
instantiated.
|
| netscape.ldap.controls.LDAPSortControl.parseResponse(LDAPControl[], int[]) |
LDAPSortControl response controls are now automatically
instantiated.
|
| netscape.ldap.controls.LDAPVirtualListResponse.parseResponse(LDAPControl[]) |
LDAPVirtualListResponse controls are now automatically
instantiated.
|
| netscape.ldap.LDAPConnection.add(LDAPEntry, LDAPSearchConstraints) |
Please use the method signature where
cons is
LDAPConstraints instead of LDAPSearchConstraints |
| netscape.ldap.LDAPConnection.authenticate(String, String, LDAPSearchConstraints) |
Please use the method signature where
cons is
LDAPConstraints instead of LDAPSearchConstraints |
| netscape.ldap.LDAPConnection.compare(String, LDAPAttribute, LDAPSearchConstraints) |
Please use the method signature where
cons is
LDAPConstraints instead of LDAPSearchConstraints |
| netscape.ldap.LDAPConnection.connect(String, int, String, String, LDAPSearchConstraints) |
Please use the method signature where
cons is
LDAPConstraints instead of LDAPSearchConstraints |
| netscape.ldap.LDAPConnection.delete(String, LDAPSearchConstraints) |
Please use the method signature where
cons is
LDAPConstraints instead of LDAPSearchConstraints |
| netscape.ldap.LDAPConnection.extendedOperation(LDAPExtendedOperation, LDAPSearchConstraints) |
Please use the method signature where
cons is
LDAPConstraints instead of LDAPSearchConstraints |
| netscape.ldap.LDAPConnection.modify(String, LDAPModification, LDAPSearchConstraints) |
Please use the method signature where
cons is
LDAPConstraints instead of LDAPSearchConstraints |
| netscape.ldap.LDAPConnection.rename(String, String, boolean, LDAPSearchConstraints) |
Please use the method signature where
cons is
LDAPConstraints instead of LDAPSearchConstraints |
| netscape.ldap.LDAPExtendedResponse.getOID() |
Use
LDAPExtendedResponse.getID() |
| netscape.ldap.LDAPSchemaElement.getOID() |
Use
LDAPSchemaElement.getID() |
| netscape.ldap.LDAPSearchConstraints.getMaxBacklog() |
Use
LDAPConnection.getOption() |
| netscape.ldap.LDAPSearchConstraints.setMaxBacklog(int) |
Use
LDAPConnection.setOption() |
| netscape.ldap.util.DN.contains(DN) |
Please use isDescendantOf() instead.
|
| netscape.ldap.util.RDN.explodeRDN(boolean) |
use
toString or getValues instead. |
| netscape.ldap.util.RDN.getType() |
use
getTypes() instead. |
| netscape.ldap.util.RDN.getValue() |
use
getValues() instead. |