Searched refs:lockoutMsg (Results 1 - 8 of 8) sorted by relevance

/forgerock/openam/openam-core/src/main/java/com/sun/identity/authentication/server/
H A DAuthContextLocal.java808 String lockoutMsg = amlc.getLockoutMsg();
811 authDebug.message("getLockoutMsg: lockoutMsg: " + lockoutMsg);
814 return lockoutMsg;
/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/authentication/server/
H A DAuthContextLocal.java839 String lockoutMsg = amlc.getLockoutMsg();
842 authDebug.message("getLockoutMsg: lockoutMsg: " + lockoutMsg);
845 return lockoutMsg;
/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/authentication/
H A DAuthContext.java2113 String lockoutMsg = null;
2115 lockoutMsg = acLocal.getLockoutMsg();
2119 lockoutMsg = getErrorMessage();
2120 if((lockoutMsg == null) ||
2121 (lockoutMsg.indexOf("Account lockout") == -1)){
2122 lockoutMsg = "";
2125 return lockoutMsg;
/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/authentication/service/
H A DAMLoginContext.java123 private String lockoutMsg = null; field in class:AMLoginContext
1480 lockoutMsg = ISAuthConstants.EMPTY_STRING;
1488 lockoutMsg = MessageFormat.format(lockoutMsgFmt, params);
1489 loginState.setLockoutMsg(lockoutMsg);
1496 debug.message("WARNING COUNT MESSAGE: " + lockoutMsg);
1616 debug.message("lockout Msg returned : " + lockoutMsg);
1618 return lockoutMsg;
H A DLoginState.java275 private String lockoutMsg = null; field in class:LoginState
4085 return lockoutMsg;
4091 * @param lockoutMsg the lockout message.
4093 public void setLockoutMsg(String lockoutMsg) { argument
4095 DEBUG.message("setLockoutMsg :" + lockoutMsg);
4097 this.lockoutMsg = lockoutMsg;
/forgerock/openam/openam-core/src/main/java/com/sun/identity/authentication/
H A DAuthContext.java2113 String lockoutMsg = null;
2115 lockoutMsg = acLocal.getLockoutMsg();
2119 lockoutMsg = getErrorMessage();
2120 if((lockoutMsg == null) ||
2121 (lockoutMsg.indexOf("Account lockout") == -1)){
2122 lockoutMsg = "";
2125 return lockoutMsg;
/forgerock/openam/openam-core/src/main/java/com/sun/identity/authentication/service/
H A DAMLoginContext.java135 private String lockoutMsg = null; field in class:AMLoginContext
1446 lockoutMsg = ISAuthConstants.EMPTY_STRING;
1454 lockoutMsg = MessageFormat.format(lockoutMsgFmt, params);
1455 authContext.getLoginState().setLockoutMsg(lockoutMsg);
1462 debug.message("WARNING COUNT MESSAGE: " + lockoutMsg);
1582 debug.message("lockout Msg returned : " + lockoutMsg);
1584 return lockoutMsg;
H A DLoginState.java285 private String lockoutMsg = null; field in class:LoginState
3977 return lockoutMsg;
3983 * @param lockoutMsg the lockout message.
3985 public void setLockoutMsg(String lockoutMsg) { argument
3987 DEBUG.message("setLockoutMsg :" + lockoutMsg);
3989 this.lockoutMsg = lockoutMsg;

Completed in 85 milliseconds