Package org.apereo.cas.support.sms
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
ConstructorsConstructorDescriptionAmazonSimpleNotificationServiceSmsSender(software.amazon.awssdk.services.sns.SnsClient snsClient, org.apereo.cas.configuration.model.support.sms.AmazonSnsProperties snsProperties) -
Method Summary
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods 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
- Specified by:
sendin interfaceorg.apereo.cas.notifications.sms.SmsSender
-