Class SyncopePrincipalProvisioningProperties

All Implemented Interfaces:
Serializable, CasFeatureModule

@RequiresModule(name="cas-server-support-syncope-authentication") public class SyncopePrincipalProvisioningProperties extends BaseSyncopeSearchProperties
Since:
7.0.0
See Also:
  • Constructor Details

    • SyncopePrincipalProvisioningProperties

      public SyncopePrincipalProvisioningProperties()
  • Method Details

    • getRealm

      public String getRealm()
      Syncope realm used for principal provisioning. Realms define a hierarchical security domain tree, primarily meant for containing users. The root realm contains everything, and other realms can be seen as containers that split up the total number of entities into smaller pools.
    • isEnabled

      public boolean isEnabled()
      Whether or not provisioning should be enabled with Syncope.
    • setRealm

      Syncope realm used for principal provisioning. Realms define a hierarchical security domain tree, primarily meant for containing users. The root realm contains everything, and other realms can be seen as containers that split up the total number of entities into smaller pools.
      Returns:
      this.
    • setEnabled

      public SyncopePrincipalProvisioningProperties setEnabled(boolean enabled)
      Whether or not provisioning should be enabled with Syncope.
      Returns:
      this.