Class Cas20ProxyViewProperties

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

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

    • Cas20ProxyViewProperties

      public Cas20ProxyViewProperties()
  • Method Details

    • getSuccess

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

      public String getFailure()
      The relative location of the CAS2 proxy failure view bean.
    • setSuccess

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

      public Cas20ProxyViewProperties setFailure(String failure)
      The relative location of the CAS2 proxy failure view bean.
      Returns:
      this.