This is an automated email from the ASF dual-hosted git repository. ilgrosso pushed a commit to branch 2_0_X in repository https://gitbox.apache.org/repos/asf/syncope.git
commit 95d7da6db7af0c5d0cfb14c5a29c12e1d4b87cad Author: Francesco Chicchiriccò <[email protected]> AuthorDate: Mon Oct 14 13:57:00 2019 +0200 Adding details to Logic Actions and Templates --- src/main/asciidoc/reference-guide/concepts/realms.adoc | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/src/main/asciidoc/reference-guide/concepts/realms.adoc b/src/main/asciidoc/reference-guide/concepts/realms.adoc index 5e93271..e32f524 100644 --- a/src/main/asciidoc/reference-guide/concepts/realms.adoc +++ b/src/main/asciidoc/reference-guide/concepts/realms.adoc @@ -62,6 +62,9 @@ As with <<pull-templates,pull>> it is also possible to add templates to a realm. The values specified in the template are applied to entities belonging to that realm, hence this can be used as a mechanism for setting default values for attributes or external resources on entities. + +[NOTE] +Logic Templates apply to all operations passing through the <<logic,logic layer>>, e.g. triggered by REST requests. ==== ==== Realm Provisioning @@ -73,8 +76,8 @@ with LDAP and Active Directory. ==== LogicActions -When Users, Groups or Any Objects get created, updated or deleted in a realm, custom logic can be invoked by -associating the given realm with one or more implementations of the +When Users, Groups or Any Objects get created, updated or deleted in a realm, custom logic can be invoked +by associating the given Realm with one or more implementations of the ifeval::["{snapshotOrRelease}" == "release"] https://github.com/apache/syncope/blob/syncope-{docVersion}/core/provisioning-api/src/main/java/org/apache/syncope/core/provisioning/api/LogicActions.java[LogicActions^] endif::[] @@ -82,3 +85,6 @@ ifeval::["{snapshotOrRelease}" == "snapshot"] https://github.com/apache/syncope/tree/2_0_X/core/provisioning-api/src/main/java/org/apache/syncope/core/provisioning/api/LogicActions.java[LogicActions^] endif::[] interface. + +[NOTE] +LogicActions apply to all operations passing through the <<logic,logic layer>>, e.g. triggered by REST requests.
