Package org.apereo.cas.config
Class CasCoreNotificationsConfiguration
- java.lang.Object
-
- org.apereo.cas.config.CasCoreNotificationsConfiguration
-
@Configuration("casCoreNotificationsConfiguration") @EnableScheduling @EnableConfigurationProperties(org.apereo.cas.configuration.CasConfigurationProperties.class) public class CasCoreNotificationsConfiguration extends java.lang.ObjectThis isCasCoreNotificationsConfiguration.- Since:
- 5.0.0
-
-
Constructor Summary
Constructors Constructor Description CasCoreNotificationsConfiguration()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description CommunicationsManagercommunicationsManager()NotificationSendernotificationSender()SmsSendersmsSender()
-
-
-
Method Detail
-
communicationsManager
@Bean @ConditionalOnMissingBean(name="communicationsManager") public CommunicationsManager communicationsManager()
-
smsSender
@Bean @ConditionalOnMissingBean(name="smsSender") @RefreshScope public SmsSender smsSender()
-
notificationSender
@Bean @ConditionalOnMissingBean(name="notificationSender") @RefreshScope public NotificationSender notificationSender()
-
-