Searched defs:amAuthMSISDN (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.java75 private static final String amAuthMSISDN = "amAuthMSISDN"; field in class:MSISDNValidation
184 throw new AuthLoginException(amAuthMSISDN, errorMsgKey,null);
200 useSSL, AMResourceBundleCache.getInstance().getResBundle(amAuthMSISDN, locale), startSearchLoc,
219 throw new AuthLoginException(amAuthMSISDN,
223 throw new AuthLoginException(amAuthMSISDN,
226 throw new AuthLoginException(amAuthMSISDN,
H A DMSISDN.java92 private static final String amAuthMSISDN = "amAuthMSISDN"; field in class:MSISDN
108 debug = com.sun.identity.shared.debug.Debug.getInstance(amAuthMSISDN);
128 bundle = amCache.getResBundle(amAuthMSISDN, locale);
181 throw new AuthLoginException(amAuthMSISDN, errorMsgKey,null);
207 throw new AuthLoginException(amAuthMSISDN, "MSISDNValidateEx",null);
235 throw new AuthLoginException(amAuthMSISDN,
/forgerock/openam/openam-authentication/openam-auth-msisdn/src/main/java/com/sun/identity/authentication/modules/msisdn/
H A DMSISDNValidation.java75 private static final String amAuthMSISDN = "amAuthMSISDN"; field in class:MSISDNValidation
184 throw new AuthLoginException(amAuthMSISDN, errorMsgKey,null);
200 useSSL, AMResourceBundleCache.getInstance().getResBundle(amAuthMSISDN, locale), startSearchLoc,
220 throw new AuthLoginException(amAuthMSISDN,
224 throw new AuthLoginException(amAuthMSISDN,
227 throw new AuthLoginException(amAuthMSISDN,
H A DMSISDN.java92 private static final String amAuthMSISDN = "amAuthMSISDN"; field in class:MSISDN
108 debug = com.sun.identity.shared.debug.Debug.getInstance(amAuthMSISDN);
128 bundle = amCache.getResBundle(amAuthMSISDN, locale);
181 throw new AuthLoginException(amAuthMSISDN, errorMsgKey,null);
207 throw new AuthLoginException(amAuthMSISDN, "MSISDNValidateEx",null);
235 throw new AuthLoginException(amAuthMSISDN,

Completed in 44 milliseconds