Jump to content
JasperReports Library 7.0 is now available ×

Recommended Posts

Hi, I'm trying to implement some basic row security. For this example I have two Roles (User and Admin). Admins should see all rows, Users only see rows where the Created_By field matches their UserId. When I use the below xml, I see all rows of data regardless of the user's Role.What am I doing wrong?

I've tried several things and I'm wondering if the security file simply isn't being applied to my report. Thoughts?

                                                                                    authentication.getPrincipal().getRoles().any{ it.getRoleName() in ['ROLE_MY_USER'] }                                                                DCIRS_FILE0.CREATED_BY == groovy('authentication.getPrincipal().getId()')                                                            

Link to comment
Share on other sites

  • Replies 5
  • Created
  • Last Reply

Top Posters In This Topic

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

×
×
  • Create New...