Class RestfulSmsSender

    • Field Summary

    • 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)
      Send sms to phone number.
      • 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

      • RestfulSmsSender

        public RestfulSmsSender()
    • Method Detail

      • send

        public boolean send​(java.lang.String from,
                            java.lang.String to,
                            java.lang.String message)
        Description copied from interface: SmsSender
        Send sms to phone number.
        Specified by:
        send in interface SmsSender
        Parameters:
        from - the from
        to - the to
        message - the message
        Returns:
        true/false