Class AmazonSimpleNotificationServiceSmsSender

  • All Implemented Interfaces:
    org.apereo.cas.notifications.sms.SmsSender

    public class AmazonSimpleNotificationServiceSmsSender
    extends java.lang.Object
    implements org.apereo.cas.notifications.sms.SmsSender
    Since:
    5.1.0
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      boolean send​(java.lang.String from, java.lang.String to, java.lang.String message)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
      • Methods inherited from interface org.apereo.cas.notifications.sms.SmsSender

        canSend
    • Constructor Detail

      • AmazonSimpleNotificationServiceSmsSender

        public AmazonSimpleNotificationServiceSmsSender()
    • Method Detail

      • send

        public boolean send​(java.lang.String from,
                            java.lang.String to,
                            java.lang.String message)
        Specified by:
        send in interface org.apereo.cas.notifications.sms.SmsSender