Uses of Class
netscape.ldap.LDAPSearchConstraints
Packages that use LDAPSearchConstraints
-
Uses of LDAPSearchConstraints in com.netscape.jndi.ldap
Fields in com.netscape.jndi.ldap declared as LDAPSearchConstraintsModifier and TypeFieldDescription(package private) LDAPSearchConstraints
EventService.EventEntry.cons
protected LDAPSearchConstraints
LdapContextImpl.m_searchCons
Ldap Connection Search ConstraintsMethods in com.netscape.jndi.ldap that return LDAPSearchConstraintsModifier and TypeMethodDescription(package private) LDAPSearchConstraints
LdapContextImpl.getSearchConstraints()
Return LdapJdk search constraints for this contextMethods in com.netscape.jndi.ldap with parameters of type LDAPSearchConstraintsModifier and TypeMethodDescription(package private) boolean
EventService.EventEntry.isEqualEvent
(String base, int scope, String filter, String[] attrs, LDAPSearchConstraints cons) Check whether this event paramaters are matched(package private) void
ContextEnv.updateBatchSize
(LDAPSearchConstraints cons) Set the suggested number of result to return at a time during search in the default SearchConstraints for the connection.(package private) final void
ContextEnv.updateDerefAliases
(LDAPSearchConstraints cons) Set how aliases should be dereferenced under default SearchConstraints for the connection.(package private) void
ContextEnv.updateMaxResults
(LDAPSearchConstraints cons) Set the maximum number of search results to be returned under default SearchConstraints for the connection.(package private) Object
ContextEnv.updateProperty
(String name, Object val, LDAPSearchConstraints cons) Update property value.(package private) void
ContextEnv.updateReferralHopLimit
(LDAPSearchConstraints cons) Set maximal number of referral hops under default SearchConstraints for the connection.(package private) void
ContextEnv.updateReferralMode
(LDAPSearchConstraints cons) Set referral parameters for the default SearchConstraints for the connection.(package private) void
ContextEnv.updateSearchCons
(LDAPSearchConstraints cons) Initialize LDAPSearchConstraints with environment properties(package private) void
ContextEnv.updateTimeLimit
(LDAPSearchConstraints cons) Set the maximum number of milliseconds to wait for any operation under default SearchConstraints for the connection.Constructors in com.netscape.jndi.ldap with parameters of type LDAPSearchConstraintsModifierConstructorDescription(package private)
EventEntry
(int id, LdapContextImpl ctx, String base, int scope, String filter, String[] attrs, LDAPSearchConstraints cons) Constructor -
Uses of LDAPSearchConstraints in netscape.ldap
Fields in netscape.ldap declared as LDAPSearchConstraintsModifier and TypeFieldDescriptionprivate LDAPSearchConstraints
LDAPSearchResults.currCons
private LDAPSearchConstraints
LDAPSearchListener.m_constraints
private LDAPSearchConstraints
LDAPConnection.m_defaultConstraints
Internal variablesMethods in netscape.ldap that return LDAPSearchConstraintsModifier and TypeMethodDescriptionLDAPConnection.getSearchConstraints()
Returns the set of search constraints that apply to all searches performed through this connection (unless you specify a different set of search constraints when calling thesearch
method).(package private) LDAPSearchConstraints
LDAPSearchListener.getSearchConstraints()
Return the search constraints used to create this object.Methods in netscape.ldap with parameters of type LDAPSearchConstraintsModifier and TypeMethodDescriptionvoid
LDAPConnection.add
(LDAPEntry entry, LDAPSearchConstraints cons) Deprecated.void
LDAPConnection.authenticate
(int version, String dn, String passwd, LDAPSearchConstraints cons) Deprecated.Please use the method signature wherecons
isLDAPConstraints
instead ofLDAPSearchConstraints
void
LDAPConnection.authenticate
(String dn, String passwd, LDAPSearchConstraints cons) Deprecated.Please use the method signature wherecons
isLDAPConstraints
instead ofLDAPSearchConstraints
(package private) void
LDAPConnection.checkSearchMsg
(LDAPSearchResults value, LDAPMessage msg, LDAPSearchConstraints cons, String dn, int scope, String filter, String[] attrs, boolean attrsOnly) boolean
LDAPConnection.compare
(String DN, LDAPAttribute attr, LDAPSearchConstraints cons) Deprecated.Please use the method signature wherecons
isLDAPConstraints
instead ofLDAPSearchConstraints
void
LDAPConnection.connect
(int version, String host, int port, String dn, String passwd, LDAPSearchConstraints cons) Deprecated.Please use the method signature wherecons
isLDAPConstraints
instead ofLDAPSearchConstraints
void
LDAPConnection.connect
(String host, int port, String dn, String passwd, LDAPSearchConstraints cons) Deprecated.Please use the method signature wherecons
isLDAPConstraints
instead ofLDAPSearchConstraints
void
LDAPConnection.delete
(String DN, LDAPSearchConstraints cons) Deprecated.Please use the method signature wherecons
isLDAPConstraints
instead ofLDAPSearchConstraints
LDAPConnection.extendedOperation
(LDAPExtendedOperation op, LDAPSearchConstraints cons) Deprecated.Please use the method signature wherecons
isLDAPConstraints
instead ofLDAPSearchConstraints
private static Object
LDAPConnection.getOption
(int option, LDAPSearchConstraints cons) private LDAPSearchListener
LDAPConnection.getSearchListener
(LDAPSearchConstraints cons) Get a new search listening agent from the internal buffer of available agents.void
LDAPConnection.modify
(String DN, LDAPModification[] mods, LDAPSearchConstraints cons) Deprecated.Please use the method signature wherecons
isLDAPConstraints
instead ofLDAPSearchConstraints
void
LDAPConnection.modify
(String DN, LDAPModification mod, LDAPSearchConstraints cons) Deprecated.Please use the method signature wherecons
isLDAPConstraints
instead ofLDAPSearchConstraints
void
LDAPConnection.modify
(String DN, LDAPModificationSet mods, LDAPSearchConstraints cons) Deprecated.Please use the method signature wherecons
isLDAPConstraints
instead ofLDAPSearchConstraints
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.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.void
LDAPConnection.rename
(String DN, String newRDN, boolean deleteOldRDN, LDAPSearchConstraints cons) Deprecated.Please use the method signature wherecons
isLDAPConstraints
instead ofLDAPSearchConstraints
void
LDAPConnection.rename
(String DN, String newRDN, String newParentDN, boolean deleteOldRDN, LDAPSearchConstraints cons) Deprecated.Please use the method signature wherecons
isLDAPConstraints
instead ofLDAPSearchConstraints
LDAPAsynchronousConnection.search
(String base, int scope, String filter, String[] attrs, boolean typesOnly, LDAPSearchListener listener, LDAPSearchConstraints cons) Performs the search specified by the criteria that you enter.LDAPConnection.search
(String base, int scope, String filter, String[] attrs, boolean attrsOnly, LDAPSearchConstraints cons) Performs the search specified by the criteria that you enter.LDAPConnection.search
(String base, int scope, String filter, String[] attrs, boolean typesOnly, LDAPSearchListener listener, LDAPSearchConstraints cons) Performs the search specified by the criteria that you enter.static LDAPSearchResults
LDAPConnection.search
(LDAPUrl toGet, LDAPSearchConstraints cons) Performs the search specified by the LDAP URL.LDAPv2.search
(String base, int scope, String filter, String[] attrs, boolean attrsOnly, LDAPSearchConstraints cons) Deprecated, for removal: This API element is subject to removal in a future version.Searches for entries in the directory.private static void
LDAPConnection.setOption
(int option, Object value, LDAPSearchConstraints cons) void
LDAPConnection.setSearchConstraints
(LDAPSearchConstraints cons) Set the default constraint set for all search operations.(package private) void
LDAPSearchListener.setSearchConstraints
(LDAPSearchConstraints cons) Set new search constraints object.Constructors in netscape.ldap with parameters of type LDAPSearchConstraintsModifierConstructorDescription(package private)
LDAPSearchListener
(boolean asynchOp, LDAPSearchConstraints cons) Constructs a LDAP search listener.(package private)
LDAPSearchResults
(Vector<Object> v, LDAPConnection conn, LDAPSearchConstraints cons, String base, int scope, String filter, String[] attrs, boolean attrsOnly) (package private)
LDAPSearchResults
(LDAPConnection conn, LDAPSearchConstraints cons, String base, int scope, String filter, String[] attrs, boolean attrsOnly)
cons
isLDAPConstraints
instead ofLDAPSearchConstraints