Class ShibbolethIdPProperties

java.lang.Object
org.apereo.cas.configuration.model.support.saml.shibboleth.ShibbolethIdPProperties
All Implemented Interfaces:
Serializable

@RequiresModule(name="cas-server-support-shibboleth") public class ShibbolethIdPProperties extends Object implements Serializable
Since:
5.1.0
See Also:
  • Constructor Details

    • ShibbolethIdPProperties

      public ShibbolethIdPProperties()
  • Method Details

    • getServerUrl

      public String getServerUrl()
      The server url of the shibboleth idp deployment.
    • setServerUrl

      public ShibbolethIdPProperties setServerUrl(String serverUrl)
      The server url of the shibboleth idp deployment.
      Returns:
      this.