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

/forgerock/openam-v13/openam-authentication/openam-auth-hotp/src/main/java/com/sun/identity/authentication/modules/hotp/
H A DHOTP.java58 protected static final String amAuthHOTP = "amAuthHOTP"; field in class:HOTP
59 protected static final Debug debug = Debug.getInstance(amAuthHOTP);
135 bundle = amCache.getResBundle(amAuthHOTP, locale);
192 throw new AuthErrorCodeException(AMAuthErrorCode.AUTH_ERROR, amAuthHOTP, "send.failure");
236 throw new AuthErrorCodeException(AMAuthErrorCode.AUTH_ERROR, amAuthHOTP, "send.failure");
242 throw new AuthLoginException(amAuthHOTP, "authFailed", null);
247 throw new AuthLoginException(amAuthHOTP, "authFailed", null);
254 throw new AuthLoginException(amAuthHOTP, "authFailed", null, ex);
/forgerock/openam/openam-authentication/openam-auth-hotp/src/main/java/com/sun/identity/authentication/modules/hotp/
H A DHOTP.java58 protected static final String amAuthHOTP = "amAuthHOTP"; field in class:HOTP
59 protected static final Debug debug = Debug.getInstance(amAuthHOTP);
135 bundle = amCache.getResBundle(amAuthHOTP, locale);
192 throw new AuthErrorCodeException(AMAuthErrorCode.AUTH_ERROR, amAuthHOTP, "send.failure");
236 throw new AuthErrorCodeException(AMAuthErrorCode.AUTH_ERROR, amAuthHOTP, "send.failure");
242 throw new AuthLoginException(amAuthHOTP, "authFailed", null);
247 throw new AuthLoginException(amAuthHOTP, "authFailed", null);
254 throw new AuthLoginException(amAuthHOTP, "authFailed", null, ex);

Completed in 31 milliseconds