Uses of Class
netscape.ldap.LDAPEntry
Packages that use LDAPEntry
-
Uses of LDAPEntry in Unnamed Package
Methods in Unnamed Package with parameters of type LDAPEntryModifier and TypeMethodDescriptionprotected static booleanLDAPSearch.isSchemaEntry(LDAPEntry entry) -
Uses of LDAPEntry in netscape.ldap
Methods in netscape.ldap that return LDAPEntryModifier and TypeMethodDescriptionLDAPSearchResult.getEntry()Returns the entry of a server search response.LDAPSearchResults.next()Returns the next LDAP entry from the search results and throws an exception if the next result is a referral, or if a sizelimit or timelimit error occurred.Reads the entry for the specified distiguished name (DN) and retrieves all attributes for the entry.Reads the entry for the specified distinguished name (DN) and retrieves only the specified attributes from the entry.LDAPConnection.read(String DN, String[] attrs, LDAPSearchConstraints cons) LDAPConnection.read(String DN, LDAPSearchConstraints cons) Reads the entry for the specified distiguished name (DN) and retrieves all attributes for the entry.static LDAPEntryReads the entry specified by the LDAP URL.Deprecated, for removal: This API element is subject to removal in a future version.Read the entry corresponding to the specified distinguished name (DN).Deprecated, for removal: This API element is subject to removal in a future version.Read the entry corresponding to the specified distinguished name (DN), and retrieve only the specified attributes.LDAPv2.read(String DN, String[] attrs, LDAPSearchConstraints cons) Deprecated, for removal: This API element is subject to removal in a future version.Read the entry corresponding to the specified distinguished name (DN), and retrieve only the specified attributes.Methods in netscape.ldap with parameters of type LDAPEntryModifier and TypeMethodDescriptionLDAPAsynchronousConnection.add(LDAPEntry entry, LDAPResponseListener listener) Adds an entry to the directory.LDAPAsynchronousConnection.add(LDAPEntry entry, LDAPResponseListener listener, LDAPConstraints cons) Adds an entry to the directory and allows you to specify constraints for this LDAP add operation by using anLDAPConstraintsobject.voidAdds an entry to the directory.voidLDAPConnection.add(LDAPEntry entry, LDAPConstraints cons) Adds an entry to the directory and allows you to specify preferences for this LDAP add operation by using anLDAPConstraintsobject.LDAPConnection.add(LDAPEntry entry, LDAPResponseListener listener) Adds an entry to the directory.LDAPConnection.add(LDAPEntry entry, LDAPResponseListener listener, LDAPConstraints cons) Adds an entry to the directory and allows you to specify constraints for this LDAP add operation by using anLDAPConstraintsobject.voidLDAPConnection.add(LDAPEntry entry, LDAPSearchConstraints cons) Deprecated.voidDeprecated, for removal: This API element is subject to removal in a future version.Adds an entry to the directory.voidLDAPv2.add(LDAPEntry entry, LDAPConstraints cons) Deprecated, for removal: This API element is subject to removal in a future version.Adds an entry to the directory.protected voidLDAPSchema.initialize(LDAPEntry entry) Extract all schema elements from subschema entrybooleanReturnstrueif the value of the attribute in the first entry is greater than the value of the attribute in the second entry.booleanSpecifies the algorithm used to compare entries when sorting search results.Constructors in netscape.ldap with parameters of type LDAPEntry -
Uses of LDAPEntry in netscape.ldap.util
Methods in netscape.ldap.util with parameters of type LDAPEntryModifier and TypeMethodDescriptionvoidLDAPWriter.printEntry(LDAPEntry entry) The main method of LDAPWriter.voidDSMLWriter.printSchema(LDAPEntry entry) Prints the schema from an entry containing subschema entry entry containing schema definitionsvoidLDAPWriter.printSchema(LDAPEntry entry) Default schema writer - assumes an ordinary entry
consisLDAPConstraintsinstead ofLDAPSearchConstraints