Class SmsModeProperties

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

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

    • SmsModeProperties

      public SmsModeProperties()
  • Method Details

    • getAccessToken

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

      public String getUrl()
      URL to contact and send messages (POST only).
    • getProxyUrl

      public String getProxyUrl()
      URL of the proxy (if defined).
    • setAccessToken

      public SmsModeProperties setAccessToken(String accessToken)
      Secure token used to establish a handshake with the service.
      Returns:
      this.
    • setUrl

      public SmsModeProperties setUrl(String url)
      URL to contact and send messages (POST only).
      Returns:
      this.
    • setProxyUrl

      public SmsModeProperties setProxyUrl(String proxyUrl)
      URL of the proxy (if defined).
      Returns:
      this.