Class BaseSyncopeProperties

java.lang.Object
org.apereo.cas.configuration.model.support.syncope.BaseSyncopeProperties
All Implemented Interfaces:
Serializable, CasFeatureModule
Direct Known Subclasses:
BaseSyncopeSearchProperties, SyncopeAccountManagementRegistrationProvisioningProperties, SyncopeAuthenticationProperties

@RequiresModule(name="cas-server-support-syncope-authentication") public abstract class BaseSyncopeProperties extends Object implements CasFeatureModule, Serializable
Since:
6.5.0
See Also:
  • Constructor Details

    • BaseSyncopeProperties

      public BaseSyncopeProperties()
  • Method Details

    • getDomain

      public String getDomain()
      Syncope domain used for authentication, etc. Multiple domains can be separated via comma. Each domain entry results in a separate authentication attempt and transaction by CAS.
    • getUrl

      public String getUrl()
      Syncope instance URL primary used for REST.
    • setDomain

      public BaseSyncopeProperties setDomain(String domain)
      Syncope domain used for authentication, etc. Multiple domains can be separated via comma. Each domain entry results in a separate authentication attempt and transaction by CAS.
      Returns:
      this.
    • setUrl

      public BaseSyncopeProperties setUrl(String url)
      Syncope instance URL primary used for REST.
      Returns:
      this.