Uses of Class
org.tynamo.security.shiro.authz.AuthorizationFilter

Packages that use AuthorizationFilter
org.tynamo.security.shiro.authz   
 

Uses of AuthorizationFilter in org.tynamo.security.shiro.authz
 

Subclasses of AuthorizationFilter in org.tynamo.security.shiro.authz
 class PermissionsAuthorizationFilter
          Filter that allows access if the current user has the permissions specified by the mapped value, or denies access if the user does not have all of the permissions specified.
 class RolesAuthorizationFilter
          Filter that allows access if the current user has the roles specified by the mapped value, or denies access if the user does not have all of the roles specified.
 



Copyright © 2004-2011. All Rights Reserved.