Searched defs:sendSMSMessage (Results 1 - 4 of 4) sorted by relevance

/forgerock/openam-v13/openam-authentication/openam-auth-hotp/src/main/java/com/sun/identity/authentication/modules/hotp/
H A DSMSGateway.java51 void sendSMSMessage(String from, String to, String subject, method in interface:SMSGateway
H A DDefaultSMSGatewayImpl.java62 public void sendSMSMessage(String from, String to, String subject, method in class:DefaultSMSGatewayImpl
89 debug.message("DefaultSMSGatewayImpl.sendSMSMessage() : " +
93 debug.error("DefaultSMSGatewayImpl.sendSMSMessage() : " +
105 sendSMSMessage(from, to, subject, message, code, options);
/forgerock/openam/openam-authentication/openam-auth-hotp/src/main/java/com/sun/identity/authentication/modules/hotp/
H A DSMSGateway.java62 void sendSMSMessage(String from, String to, String subject, method in interface:SMSGateway
H A DDefaultSMSGatewayImpl.java62 public void sendSMSMessage(String from, String to, String subject, method in class:DefaultSMSGatewayImpl
89 debug.message("DefaultSMSGatewayImpl.sendSMSMessage() : " +
93 debug.error("DefaultSMSGatewayImpl.sendSMSMessage() : " +
105 sendSMSMessage(from, to, subject, message, code, options);

Completed in 26 milliseconds