Searched refs:stateLength (Results 1 - 2 of 2) sorted by relevance

/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/authentication/spi/
H A DAMLoginModule.java214 private int stateLength = 0; field in class:AMLoginModule
559 stateLength);
565 if (index > stateLength) {
567 debug.error("getCallback, state " + index + " > " + stateLength);
594 stateLength = origList.size();
598 debug.message("callback stateLength in file = " + stateLength);
600 for (int i = 0; i < stateLength; i++) {
625 if (state > stateLength) {
666 if (state > stateLength) {
[all...]
/forgerock/openam/openam-core/src/main/java/com/sun/identity/authentication/spi/
H A DAMLoginModule.java220 private int stateLength = 0; field in class:AMLoginModule
572 stateLength);
578 if (index > stateLength) {
580 debug.error("getCallback, state " + index + " > " + stateLength);
607 stateLength = origList.size();
611 debug.message("callback stateLength in file = " + stateLength);
613 for (int i = 0; i < stateLength; i++) {
638 if (state > stateLength) {
679 if (state > stateLength) {
[all...]

Completed in 25 milliseconds