Searched defs:cb1 (Results 1 - 2 of 2) sorted by relevance

/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/authentication/service/
H A DDSAMECallbackHandler.java156 * Clones callbacks from cb2 to cb1.
157 * @param cb1 new callbacks will be cloned from.
160 private void copyCallbacks(Callback[] cb1, Callback[] cb2) { argument
161 int len1 = cb1.length;
166 if (cb1[m] != cb2[m]) {
167 cb1[m] = cb2[m];
173 while (indx1 < len1 && cb1[indx1] instanceof PagePropertiesCallback) {
186 if (cb1[indx1] != cb2[indx2]) {
187 cb1[indx1] = cb2[indx2];
/forgerock/openam/openam-core/src/main/java/com/sun/identity/authentication/service/
H A DDSAMECallbackHandler.java161 * Clones callbacks from cb2 to cb1.
162 * @param cb1 new callbacks will be cloned from.
165 private void copyCallbacks(Callback[] cb1, Callback[] cb2) { argument
166 int len1 = cb1.length;
171 if (cb1[m] != cb2[m]) {
172 cb1[m] = cb2[m];
178 while (indx1 < len1 && cb1[indx1] instanceof PagePropertiesCallback) {
191 if (cb1[indx1] != cb2[indx2]) {
192 cb1[indx1] = cb2[indx2];

Completed in 36 milliseconds