Very new to Shiro, my application is using standard wildcard permissions, so
to assign view privs for a job a user would have:

job:view:1 (1 being the instance id).

What I would like to do is have a UI element that is visible if they have
view privileges to ANY job.  It's a link that displays a page of jobs they
have view access too.  Problem is, I'm not sure how to check for this.  Just
checking for job:view fails since the user does not have job:view:*  Am I
thinking about this wrong?  Do I need to have another permission
job:viewList?   Is there a better way to authorize this kind of action? 
Thanks in advance!
  --m



--
View this message in context: 
http://shiro-user.582556.n2.nabble.com/Authorization-and-Implication-help-tp6197198p6197198.html
Sent from the Shiro User mailing list archive at Nabble.com.

Reply via email to