Searched refs:limit (Results 1 - 25 of 200) sorted by relevance

12345678

/forgerock/opendj-b2.6/src/server/org/opends/server/protocols/http/
H A DHTTPStatsProbe.java66 this.statTracker.updateBytesWritten(buffer.limit());
73 this.statTracker.updateBytesRead(buffer.limit());
/forgerock/opendj2/src/server/org/opends/server/protocols/http/
H A DHTTPStatsProbe.java65 this.statTracker.updateBytesWritten(buffer.limit());
72 this.statTracker.updateBytesRead(buffer.limit());
/forgerock/opendj2.6.2/src/server/org/opends/server/protocols/http/
H A DHTTPStatsProbe.java66 this.statTracker.updateBytesWritten(buffer.limit());
73 this.statTracker.updateBytesRead(buffer.limit());
/forgerock/opendj2-jel-hg/src/server/org/opends/server/protocols/http/
H A DHTTPStatsProbe.java66 this.statTracker.updateBytesWritten(buffer.limit());
73 this.statTracker.updateBytesRead(buffer.limit());
/forgerock/opendj2-hg/src/server/org/opends/server/protocols/http/
H A DHTTPStatsProbe.java65 this.statTracker.updateBytesWritten(buffer.limit());
72 this.statTracker.updateBytesRead(buffer.limit());
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/protocols/http/
H A DHTTPStatsProbe.java65 this.statTracker.updateBytesWritten(buffer.limit());
72 this.statTracker.updateBytesRead(buffer.limit());
/forgerock/openidm-v4/openidm-zip/src/main/resources/bin/defaults/script/ui/
H A DreconResults.js24 (function (mapping, source, target, sourceProps, targetProps, reconId, situations, page, limit, searching, sourceCriteria, targetCriteria, orderBy, orderByDir) {
69 limit = parseInt(limit || 20);
70 limit = (limit > 50) ? 50 : limit; // restrict limit to 50 records maximum
72 offset = limit*(parseInt(page || 1)-1);
130 "limit": limit,
[all...]
/forgerock/opendj2/src/server/org/opends/server/backends/jeb/importLDIF/
H A DIndexInputBuffer.java122 cache.limit((int) (cache.position() + leftToRead));
162 return keyBuf.limit();
175 keyBuf.get(b.array(), 0, keyBuf.limit());
176 b.limit(keyBuf.limit());
247 keyBuf.limit(keyLen);
354 if (keyBuf.limit() == 0)
358 rc = Importer.indexComparator.compare(keyBuf.array(), 0, keyBuf.limit(),
359 cKey.array(), cKey.limit());
384 if (keyBuf.limit()
[all...]
H A DImportIDSet.java38 * the configured ID limit. If the limit it reached, the class stops tracking
64 //The entry limit size.
65 private int limit = -1; field in class:ImportIDSet
67 //Set to true if a count of ids above the entry limit should be kept.
72 * Create an import ID set of the specified size, index limit and index
76 * @param limit The index entry limit.
79 public ImportIDSet(int size, int limit, boolean doCount) argument
82 // A limit o
[all...]
/forgerock/opendj-b2.6/src/server/org/opends/server/backends/jeb/importLDIF/
H A DIndexInputBuffer.java123 cache.limit((int) (cache.position() + leftToRead));
163 return keyBuf.limit();
176 keyBuf.get(b.array(), 0, keyBuf.limit());
177 b.limit(keyBuf.limit());
248 keyBuf.limit(keyLen);
355 if (keyBuf.limit() == 0)
359 rc = Importer.indexComparator.compare(keyBuf.array(), 0, keyBuf.limit(),
360 cKey.array(), cKey.limit());
385 if (keyBuf.limit()
[all...]
H A DImportIDSet.java39 * the configured ID limit. If the limit it reached, the class stops tracking
65 //The entry limit size.
66 private int limit = -1; field in class:ImportIDSet
68 //Set to true if a count of ids above the entry limit should be kept.
73 * Create an import ID set of the specified size, index limit and index
77 * @param limit The index entry limit.
80 public ImportIDSet(int size, int limit, boolean doCount) argument
83 // A limit o
[all...]
/forgerock/opendj2.6.2/src/server/org/opends/server/backends/jeb/importLDIF/
H A DIndexInputBuffer.java123 cache.limit((int) (cache.position() + leftToRead));
163 return keyBuf.limit();
176 keyBuf.get(b.array(), 0, keyBuf.limit());
177 b.limit(keyBuf.limit());
248 keyBuf.limit(keyLen);
355 if (keyBuf.limit() == 0)
359 rc = Importer.indexComparator.compare(keyBuf.array(), 0, keyBuf.limit(),
360 cKey.array(), cKey.limit());
385 if (keyBuf.limit()
[all...]
H A DImportIDSet.java39 * the configured ID limit. If the limit it reached, the class stops tracking
65 //The entry limit size.
66 private int limit = -1; field in class:ImportIDSet
68 //Set to true if a count of ids above the entry limit should be kept.
73 * Create an import ID set of the specified size, index limit and index
77 * @param limit The index entry limit.
80 public ImportIDSet(int size, int limit, boolean doCount) argument
83 // A limit o
[all...]
/forgerock/opendj2-hg/src/server/org/opends/server/backends/jeb/importLDIF/
H A DIndexInputBuffer.java122 cache.limit((int) (cache.position() + leftToRead));
162 return keyBuf.limit();
175 keyBuf.get(b.array(), 0, keyBuf.limit());
176 b.limit(keyBuf.limit());
247 keyBuf.limit(keyLen);
354 if (keyBuf.limit() == 0)
358 rc = Importer.indexComparator.compare(keyBuf.array(), 0, keyBuf.limit(),
359 cKey.array(), cKey.limit());
384 if (keyBuf.limit()
[all...]
H A DImportIDSet.java38 * the configured ID limit. If the limit it reached, the class stops tracking
64 //The entry limit size.
65 private int limit = -1; field in class:ImportIDSet
67 //Set to true if a count of ids above the entry limit should be kept.
72 * Create an import ID set of the specified size, index limit and index
76 * @param limit The index entry limit.
79 public ImportIDSet(int size, int limit, boolean doCount) argument
82 // A limit o
[all...]
/forgerock/opendj2-jel-hg/src/server/org/opends/server/backends/jeb/importLDIF/
H A DIndexInputBuffer.java123 cache.limit((int) (cache.position() + leftToRead));
163 return keyBuf.limit();
176 keyBuf.get(b.array(), 0, keyBuf.limit());
177 b.limit(keyBuf.limit());
248 keyBuf.limit(keyLen);
355 if (keyBuf.limit() == 0)
359 rc = Importer.indexComparator.compare(keyBuf.array(), 0, keyBuf.limit(),
360 cKey.array(), cKey.limit());
385 if (keyBuf.limit()
[all...]
H A DImportIDSet.java39 * the configured ID limit. If the limit it reached, the class stops tracking
65 //The entry limit size.
66 private int limit = -1; field in class:ImportIDSet
68 //Set to true if a count of ids above the entry limit should be kept.
73 * Create an import ID set of the specified size, index limit and index
77 * @param limit The index entry limit.
80 public ImportIDSet(int size, int limit, boolean doCount) argument
83 // A limit o
[all...]
/forgerock/jee-agents-v3.5/jee-agents-websphere/jee-agents-websphere-common/src/main/java/com/sun/identity/agents/websphere/
H A DIAmRealmUserRegistry.java48 public List getUsers(String pattern, int limit) throws AgentException; argument
50 public List getGroups(String pattern, int limit) throws AgentException; argument
H A DAmAgentUserRegistry.java88 public Result getUsers(String pattern, int limit) argument
93 users = getRealmUserRegistry().getUsers(pattern, limit);
132 public Result getGroups(String pattern, int limit) argument
137 groups = getRealmUserRegistry().getGroups(pattern, limit);
193 public Result getUsersForGroup(String groupSecurityName, int limit) argument
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/protocols/internal/
H A DSearchRequest.java155 * @return the size limit
175 * @return the time limit
279 * @param limit the size limit
283 public SearchRequest setSizeLimit(final int limit) { argument
284 Reject.ifFalse(limit >= 0, "negative size limit");
286 this.sizeLimit = limit;
293 * @param limit the time limit
297 setTimeLimit(final int limit) argument
[all...]
/forgerock/openam-v13/openam-core/src/main/java/com/iplanet/ums/
H A DPeopleContainer.java216 * Sets max user limit for a People Container.
218 * @param limit
222 public void setMaxUserLimit(long limit) throws UMSException { argument
223 String value = (new Long(limit)).toString();
228 * Sets max children People Container limit for a People Container.
230 * @param limit
234 public void setMaxChildPeopleContainerLimit(long limit) throws UMSException argument
236 String value = (new Long(limit)).toString();
241 * Gets the user limit constraint.
243 * @return user limit constrain
[all...]
/forgerock/openam/openam-core/src/main/java/com/iplanet/ums/
H A DPeopleContainer.java216 * Sets max user limit for a People Container.
218 * @param limit
222 public void setMaxUserLimit(long limit) throws UMSException { argument
223 String value = (new Long(limit)).toString();
228 * Sets max children People Container limit for a People Container.
230 * @param limit
234 public void setMaxChildPeopleContainerLimit(long limit) throws UMSException argument
236 String value = (new Long(limit)).toString();
241 * Gets the user limit constraint.
243 * @return user limit constrain
[all...]
/forgerock/jee-agents-v3.5/jee-agents-sdk/src/main/java/com/sun/identity/agents/filter/
H A DRedirectCheckResultHandler.java114 + "redirect attempt limit reached for "
291 int limit = getManager().getConfigurationInt(
294 if (limit <= 0) {
298 + limit);
300 limit = 0;
302 setRedirectAttemptLimit(limit);
305 private void setRedirectAttemptLimit(int limit) { argument
306 _redirectAttemptLimit = limit;
/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/idm/plugins/database/
H A DDaoInterface.java78 String userIDAttributeName, int limit, String idPattern,
83 String userIDAttributeName, int limit, QueryFilter<JsonPointer> queryFilter,
115 String membershipIdAttributeName, int limit, String idPattern,
120 String membershipIdAttributeName, int limit, QueryFilter<JsonPointer> queryFilter,
77 search( String userIDAttributeName, int limit, String idPattern, Set<String> attributesToFetch, String filterOperand, Map<String, Set<String>> avPairs) argument
82 search( String userIDAttributeName, int limit, QueryFilter<JsonPointer> queryFilter, Set<String> attributesToFetch, String filterOperand, Map<String, Set<String>> avPairs) argument
114 searchForGroups( String membershipIdAttributeName, int limit, String idPattern, Set<String> attributesToFetch, String filterOperand, Map<String, Set<String>> avPairs) argument
119 searchForGroups( String membershipIdAttributeName, int limit, QueryFilter<JsonPointer> queryFilter, Set<String> attributesToFetch, String filterOperand, Map<String, Set<String>> avPairs) argument
/forgerock/openam/openam-core/src/main/java/com/sun/identity/idm/plugins/database/
H A DDaoInterface.java78 String userIDAttributeName, int limit, String idPattern,
83 String userIDAttributeName, int limit, QueryFilter<JsonPointer> queryFilter,
115 String membershipIdAttributeName, int limit, String idPattern,
120 String membershipIdAttributeName, int limit, QueryFilter<JsonPointer> queryFilter,
77 search( String userIDAttributeName, int limit, String idPattern, Set<String> attributesToFetch, String filterOperand, Map<String, Set<String>> avPairs) argument
82 search( String userIDAttributeName, int limit, QueryFilter<JsonPointer> queryFilter, Set<String> attributesToFetch, String filterOperand, Map<String, Set<String>> avPairs) argument
114 searchForGroups( String membershipIdAttributeName, int limit, String idPattern, Set<String> attributesToFetch, String filterOperand, Map<String, Set<String>> avPairs) argument
119 searchForGroups( String membershipIdAttributeName, int limit, QueryFilter<JsonPointer> queryFilter, Set<String> attributesToFetch, String filterOperand, Map<String, Set<String>> avPairs) argument

Completed in 284 milliseconds

12345678