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

/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/password/ui/
H A DPWResetSuccessViewBean.java60 public static final String RESET_MESSAGE = "resetMsg";
68 private String resetMsg = null; field in class:PWResetSuccessViewBean
120 setDisplayFieldValue(RESET_MESSAGE, resetMsg);
138 if (resetMsg == null || resetMsg.length() == 0) {
165 resetMsg = msg;
/forgerock/openam/openam-core/src/main/java/com/sun/identity/password/ui/
H A DPWResetSuccessViewBean.java60 public static final String RESET_MESSAGE = "resetMsg";
68 private String resetMsg = null; field in class:PWResetSuccessViewBean
120 setDisplayFieldValue(RESET_MESSAGE, resetMsg);
138 if (resetMsg == null || resetMsg.length() == 0) {
165 resetMsg = msg;

Completed in 26 milliseconds