Symfony2: How to find the users that have permissions for a certain domain object? Symfony2: How to find the users that have permissions for a certain domain object? symfony symfony

Symfony2: How to find the users that have permissions for a certain domain object?


By default, the Authorization are specified in the file app/config/security.yml. It describe if a Role is allowed or not to access some modules.

There are some differences between Authorization and Permissions.

Permission are not managed by default by Symfony but through specific development (or bundles...)