Class TwilioSmsConfiguration


  • @EnableConfigurationProperties(org.apereo.cas.configuration.CasConfigurationProperties.class)
    @ConditionalOnFeatureEnabled(feature=Notifications,
                                 module="twilio")
    @AutoConfiguration
    public class TwilioSmsConfiguration
    extends java.lang.Object
    Since:
    5.1.0
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      org.apereo.cas.notifications.sms.SmsSender smsSender​(org.apereo.cas.configuration.CasConfigurationProperties casProperties)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • TwilioSmsConfiguration

        public TwilioSmsConfiguration()
    • Method Detail

      • smsSender

        @Bean
        @RefreshScope(proxyMode=DEFAULT)
        public org.apereo.cas.notifications.sms.SmsSender smsSender​(org.apereo.cas.configuration.CasConfigurationProperties casProperties)