Interface CommunicationsManager

    • Method Detail

      • isMailSenderDefined

        boolean isMailSenderDefined()
        Is mail sender defined?
        Returns:
        the boolean
      • isSmsSenderDefined

        boolean isSmsSenderDefined()
        Is sms sender defined?
        Returns:
        the boolean
      • isNotificationSenderDefined

        boolean isNotificationSenderDefined()
        Is notification sender defined?
        Returns:
        the boolean
      • notify

        boolean notify​(org.apereo.cas.authentication.principal.Principal principal,
                       java.lang.String title,
                       java.lang.String body)
        Notify.
        Parameters:
        principal - the principal
        title - the title
        body - the body
        Returns:
        true/false
      • sms

        boolean sms​(SmsRequest request)
        Sms.
        Parameters:
        request - the request
        Returns:
        true /false
      • validate

        boolean validate()
        Validate.
        Returns:
        true, if email or sms providers, etc are defined for CAS.