Hey guys,

What was the motivation behind the decision of making the following method
private?
AuthorizingRealm, line 465:
private boolean isPermitted(Permission permission, AuthorizationInfo info)

As for me, it's a pretty convenient extension point, since all the other
isPermitted* and isPermittedAll* methods are using this method, so maybe it
would be better to make it protected instead of private?

--
View this message in context: 
http://shiro-user.582556.n2.nabble.com/private-boolean-isPermitted-Permission-permission-AuthorizationInfo-info-as-public-tp7324533p7324533.html
Sent from the Shiro User mailing list archive at Nabble.com.

Reply via email to