Class Cas20ViewProperties

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

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

    • Cas20ViewProperties

      public Cas20ViewProperties()
  • Method Details

    • getSuccess

      public String getSuccess()
      The relative location of the CAS2 success view bean.
    • getFailure

      public String getFailure()
      The relative location of the CAS3 failure view bean.
    • isV3ForwardCompatible

      public boolean isV3ForwardCompatible()
      Whether v2 protocol support should be forward compatible to act like v3 and match its response, mainly for attribute release.
    • getProxy

      public Cas20ProxyViewProperties getProxy()
      Proxy views and settings.
    • setSuccess

      public Cas20ViewProperties setSuccess(String success)
      The relative location of the CAS2 success view bean.
      Returns:
      this.
    • setFailure

      public Cas20ViewProperties setFailure(String failure)
      The relative location of the CAS3 failure view bean.
      Returns:
      this.
    • setV3ForwardCompatible

      public Cas20ViewProperties setV3ForwardCompatible(boolean v3ForwardCompatible)
      Whether v2 protocol support should be forward compatible to act like v3 and match its response, mainly for attribute release.
      Returns:
      this.
    • setProxy

      Proxy views and settings.
      Returns:
      this.