Searched refs:intValue (Results 201 - 225 of 543) sorted by relevance

1234567891011>>

/forgerock/openam/openam-authentication/openam-auth-fr-oath/src/main/java/org/forgerock/openam/authentication/modules/fr/oath/
H A DTOTPAlgorithm.java150 int codeDigits = Integer.decode(returnDigits).intValue();
/forgerock/openam/openam-core/src/main/java/org/forgerock/openam/upgrade/
H A DVersionUtils.java166 return Integer.valueOf(parsedVersion[0]).intValue() < expectedVersion;
/forgerock/opendj-b2.6/src/server/org/opends/server/core/networkgroups/
H A DResourceLimitsPolicyFactory.java265 && currentCount.intValue() > maxConnectionsFromSameIP)
462 timeLimit = tmpTimeLimit.intValue();
/forgerock/opendj-b2.6/src/server/org/opends/server/protocols/ldap/
H A DSearchRequestProtocolOp.java254 stream.writeEnumerated(scope.intValue());
255 stream.writeEnumerated(dereferencePolicy.intValue());
/forgerock/opendj2/src/server/org/opends/server/core/networkgroups/
H A DResourceLimitsPolicyFactory.java264 && currentCount.intValue() > maxConnectionsFromSameIP)
461 timeLimit = tmpTimeLimit.intValue();
/forgerock/opendj2/src/server/org/opends/server/protocols/ldap/
H A DSearchRequestProtocolOp.java253 stream.writeEnumerated(scope.intValue());
254 stream.writeEnumerated(dereferencePolicy.intValue());
/forgerock/opendj2.6.2/src/server/org/opends/server/core/networkgroups/
H A DResourceLimitsPolicyFactory.java265 && currentCount.intValue() > maxConnectionsFromSameIP)
462 timeLimit = tmpTimeLimit.intValue();
/forgerock/opendj2.6.2/src/server/org/opends/server/protocols/ldap/
H A DSearchRequestProtocolOp.java254 stream.writeEnumerated(scope.intValue());
255 stream.writeEnumerated(dereferencePolicy.intValue());
/forgerock/opendj2-jel-hg/src/server/org/opends/server/core/networkgroups/
H A DResourceLimitsPolicyFactory.java265 && currentCount.intValue() > maxConnectionsFromSameIP)
462 timeLimit = tmpTimeLimit.intValue();
/forgerock/opendj2-jel-hg/src/server/org/opends/server/protocols/ldap/
H A DSearchRequestProtocolOp.java254 stream.writeEnumerated(scope.intValue());
255 stream.writeEnumerated(dereferencePolicy.intValue());
/forgerock/opendj2-hg/src/server/org/opends/server/core/networkgroups/
H A DResourceLimitsPolicyFactory.java264 && currentCount.intValue() > maxConnectionsFromSameIP)
461 timeLimit = tmpTimeLimit.intValue();
/forgerock/opendj2-hg/src/server/org/opends/server/protocols/ldap/
H A DSearchRequestProtocolOp.java253 stream.writeEnumerated(scope.intValue());
254 stream.writeEnumerated(dereferencePolicy.intValue());
/forgerock/openam-v13/openam-core/src/main/java/com/iplanet/ums/
H A DManagedRole.java233 SearchScope.WHOLE_SUBTREE.intValue(), "(" + MEMBER_ATTR_NAME + "=" + getDN() + ")",
264 SearchScope.WHOLE_SUBTREE.intValue(),
/forgerock/jee-agents-v3.5/jee-agents-sdk/src/main/java/com/sun/identity/agents/filter/
H A DPortCheckTaskHandler.java341 if((nextPortInt.intValue() <= 0)
342 || (nextPortInt.intValue() >= 65535)) {
/forgerock/openam-v13/openam-tools/openam-installtools/src/main/java/com/sun/identity/install/tools/util/
H A DFileEditor.java106 removeLines.add(new Integer(lineNumber.intValue() + i));
175 if (!removeLineNumbers.isEmpty() && removeLine.intValue() ==
/forgerock/openam/openam-core/src/main/java/com/iplanet/ums/
H A DManagedRole.java233 SearchScope.WHOLE_SUBTREE.intValue(), "(" + MEMBER_ATTR_NAME + "=" + getDN() + ")",
264 SearchScope.WHOLE_SUBTREE.intValue(),
/forgerock/openam/openam-tools/openam-installtools/src/main/java/com/sun/identity/install/tools/util/
H A DFileEditor.java106 removeLines.add(new Integer(lineNumber.intValue() + i));
175 if (!removeLineNumbers.isEmpty() && removeLine.intValue() ==
/forgerock/opendj2/src/server/org/opends/server/config/
H A DIntegerConfigAttribute.java389 int intValue = (int) longValue;
390 if (intValue == longValue)
392 return intValue;
485 int intValue = (int) longValue;
486 if (intValue == longValue)
488 return intValue;
1481 setValue(((Integer) value).intValue());
/forgerock/opendj-b2.6/src/server/org/opends/server/config/
H A DIntegerConfigAttribute.java390 int intValue = (int) longValue;
391 if (intValue == longValue)
393 return intValue;
486 int intValue = (int) longValue;
487 if (intValue == longValue)
489 return intValue;
1482 setValue(((Integer) value).intValue());
/forgerock/opendj2.6.2/src/server/org/opends/server/config/
H A DIntegerConfigAttribute.java390 int intValue = (int) longValue;
391 if (intValue == longValue)
393 return intValue;
486 int intValue = (int) longValue;
487 if (intValue == longValue)
489 return intValue;
1482 setValue(((Integer) value).intValue());
/forgerock/opendj2-jel-hg/src/server/org/opends/server/config/
H A DIntegerConfigAttribute.java390 int intValue = (int) longValue;
391 if (intValue == longValue)
393 return intValue;
486 int intValue = (int) longValue;
487 if (intValue == longValue)
489 return intValue;
1482 setValue(((Integer) value).intValue());
/forgerock/opendj2-hg/src/server/org/opends/server/config/
H A DIntegerConfigAttribute.java389 int intValue = (int) longValue;
390 if (intValue == longValue)
392 return intValue;
485 int intValue = (int) longValue;
486 if (intValue == longValue)
488 return intValue;
1481 setValue(((Integer) value).intValue());
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/config/
H A DIntegerConfigAttribute.java348 int intValue = (int) longValue;
349 if (intValue == longValue)
351 return intValue;
438 int intValue = (int) longValue;
439 if (intValue == longValue)
441 return intValue;
1304 setValue(((Integer) value).intValue());
/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/policy/
H A DResourceManager.java1555 int intValue = 0;
1559 intValue = Integer.parseInt(count);
1565 intValue++;
1566 prefixMap.put(prefix, Integer.toString(intValue));
1585 int intValue = 0;
1589 intValue = Integer.parseInt(count);
1595 intValue--;
1596 if ( intValue > 0 ) {
1597 prefixMap.put(prefix, Integer.toString(intValue));
/forgerock/openam/openam-core/src/main/java/com/sun/identity/policy/
H A DResourceManager.java1555 int intValue = 0;
1559 intValue = Integer.parseInt(count);
1565 intValue++;
1566 prefixMap.put(prefix, Integer.toString(intValue));
1585 int intValue = 0;
1589 intValue = Integer.parseInt(count);
1595 intValue--;
1596 if ( intValue > 0 ) {
1597 prefixMap.put(prefix, Integer.toString(intValue));

Completed in 405 milliseconds

1234567891011>>