Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Added a note about Virtual Attributes and cache

...

  • a plain attribute
    when values are stored into Syncope internal storage
  • a derived attribute
    when value is obtained by evaluating a JEXL expression combining values of plain attributes
  • a virtual attribute
    when value is not stored into Syncope internal storage but in an external resource. For performance optimization virtual attributes are managed by an internal cache to limit access to external resources.

This means that Syncope will manage plain attributes, derived attributes and virtual attributes for users, roles and memberships.

...