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 boolean
LDAPSearch.isSchemaEntry
(LDAPEntry entry) -
Uses of LDAPEntry in com.netscape.jndi.ldap
Fields in com.netscape.jndi.ldap declared as LDAPEntryMethods in com.netscape.jndi.ldap that return LDAPEntryMethods in com.netscape.jndi.ldap with parameters of type LDAPEntryModifier and TypeMethodDescriptionprivate NamingEvent
EventService.createNamingEvent
(LdapContextImpl ctx, LDAPEntry entry, LDAPEntryChangeControl changeCtrl) Create naming event from a change control(package private) static Object
ObjectMapper.entryToObject
(LDAPEntry entry) Convert a Ldap entry into a java object(package private) static Object
ObjectMapper.entryToObject
(LDAPEntry entry, LdapContextImpl ctx) (package private) static String
ObjectMapper.getClassName
(LDAPEntry entry) Get the className for NameClassPair from an entry -
Uses of LDAPEntry in netscape.ldap
Fields in netscape.ldap declared as LDAPEntryMethods 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 LDAPEntry
Reads 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.private static LDAPEntry
LDAPSchema.readSchema
(LDAPConnection ld, String dn) private static LDAPEntry
LDAPSchema.readSchema
(LDAPConnection ld, String dn, String[] attrs) 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 anLDAPConstraints
object.void
Adds an entry to the directory.void
LDAPConnection.add
(LDAPEntry entry, LDAPConstraints cons) Adds an entry to the directory and allows you to specify preferences for this LDAP add operation by using anLDAPConstraints
object.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 anLDAPConstraints
object.void
LDAPConnection.add
(LDAPEntry entry, LDAPSearchConstraints cons) Deprecated.void
Deprecated, for removal: This API element is subject to removal in a future version.Adds an entry to the directory.void
LDAPv2.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.(package private) boolean
LDAPCompareAttrNames.attrGreater
(LDAPEntry greater, LDAPEntry less, int attrPos) Compares a particular attribute in both entries.protected void
LDAPSchema.initialize
(LDAPEntry entry) Extract all schema elements from subschema entryboolean
Returnstrue
if the value of the attribute in the first entry is greater than the value of the attribute in the second entry.boolean
Specifies the algorithm used to compare entries when sorting search results.(package private) void
LDAPConnection.performReferrals
(LDAPReferralException e, LDAPConstraints cons, int ops, String dn, int scope, String filter, String[] types, boolean attrsOnly, LDAPModification[] mods, LDAPEntry entry, LDAPAttribute attr, Vector<Object> results) Follows a referral.(package private) void
LDAPSearchResults.quicksort
(LDAPEntry[] toSort, LDAPEntryComparator compare, int low, int high) Basic quicksort algorithm.(package private) void
LDAPConnection.referralOperation
(LDAPConnection connection, LDAPConstraints cons, int ops, String dn, int scope, String filter, String[] types, boolean attrsOnly, LDAPModification[] mods, LDAPEntry entry, LDAPAttribute attr, Vector<Object> 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 TypeMethodDescriptionvoid
LDAPWriter.printEntry
(LDAPEntry entry) The main method of LDAPWriter.void
DSMLWriter.printSchema
(LDAPEntry entry) Prints the schema from an entry containing subschema entry entry containing schema definitionsvoid
LDAPWriter.printSchema
(LDAPEntry entry) Default schema writer - assumes an ordinary entry
cons
isLDAPConstraints
instead ofLDAPSearchConstraints