Deprecated API

Contents

Deprecated Methods

netscape.ldap.util.DN.contains(DN)
Please use isDescendantOf() instead.
netscape.ldap.LDAPConnection.connect(String,int,String,String,LDAPSearchConstraints)
Please use the method signature where cons is LDAPConstraints instead of LDAPSearchConstraints
netscape.ldap.LDAPConnection.connect(int,String,int,String,String,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.authenticate(int,String,String,LDAPSearchConstraints)
Please use the method signature where cons is LDAPConstraints instead of LDAPSearchConstraints
netscape.ldap.LDAPConnection.authenticate(String,String,String,Hashtable,Object)
Please use authenticate without packageName instead.
netscape.ldap.LDAPConnection.authenticate(String,String[],String,Hashtable,Object)
Please use authenticate without packageName instead.
netscape.ldap.LDAPConnection.compare(String,LDAPAttribute,LDAPSearchConstraints)
Please use the method signature where cons is LDAPConstraints instead of LDAPSearchConstraints
netscape.ldap.LDAPConnection.add(LDAPEntry,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.modify(String,LDAPModificationSet,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.delete(String,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.LDAPConnection.rename(String,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.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.LDAPPersistSearchControl.parseResponse(LDAPControl[])
LDAPEntryChangeControl controls are now automatically instantiated.
netscape.ldap.LDAPSchemaElement.getOID()
Use LDAPSchemaElement.getID()
netscape.ldap.LDAPSearchConstraints.setMaxBacklog(int)
Use LDAPConnection.setOption()
netscape.ldap.LDAPSearchConstraints.getMaxBacklog()
Use LDAPConnection.getOption()
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.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.