Users bean
- Available through the users variable
- Contains important functions for everything that is user related. For example:
${users.current}
retrieves the current user name.${users.getUserNamesWithError(stakeholderUserExpression)}
evaluates the given user expression and lists the usernames.