Searched defs:sendHOTP (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 DHOTPService.java121 public void sendHOTP() throws AuthLoginException { method in class:HOTPService
131 sendHOTP(sentHOTPCode, messageSubject, messageContent);
180 private void sendHOTP(String otpCode, String subject, String message) throws AuthLoginException { method in class:HOTPService
/forgerock/openam/openam-authentication/openam-auth-hotp/src/main/java/com/sun/identity/authentication/modules/hotp/
H A DHOTPService.java123 public void sendHOTP() throws AuthLoginException { method in class:HOTPService
133 sendHOTP(sentHOTPCode, messageSubject, messageContent);
182 private void sendHOTP(String otpCode, String subject, String message) throws AuthLoginException { method in class:HOTPService

Completed in 29 milliseconds