Class SyncopeAccountManagementRegistrationProvisioningProperties

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

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

    • SyncopeAccountManagementRegistrationProvisioningProperties

      public SyncopeAccountManagementRegistrationProvisioningProperties()
  • Method Details

    • getRealm

      public String getRealm()
      Syncope realm used for user 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.
    • getBasicAuthUsername

      public String getBasicAuthUsername()
      Specify the username for REST authentication.
    • getBasicAuthPassword

      public String getBasicAuthPassword()
      Specify the password for REST authentication.
    • getHeaders

      public Map<String,String> getHeaders()
      Headers, defined as a Map, to include in the request when making the REST call. Will overwrite any header that CAS is pre-defined to send and include in the request. Key in the map should be the header name and the value in the map should be the header value.
    • setRealm

      Syncope realm used for user 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.
    • setBasicAuthUsername

      public SyncopeAccountManagementRegistrationProvisioningProperties setBasicAuthUsername(String basicAuthUsername)
      Specify the username for REST authentication.
      Returns:
      this.
    • setBasicAuthPassword

      public SyncopeAccountManagementRegistrationProvisioningProperties setBasicAuthPassword(String basicAuthPassword)
      Specify the password for REST authentication.
      Returns:
      this.
    • setHeaders

      Headers, defined as a Map, to include in the request when making the REST call. Will overwrite any header that CAS is pre-defined to send and include in the request. Key in the map should be the header name and the value in the map should be the header value.
      Returns:
      this.