Class AmazonSimpleNotificationServiceSmsSender

java.lang.Object
org.apereo.cas.support.sms.AmazonSimpleNotificationServiceSmsSender
All Implemented Interfaces:
org.apereo.cas.notifications.sms.SmsSender

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

    Fields inherited from interface org.apereo.cas.notifications.sms.SmsSender

    BEAN_NAME
  • Constructor Summary

    Constructors
    Constructor
    Description
    AmazonSimpleNotificationServiceSmsSender(software.amazon.awssdk.services.sns.SnsClient snsClient, org.apereo.cas.configuration.model.support.sms.AmazonSnsProperties snsProperties)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    send(String from, String to, String message)
     

    Methods inherited from class java.lang.Object

    equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

    Methods inherited from interface org.apereo.cas.notifications.sms.SmsSender

    canSend
  • Constructor Details

    • AmazonSimpleNotificationServiceSmsSender

      public AmazonSimpleNotificationServiceSmsSender(software.amazon.awssdk.services.sns.SnsClient snsClient, org.apereo.cas.configuration.model.support.sms.AmazonSnsProperties snsProperties)
  • Method Details

    • send

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