Class CustomLoginFieldViewProperties

java.lang.Object
org.apereo.cas.configuration.model.core.web.view.CustomLoginFieldViewProperties
All Implemented Interfaces:
Serializable

@RequiresModule(name="cas-server-core-web", automated=true) public class CustomLoginFieldViewProperties extends Object implements Serializable
Since:
6.4.0
See Also:
  • Constructor Details

    • CustomLoginFieldViewProperties

      public CustomLoginFieldViewProperties()
  • Method Details

    • getMessageBundleKey

      public String getMessageBundleKey()
      The key for this field found in the message bundle used to present a label/text in CAS views.
    • isRequired

      public boolean isRequired()
      Whether this field is required to have a value.
    • getConverter

      public String getConverter()
      The id of the custom converter to use to convert bound property values.
    • setMessageBundleKey

      public void setMessageBundleKey(String messageBundleKey)
      The key for this field found in the message bundle used to present a label/text in CAS views.
    • setRequired

      public void setRequired(boolean required)
      Whether this field is required to have a value.
    • setConverter

      public void setConverter(String converter)
      The id of the custom converter to use to convert bound property values.