Class PhoneProperties

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

@RequiresModule(name="cas-server-core-util", automated=true) public class PhoneProperties extends Object implements CasFeatureModule, Serializable
Since:
7.0.0
See Also:
  • Constructor Details

    • PhoneProperties

      public PhoneProperties()
  • Method Details

    • getText

      public String getText()
      The body of the phone call message.
    • getFrom

      public String getFrom()
      The from address for the message.
    • getAttributeName

      public String getAttributeName()
      Principal attribute name that indicates the destination phone number for this voice message. The attribute must already be resolved and available to the CAS principal.
    • setText

      public PhoneProperties setText(String text)
      The body of the phone call message.
      Returns:
      this.
    • setFrom

      public PhoneProperties setFrom(String from)
      The from address for the message.
      Returns:
      this.
    • setAttributeName

      public PhoneProperties setAttributeName(String attributeName)
      Principal attribute name that indicates the destination phone number for this voice message. The attribute must already be resolved and available to the CAS principal.
      Returns:
      this.