snr-authorization-rolecheckvoter
v0.1.1
Published
This voter will check if user has needed role(s)
Downloads
3
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.