Jump to content

andyskinner

Members
  • Posts

    1
  • Joined

  • Last visited

andyskinner's Achievements

Newbie

Newbie (1/14)

  • Week One Done
  • One Month Later
  • One Year In
  • First Post Rare
  • Conversation Starter Rare

Recent Badges

0

Reputation

  1. Hi, I need to implement Row level security in a Jasper Domain using the ROLEs that a user is in. I have a set of users coming from an LDAP source, who are in a set of roles (ROLE_A, ROLE_B etc). These are coming through into JRS ok. Now I now need to implement a domain security file based on the role values. Effectively what I want it to implement in SQL(ish) syntax is; WHERE person.jasper_role_name IN ({The list of the roles the user is in in JRS}) So I will only get rows from the person table where the logged in user is in the relevant role. I have looked through the documentation but can`t find a specific example for row based security using roles (it`s all using attributes).
×
×
  • Create New...