AuthorizingRealm (Apache Shiro :: Core 1.1.0 API) - 0 views
-
Class AuthorizingRealm
-
An AuthorizingRealm extends the AuthenticatingRealm's capabilities by adding Authorization (access control) support
-
perform all role and permission checks automatically (and subclasses do not have to write this logic) as long as the getAuthorizationInfo(org.apache.shiro.subject.PrincipalCollection) method returns an AuthorizationInfo
- ...3 more annotations...