Uses of Class
netscape.ldap.LDAPEntry
-
Packages that use LDAPEntry Package Description <Unnamed> netscape.ldap netscape.ldap.util -
-
Uses of LDAPEntry in <Unnamed>
Methods in <Unnamed> with parameters of type LDAPEntry Modifier and Type Method Description protected static booleanLDAPSearch. isSchemaEntry(LDAPEntry entry) -
Uses of LDAPEntry in netscape.ldap
Methods in netscape.ldap that return LDAPEntry Modifier and Type Method Description LDAPEntryLDAPSearchResult. getEntry()Returns the entry of a server search response.LDAPEntryLDAPSearchResults. 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.LDAPEntryLDAPConnection. read(java.lang.String DN)Reads the entry for the specified distiguished name (DN) and retrieves all attributes for the entry.LDAPEntryLDAPConnection. read(java.lang.String DN, java.lang.String[] attrs)Reads the entry for the specified distinguished name (DN) and retrieves only the specified attributes from the entry.LDAPEntryLDAPConnection. read(java.lang.String DN, java.lang.String[] attrs, LDAPSearchConstraints cons)LDAPEntryLDAPConnection. read(java.lang.String DN, LDAPSearchConstraints cons)Reads the entry for the specified distiguished name (DN) and retrieves all attributes for the entry.static LDAPEntryLDAPConnection. read(LDAPUrl toGet)Reads the entry specified by the LDAP URL.LDAPEntryLDAPv2. read(java.lang.String DN)Read the entry corresponding to the specified distinguished name (DN).LDAPEntryLDAPv2. read(java.lang.String DN, java.lang.String[] attrs)Read the entry corresponding to the specified distinguished name (DN), and retrieve only the specified attributes.LDAPEntryLDAPv2. read(java.lang.String DN, java.lang.String[] attrs, LDAPSearchConstraints cons)Read the entry corresponding to the specified distinguished name (DN), and retrieve only the specified attributes.Methods in netscape.ldap with parameters of type LDAPEntry Modifier and Type Method Description LDAPResponseListenerLDAPAsynchronousConnection. add(LDAPEntry entry, LDAPResponseListener listener)Adds an entry to the directory.LDAPResponseListenerLDAPAsynchronousConnection. 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)Adds 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.LDAPResponseListenerLDAPConnection. add(LDAPEntry entry, LDAPResponseListener listener)Adds an entry to the directory.LDAPResponseListenerLDAPConnection. 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.Please use the method signature whereconsisLDAPConstraintsinstead ofLDAPSearchConstraintsvoidLDAPv2. add(LDAPEntry entry)Adds an entry to the directory.voidLDAPv2. add(LDAPEntry entry, LDAPConstraints cons)Adds an entry to the directory.protected voidLDAPSchema. initialize(LDAPEntry entry)Extract all schema elements from subschema entrybooleanLDAPCompareAttrNames. isGreater(LDAPEntry greater, LDAPEntry less)Returnstrueif the value of the attribute in the first entry is greater than the value of the attribute in the second entry.booleanLDAPEntryComparator. isGreater(LDAPEntry greater, LDAPEntry less)Specifies the algorithm used to compare entries when sorting search results.Constructors in netscape.ldap with parameters of type LDAPEntry Constructor Description LDAPSchema(LDAPEntry entry) -
Uses of LDAPEntry in netscape.ldap.util
Methods in netscape.ldap.util with parameters of type LDAPEntry Modifier and Type Method Description voidLDAPWriter. 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
-