Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
#{USERNAME}: This value replaces the current input mapping value dynamically with the current user's username, when a data service request is processed in the server.

#{NULL}: This value sets the current input mapping value to null. It's the same as providing "xsi:nil" in the incoming message's input parameter element.

#{TENANT_ID}: This value represents the current tenant ID, which is meaningful when having a Stratos deployment where multiple tenants live in the same server.

#{USER_ROLES}: This value contains the list of user roles that the current calling user has.
               If the parameter mapped is of type ARRAY, it will have the full list of user roles.
               If it's a SCALAR, it will only contain the first user role of the user.

...