AuthorizingRealm (Apache Shiro 1.2.1 API) - 0 views
-
perform all role and permission checks automatically
-
getAuthorizationInfo(org.apache.shiro.subject.PrincipalCollection) method returns an AuthorizationInfo
- ...11 more annotations...
-
If caching is enabled and if any authorization data for an account is changed at runtime, such as adding or removing roles and/or permissions, the subclass implementation should clear the cached AuthorizationInfo for that account via the
-
Returns an account's authorization-specific information for the specified principals, or null if no account could be found