Searched refs:errorMsgKey (Results 1 - 4 of 4) sorted by relevance

/forgerock/openam-v13/openam-authentication/openam-auth-msisdn/src/main/java/com/sun/identity/authentication/modules/msisdn/
H A DMSISDNValidation.java55 private String errorMsgKey = null; field in class:MSISDNValidation
130 String errorMsgKey = null;
149 errorMsgKey = "wrongLDAPServer";
164 errorMsgKey = "wrongStartDN";
181 errorMsgKey = "MSISDNValidateEx";
183 if (errorMsgKey != null) {
184 throw new AuthLoginException(amAuthMSISDN, errorMsgKey,null);
H A DMSISDN.java76 private String errorMsgKey = null; field in class:MSISDN
149 errorMsgKey = "MSISDNInvalidGateway";
163 errorMsgKey = "MSISDNValidateEx";
179 if (errorMsgKey != null) {
181 throw new AuthLoginException(amAuthMSISDN, errorMsgKey,null);
371 errorMsgKey = null;
/forgerock/openam/openam-authentication/openam-auth-msisdn/src/main/java/com/sun/identity/authentication/modules/msisdn/
H A DMSISDNValidation.java55 private String errorMsgKey = null; field in class:MSISDNValidation
130 String errorMsgKey = null;
149 errorMsgKey = "wrongLDAPServer";
164 errorMsgKey = "wrongStartDN";
181 errorMsgKey = "MSISDNValidateEx";
183 if (errorMsgKey != null) {
184 throw new AuthLoginException(amAuthMSISDN, errorMsgKey,null);
H A DMSISDN.java76 private String errorMsgKey = null; field in class:MSISDN
149 errorMsgKey = "MSISDNInvalidGateway";
163 errorMsgKey = "MSISDNValidateEx";
179 if (errorMsgKey != null) {
181 throw new AuthLoginException(amAuthMSISDN, errorMsgKey,null);
371 errorMsgKey = null;

Completed in 887 milliseconds