-
Methods 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 wherecons
isLDAPConstraints
instead ofLDAPSearchConstraints
netscape.ldap.LDAPConnection.authenticate(String, String, LDAPSearchConstraints) Please use the method signature wherecons
isLDAPConstraints
instead ofLDAPSearchConstraints
netscape.ldap.LDAPConnection.compare(String, LDAPAttribute, LDAPSearchConstraints) Please use the method signature wherecons
isLDAPConstraints
instead ofLDAPSearchConstraints
netscape.ldap.LDAPConnection.connect(String, int, String, String, LDAPSearchConstraints) Please use the method signature wherecons
isLDAPConstraints
instead ofLDAPSearchConstraints
netscape.ldap.LDAPConnection.delete(String, LDAPSearchConstraints) Please use the method signature wherecons
isLDAPConstraints
instead ofLDAPSearchConstraints
netscape.ldap.LDAPConnection.extendedOperation(LDAPExtendedOperation, LDAPSearchConstraints) Please use the method signature wherecons
isLDAPConstraints
instead ofLDAPSearchConstraints
netscape.ldap.LDAPConnection.modify(String, LDAPModification, LDAPSearchConstraints) Please use the method signature wherecons
isLDAPConstraints
instead ofLDAPSearchConstraints
netscape.ldap.LDAPConnection.rename(String, String, boolean, LDAPSearchConstraints) Please use the method signature wherecons
isLDAPConstraints
instead ofLDAPSearchConstraints
netscape.ldap.LDAPExtendedResponse.getOID() UseLDAPExtendedResponse.getID()
netscape.ldap.LDAPSchemaElement.getOID() UseLDAPSchemaElement.getID()
netscape.ldap.LDAPSearchConstraints.getMaxBacklog() UseLDAPConnection.getOption()
netscape.ldap.LDAPSearchConstraints.setMaxBacklog(int) UseLDAPConnection.setOption()
netscape.ldap.util.DN.contains(DN) Please use isDescendantOf() instead.netscape.ldap.util.RDN.explodeRDN(boolean) usetoString
orgetValues
instead.netscape.ldap.util.RDN.getType() usegetTypes()
instead.netscape.ldap.util.RDN.getValue() usegetValues()
instead.
-
Constructors Constructor Description netscape.ldap.LDAPRebindAuth(String, String)