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) LDAPSearchConstraintsEventService.EventEntry.consprotected LDAPSearchConstraintsLdapContextImpl.m_searchConsLdap Connection Search ConstraintsMethods in com.netscape.jndi.ldap that return LDAPSearchConstraintsModifier and TypeMethodDescription(package private) LDAPSearchConstraintsLdapContextImpl.getSearchConstraints()Return LdapJdk search constraints for this contextMethods in com.netscape.jndi.ldap with parameters of type LDAPSearchConstraintsModifier and TypeMethodDescription(package private) booleanEventService.EventEntry.isEqualEvent(String base, int scope, String filter, String[] attrs, LDAPSearchConstraints cons) Check whether this event paramaters are matched(package private) voidContextEnv.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 voidContextEnv.updateDerefAliases(LDAPSearchConstraints cons) Set how aliases should be dereferenced under default SearchConstraints for the connection.(package private) voidContextEnv.updateMaxResults(LDAPSearchConstraints cons) Set the maximum number of search results to be returned under default SearchConstraints for the connection.(package private) ObjectContextEnv.updateProperty(String name, Object val, LDAPSearchConstraints cons) Update property value.(package private) voidContextEnv.updateReferralHopLimit(LDAPSearchConstraints cons) Set maximal number of referral hops under default SearchConstraints for the connection.(package private) voidContextEnv.updateReferralMode(LDAPSearchConstraints cons) Set referral parameters for the default SearchConstraints for the connection.(package private) voidContextEnv.updateSearchCons(LDAPSearchConstraints cons) Initialize LDAPSearchConstraints with environment properties(package private) voidContextEnv.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 LDAPSearchConstraintsLDAPSearchResults.currConsprivate LDAPSearchConstraintsLDAPSearchListener.m_constraintsprivate LDAPSearchConstraintsLDAPConnection.m_defaultConstraintsInternal 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 thesearchmethod).(package private) LDAPSearchConstraintsLDAPSearchListener.getSearchConstraints()Return the search constraints used to create this object.Methods in netscape.ldap with parameters of type LDAPSearchConstraintsModifier and TypeMethodDescriptionvoidLDAPConnection.add(LDAPEntry entry, LDAPSearchConstraints cons) Deprecated.voidLDAPConnection.authenticate(int version, String dn, String passwd, LDAPSearchConstraints cons) Deprecated.Please use the method signature whereconsisLDAPConstraintsinstead ofLDAPSearchConstraintsvoidLDAPConnection.authenticate(String dn, String passwd, LDAPSearchConstraints cons) Deprecated.Please use the method signature whereconsisLDAPConstraintsinstead ofLDAPSearchConstraints(package private) voidLDAPConnection.checkSearchMsg(LDAPSearchResults value, LDAPMessage msg, LDAPSearchConstraints cons, String dn, int scope, String filter, String[] attrs, boolean attrsOnly) booleanLDAPConnection.compare(String DN, LDAPAttribute attr, LDAPSearchConstraints cons) Deprecated.Please use the method signature whereconsisLDAPConstraintsinstead ofLDAPSearchConstraintsvoidLDAPConnection.connect(int version, String host, int port, String dn, String passwd, LDAPSearchConstraints cons) Deprecated.Please use the method signature whereconsisLDAPConstraintsinstead ofLDAPSearchConstraintsvoidLDAPConnection.connect(String host, int port, String dn, String passwd, LDAPSearchConstraints cons) Deprecated.Please use the method signature whereconsisLDAPConstraintsinstead ofLDAPSearchConstraintsvoidLDAPConnection.delete(String DN, LDAPSearchConstraints cons) Deprecated.Please use the method signature whereconsisLDAPConstraintsinstead ofLDAPSearchConstraintsLDAPConnection.extendedOperation(LDAPExtendedOperation op, LDAPSearchConstraints cons) Deprecated.Please use the method signature whereconsisLDAPConstraintsinstead ofLDAPSearchConstraintsprivate static ObjectLDAPConnection.getOption(int option, LDAPSearchConstraints cons) private LDAPSearchListenerLDAPConnection.getSearchListener(LDAPSearchConstraints cons) Get a new search listening agent from the internal buffer of available agents.voidLDAPConnection.modify(String DN, LDAPModification[] mods, LDAPSearchConstraints cons) Deprecated.Please use the method signature whereconsisLDAPConstraintsinstead ofLDAPSearchConstraintsvoidLDAPConnection.modify(String DN, LDAPModification mod, LDAPSearchConstraints cons) Deprecated.Please use the method signature whereconsisLDAPConstraintsinstead ofLDAPSearchConstraintsvoidLDAPConnection.modify(String DN, LDAPModificationSet mods, LDAPSearchConstraints cons) Deprecated.Please use the method signature whereconsisLDAPConstraintsinstead ofLDAPSearchConstraintsLDAPConnection.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.voidLDAPConnection.rename(String DN, String newRDN, boolean deleteOldRDN, LDAPSearchConstraints cons) Deprecated.Please use the method signature whereconsisLDAPConstraintsinstead ofLDAPSearchConstraintsvoidLDAPConnection.rename(String DN, String newRDN, String newParentDN, boolean deleteOldRDN, LDAPSearchConstraints cons) Deprecated.Please use the method signature whereconsisLDAPConstraintsinstead ofLDAPSearchConstraintsLDAPAsynchronousConnection.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 LDAPSearchResultsLDAPConnection.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 voidLDAPConnection.setOption(int option, Object value, LDAPSearchConstraints cons) voidLDAPConnection.setSearchConstraints(LDAPSearchConstraints cons) Set the default constraint set for all search operations.(package private) voidLDAPSearchListener.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)
consisLDAPConstraintsinstead ofLDAPSearchConstraints