CSR
CSR

Reputation: 820

Spring security - grails restrict with in role

In spring security, if so many users comes under one role, is it possible to filter users having the same role?

Upvotes: 0

Views: 103

Answers (1)

Mr. Cat
Mr. Cat

Reputation: 3552

You can achieve this by using ACL support for the Spring Security plugin. See docs and try it out.

Upvotes: 2

Related Questions