README
snr-authorization-rolecheckvoter
This is a simple voter for snr-authorizationmanager that will check if user has all specified roles.
Just call authMgr.authorize(user, 'requiredRoles:role1,role2')
and it will respond true
if user has both roles or false
otherwise.