Searched defs:AUTH_IN_PROGRESS (Results 1 - 4 of 4) sorted by relevance

/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/authentication/service/
H A DLoginStatus.java47 public static final int AUTH_IN_PROGRESS = 2; field in class:LoginStatus
/forgerock/openam/openam-core/src/main/java/com/sun/identity/authentication/service/
H A DLoginStatus.java47 public static final int AUTH_IN_PROGRESS = 2; field in class:LoginStatus
/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/authentication/internal/
H A DAuthContext.java102 public static final int AUTH_IN_PROGRESS = 2; field in class:AuthContext
539 loginStatus = AUTH_IN_PROGRESS;
587 if (getLoginStatus() != AUTH_IN_PROGRESS) {
599 && (getLoginStatus() == AUTH_IN_PROGRESS)) {
607 && (getLoginStatus() == AUTH_IN_PROGRESS)) {
/forgerock/openam/openam-core/src/main/java/com/sun/identity/authentication/internal/
H A DAuthContext.java102 public static final int AUTH_IN_PROGRESS = 2; field in class:AuthContext
539 loginStatus = AUTH_IN_PROGRESS;
587 if (getLoginStatus() != AUTH_IN_PROGRESS) {
599 && (getLoginStatus() == AUTH_IN_PROGRESS)) {
607 && (getLoginStatus() == AUTH_IN_PROGRESS)) {

Completed in 24 milliseconds