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

/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/authentication/internal/
H A DAuthContext.java319 + this.getLoginStatus());
323 if (getLoginStatus() == AUTH_FAILED) {
529 if (getLoginStatus() != AUTH_NOT_STARTED) {
532 + "when the current login state is" + getLoginStatus());
535 .getString("authError-invalidMethod" + getLoginStatus())));
587 if (getLoginStatus() != AUTH_IN_PROGRESS) {
591 + getLoginStatus());
599 && (getLoginStatus() == AUTH_IN_PROGRESS)) {
607 && (getLoginStatus() == AUTH_IN_PROGRESS)) {
683 public int getLoginStatus() { method in class:AuthContext
[all...]
/forgerock/openam/openam-core/src/main/java/com/sun/identity/authentication/internal/
H A DAuthContext.java319 + this.getLoginStatus());
323 if (getLoginStatus() == AUTH_FAILED) {
529 if (getLoginStatus() != AUTH_NOT_STARTED) {
532 + "when the current login state is" + getLoginStatus());
535 .getString("authError-invalidMethod" + getLoginStatus())));
587 if (getLoginStatus() != AUTH_IN_PROGRESS) {
591 + getLoginStatus());
599 && (getLoginStatus() == AUTH_IN_PROGRESS)) {
607 && (getLoginStatus() == AUTH_IN_PROGRESS)) {
683 public int getLoginStatus() { method in class:AuthContext
[all...]
/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/authentication/service/
H A DLoginState.java572 public int getLoginStatus() { method in class:LoginState
/forgerock/openam/openam-core/src/main/java/com/sun/identity/authentication/service/
H A DLoginState.java587 public int getLoginStatus() { method in class:LoginState

Completed in 50 milliseconds