Class BaseSyncopeSearchProperties

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

@RequiresModule(name="cas-server-support-syncope-authentication") public abstract class BaseSyncopeSearchProperties extends BaseSyncopeProperties
Since:
6.5.0
See Also:
  • Field Details

    • searchFilter

      @RequiredProperty protected String searchFilter
      User FIQL filter to use for searching. Syntax is username=={user} or username=={0}.
  • Constructor Details

    • BaseSyncopeSearchProperties

      public BaseSyncopeSearchProperties()