Searched defs:startIndex (Results 1 - 25 of 53) sorted by relevance

123

/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/authentication/share/
H A DAuthenticationCallbackXMLHelper.java70 * @param startIndex starting index in the <code>Callback</code> array.
74 int getAuthenticationCallbackIndex(Callback[] callbacks, int startIndex); argument
H A DAuthXMLUtils.java1776 static int getNameCallbackIndex(Callback[] callbacks,int startIndex) { argument
1778 for (i = startIndex;i < callbacks.length;i++) {
1786 static int getPasswordCallbackIndex(Callback[] callbacks,int startIndex) { argument
1788 for (i = startIndex;i < callbacks.length;i++) {
1796 static int getConfCallbackIndex(Callback[] callbacks,int startIndex) { argument
1798 for (i = startIndex;i < callbacks.length;i++) {
1806 static int getChoiceCallbackIndex(Callback[] callbacks,int startIndex) { argument
1808 for (i = startIndex;i < callbacks.length;i++) {
1816 static int getTextInputIndex(Callback[] callbacks,int startIndex) { argument
1818 for (i = startIndex;
1826 getTextOutputIndex(Callback[] callbacks,int startIndex) argument
1836 getPagePropertiesIndex(Callback[] callbacks,int startIndex) argument
1846 getCustomCallbackIndex(Callback[] callbacks, int startIndex) argument
1856 getLanguageCallbackIndex(Callback[] callbacks, int startIndex) argument
1866 getX509CertificateCallbackIndex( Callback[] callbacks, int startIndex) argument
1877 getHttpCallbackIndex(Callback[] callbacks, int startIndex) argument
1887 getRedirectCallbackIndex(Callback[] callbacks,int startIndex) argument
[all...]
/forgerock/openam/openam-core/src/main/java/com/sun/identity/authentication/share/
H A DAuthenticationCallbackXMLHelper.java70 * @param startIndex starting index in the <code>Callback</code> array.
74 int getAuthenticationCallbackIndex(Callback[] callbacks, int startIndex); argument
H A DAuthXMLUtils.java1776 static int getNameCallbackIndex(Callback[] callbacks,int startIndex) { argument
1778 for (i = startIndex;i < callbacks.length;i++) {
1786 static int getPasswordCallbackIndex(Callback[] callbacks,int startIndex) { argument
1788 for (i = startIndex;i < callbacks.length;i++) {
1796 static int getConfCallbackIndex(Callback[] callbacks,int startIndex) { argument
1798 for (i = startIndex;i < callbacks.length;i++) {
1806 static int getChoiceCallbackIndex(Callback[] callbacks,int startIndex) { argument
1808 for (i = startIndex;i < callbacks.length;i++) {
1816 static int getTextInputIndex(Callback[] callbacks,int startIndex) { argument
1818 for (i = startIndex;
1826 getTextOutputIndex(Callback[] callbacks,int startIndex) argument
1836 getPagePropertiesIndex(Callback[] callbacks,int startIndex) argument
1846 getCustomCallbackIndex(Callback[] callbacks, int startIndex) argument
1856 getLanguageCallbackIndex(Callback[] callbacks, int startIndex) argument
1866 getX509CertificateCallbackIndex( Callback[] callbacks, int startIndex) argument
1877 getHttpCallbackIndex(Callback[] callbacks, int startIndex) argument
1887 getRedirectCallbackIndex(Callback[] callbacks,int startIndex) argument
[all...]
/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/password/plugins/
H A DRandomPasswordGenerator.java79 * @param startIndex begin index of the item to be added
82 private static void addItemsToList(int startIndex, int endIndex) { argument
83 for (int i = startIndex; i < endIndex;i++) {
/forgerock/openam/openam-core/src/main/java/com/sun/identity/password/plugins/
H A DRandomPasswordGenerator.java79 * @param startIndex begin index of the item to be added
82 private static void addItemsToList(int startIndex, int endIndex) { argument
83 for (int i = startIndex; i < endIndex;i++) {
/forgerock/openam-v13/openam-core/src/main/java/com/iplanet/am/sdk/
H A DAMSearchControl.java152 * @param startIndex
155 * Number of entries before the <code>startIndex</code>.
157 * Number of entries after the <code>startIndex</code>.
159 protected void setVLVRange(int startIndex, int beforeCount, int afterCount) argument
161 searchControl.setVLVRange(startIndex, beforeCount, afterCount);
170 * Number of entries before the <code>startIndex</code>.
172 * Number of entries after the <code>startIndex</code>.
182 * @return array of integers which contain <code>startIndex</code>,
/forgerock/openam/openam-core/src/main/java/com/iplanet/am/sdk/
H A DAMSearchControl.java152 * @param startIndex
155 * Number of entries before the <code>startIndex</code>.
157 * Number of entries after the <code>startIndex</code>.
159 protected void setVLVRange(int startIndex, int beforeCount, int afterCount) argument
161 searchControl.setVLVRange(startIndex, beforeCount, afterCount);
170 * Number of entries before the <code>startIndex</code>.
172 * Number of entries after the <code>startIndex</code>.
182 * @return array of integers which contain <code>startIndex</code>,
/forgerock/opendj2/tests/unit-tests-testng/src/server/org/opends/server/replication/server/changelog/je/
H A DJEReplicaDBTest.java190 PositionStrategy positionStrategy, int startIndex, int endIndex) throws Exception
212 if (startIndex != -1)
214 assertThatCursorCanBeFullyReadFromStart(cursor, csns, startIndex, endIndex);
334 private void advanceCursorUpTo(DBCursor<UpdateMsg> cursor, CSN[] csns, int startIndex, int endIndex) argument
337 for (int i = startIndex; i <= endIndex; i++)
352 private void assertThatCursorCanBeFullyRead(DBCursor<UpdateMsg> cursor, CSN[] csns, int startIndex, int endIndex) argument
355 advanceCursorUpTo(cursor, csns, startIndex, endIndex);
359 private void assertThatCursorCanBeFullyReadFromStart(DBCursor<UpdateMsg> cursor, CSN[] csns, int startIndex, argument
363 assertThatCursorCanBeFullyRead(cursor, csns, startIndex, endIndex);
189 testGenerateCursor(CSN[] csns, CSN startCsn, KeyMatchingStrategy matchingStrategy, PositionStrategy positionStrategy, int startIndex, int endIndex) argument
/forgerock/opendj2-hg/tests/unit-tests-testng/src/server/org/opends/server/replication/server/changelog/je/
H A DJEReplicaDBTest.java190 PositionStrategy positionStrategy, int startIndex, int endIndex) throws Exception
212 if (startIndex != -1)
214 assertThatCursorCanBeFullyReadFromStart(cursor, csns, startIndex, endIndex);
334 private void advanceCursorUpTo(DBCursor<UpdateMsg> cursor, CSN[] csns, int startIndex, int endIndex) argument
337 for (int i = startIndex; i <= endIndex; i++)
352 private void assertThatCursorCanBeFullyRead(DBCursor<UpdateMsg> cursor, CSN[] csns, int startIndex, int endIndex) argument
355 advanceCursorUpTo(cursor, csns, startIndex, endIndex);
359 private void assertThatCursorCanBeFullyReadFromStart(DBCursor<UpdateMsg> cursor, CSN[] csns, int startIndex, argument
363 assertThatCursorCanBeFullyRead(cursor, csns, startIndex, endIndex);
189 testGenerateCursor(CSN[] csns, CSN startCsn, KeyMatchingStrategy matchingStrategy, PositionStrategy positionStrategy, int startIndex, int endIndex) argument
/forgerock/openam-v13/openam-core/src/main/java/com/iplanet/ums/
H A DSearchControl.java137 * @param startIndex
140 * Number of entries before the startIndex
142 * Number of entries after the startIndex.
145 public void setVLVRange(int startIndex, int beforeCount, int afterCount) { argument
147 range[0] = startIndex;
160 * Number of entries before the startIndex
162 * Number of entries after the startIndex.
179 * @return array of int which contain startIndex, beforeCount and
/forgerock/openam/openam-core/src/main/java/com/iplanet/ums/
H A DSearchControl.java137 * @param startIndex
140 * Number of entries before the startIndex
142 * Number of entries after the startIndex.
145 public void setVLVRange(int startIndex, int beforeCount, int afterCount) { argument
147 range[0] = startIndex;
160 * Number of entries before the startIndex
162 * Number of entries after the startIndex.
179 * @return array of int which contain startIndex, beforeCount and
/forgerock/openam-v13/openam-tools/openam-installtools/src/main/java/com/sun/identity/install/tools/util/xml/
H A DXMLDocument.java427 * Deletes the tokens from the token whoes index matches with startIndex
431 * @param startIndex
435 void deleteTokens(int startIndex, int endIndex) throws Exception { argument
445 if (nextToken.getTokenIndex() == startIndex) {
452 if (startIndex != endIndex) {
472 if (startIndex != endIndex && deleteCount < 2) {
474 + startIndex + "-" + endIndex);
477 if (startIndex == endIndex && deleteCount != 1) {
479 + startIndex + ", delete count: " + deleteCount);
/forgerock/openam/openam-tools/openam-installtools/src/main/java/com/sun/identity/install/tools/util/xml/
H A DXMLDocument.java427 * Deletes the tokens from the token whoes index matches with startIndex
431 * @param startIndex
435 void deleteTokens(int startIndex, int endIndex) throws Exception { argument
445 if (nextToken.getTokenIndex() == startIndex) {
452 if (startIndex != endIndex) {
472 if (startIndex != endIndex && deleteCount < 2) {
474 + startIndex + "-" + endIndex);
477 if (startIndex == endIndex && deleteCount != 1) {
479 + startIndex + ", delete count: " + deleteCount);
/forgerock/opendj-b2.6/src/server/org/opends/server/extensions/
H A DLDAPPassThroughAuthenticationPolicyFactory.java98 private final int startIndex; field in class:LDAPPassThroughAuthenticationPolicyFactory.AbstractLoadBalancer.FailoverConnection
103 private FailoverConnection(final int startIndex) argument
106 this.startIndex = nextIndex = startIndex;
136 while (nextIndex != startIndex);
224 while (nextIndex != startIndex)
378 final int startIndex = getStartIndex();
379 return new FailoverConnection(startIndex);
/forgerock/opendj2/src/server/org/opends/server/extensions/
H A DLDAPPassThroughAuthenticationPolicyFactory.java92 private final int startIndex; field in class:LDAPPassThroughAuthenticationPolicyFactory.AbstractLoadBalancer.FailoverConnection
97 private FailoverConnection(final int startIndex) argument
100 this.startIndex = nextIndex = startIndex;
130 while (nextIndex != startIndex);
218 while (nextIndex != startIndex)
372 final int startIndex = getStartIndex();
373 return new FailoverConnection(startIndex);
/forgerock/opendj2.6.2/src/server/org/opends/server/extensions/
H A DLDAPPassThroughAuthenticationPolicyFactory.java98 private final int startIndex; field in class:LDAPPassThroughAuthenticationPolicyFactory.AbstractLoadBalancer.FailoverConnection
103 private FailoverConnection(final int startIndex) argument
106 this.startIndex = nextIndex = startIndex;
136 while (nextIndex != startIndex);
224 while (nextIndex != startIndex)
378 final int startIndex = getStartIndex();
379 return new FailoverConnection(startIndex);
/forgerock/opendj2-jel-hg/src/server/org/opends/server/extensions/
H A DLDAPPassThroughAuthenticationPolicyFactory.java98 private final int startIndex; field in class:LDAPPassThroughAuthenticationPolicyFactory.AbstractLoadBalancer.FailoverConnection
103 private FailoverConnection(final int startIndex) argument
106 this.startIndex = nextIndex = startIndex;
136 while (nextIndex != startIndex);
224 while (nextIndex != startIndex)
378 final int startIndex = getStartIndex();
379 return new FailoverConnection(startIndex);
/forgerock/opendj2-hg/src/server/org/opends/server/extensions/
H A DLDAPPassThroughAuthenticationPolicyFactory.java92 private final int startIndex; field in class:LDAPPassThroughAuthenticationPolicyFactory.AbstractLoadBalancer.FailoverConnection
97 private FailoverConnection(final int startIndex) argument
100 this.startIndex = nextIndex = startIndex;
130 while (nextIndex != startIndex);
218 while (nextIndex != startIndex)
372 final int startIndex = getStartIndex();
373 return new FailoverConnection(startIndex);
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/extensions/
H A DLDAPPassThroughAuthenticationPolicyFactory.java113 private final int startIndex; field in class:LDAPPassThroughAuthenticationPolicyFactory.AbstractLoadBalancer.FailoverConnection
118 private FailoverConnection(final int startIndex) argument
121 this.startIndex = nextIndex = startIndex;
148 while (nextIndex != startIndex);
224 while (nextIndex != startIndex)
366 final int startIndex = getStartIndex();
367 return new FailoverConnection(startIndex);
/forgerock/openam-v13/openam-core/src/main/java/com/iplanet/am/sdk/remote/
H A DDirectoryManagerIF.java118 List sortKeys, int startIndex, int beforeCount, int afterCount,
124 List sortKeys, int startIndex, int beforeCount, int afterCount,
117 search2(String token, String entryDN, String searchFilter, List sortKeys, int startIndex, int beforeCount, int afterCount, String jumpTo, int timeOut, int maxResults, int scope, boolean allAttributes, String[] attrNames) argument
123 search3(String token, String entryDN, String searchFilter, List sortKeys, int startIndex, int beforeCount, int afterCount, String jumpTo, int timeOut, int maxResults, int scope, boolean allAttributes, Set attrNamesSet) argument
H A DDirectoryManagerImpl.java652 List sortKeys, int startIndex, int beforeCount, int afterCount,
675 sc.setVLVRange(startIndex, beforeCount, afterCount);
712 List sortKeys, int startIndex, int beforeCount, int afterCount,
735 sc.setVLVRange(startIndex, beforeCount, afterCount);
651 search2(String token, String entryDN, String searchFilter, List sortKeys, int startIndex, int beforeCount, int afterCount, String jumpTo, int timeOut, int maxResults, int scope, boolean allAttributes, String[] attrNames) argument
711 search3(String token, String entryDN, String searchFilter, List sortKeys, int startIndex, int beforeCount, int afterCount, String jumpTo, int timeOut, int maxResults, int scope, boolean allAttributes, Set attrNamesSet) argument
/forgerock/openam/openam-core/src/main/java/com/iplanet/am/sdk/remote/
H A DDirectoryManagerIF.java118 List sortKeys, int startIndex, int beforeCount, int afterCount,
124 List sortKeys, int startIndex, int beforeCount, int afterCount,
117 search2(String token, String entryDN, String searchFilter, List sortKeys, int startIndex, int beforeCount, int afterCount, String jumpTo, int timeOut, int maxResults, int scope, boolean allAttributes, String[] attrNames) argument
123 search3(String token, String entryDN, String searchFilter, List sortKeys, int startIndex, int beforeCount, int afterCount, String jumpTo, int timeOut, int maxResults, int scope, boolean allAttributes, Set attrNamesSet) argument
H A DDirectoryManagerImpl.java652 List sortKeys, int startIndex, int beforeCount, int afterCount,
675 sc.setVLVRange(startIndex, beforeCount, afterCount);
712 List sortKeys, int startIndex, int beforeCount, int afterCount,
735 sc.setVLVRange(startIndex, beforeCount, afterCount);
651 search2(String token, String entryDN, String searchFilter, List sortKeys, int startIndex, int beforeCount, int afterCount, String jumpTo, int timeOut, int maxResults, int scope, boolean allAttributes, String[] attrNames) argument
711 search3(String token, String entryDN, String searchFilter, List sortKeys, int startIndex, int beforeCount, int afterCount, String jumpTo, int timeOut, int maxResults, int scope, boolean allAttributes, Set attrNamesSet) argument
/forgerock/opendj-b2.6/ext/svnkit/
H A Dantlr-runtime.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/antlr/ org/antlr/runtime/ org/antlr/runtime/misc/ ...

Completed in 137 milliseconds

123