Class ClickatellProperties

java.lang.Object
org.apereo.cas.configuration.model.support.sms.ClickatellProperties
All Implemented Interfaces:
Serializable, CasFeatureModule

@RequiresModule(name="cas-server-support-sms-clickatell") public class ClickatellProperties extends Object implements CasFeatureModule, Serializable
Since:
5.1.0
See Also:
  • Constructor Details

    • ClickatellProperties

      public ClickatellProperties()
  • Method Details

    • getToken

      public String getToken()
      Secure token used to establish a handshake with the service.
    • getServerUrl

      public String getServerUrl()
      URL to contact and send messages.
    • setToken

      public ClickatellProperties setToken(String token)
      Secure token used to establish a handshake with the service.
      Returns:
      this.
    • setServerUrl

      public ClickatellProperties setServerUrl(String serverUrl)
      URL to contact and send messages.
      Returns:
      this.