Class RolesAuthorizationFilter

All Implemented Interfaces:
javax.servlet.Filter, org.apache.shiro.lang.util.Nameable, PathConfigProcessor

public class RolesAuthorizationFilter extends AuthorizationFilter
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.
Since:
0.9
  • Constructor Details

    • RolesAuthorizationFilter

      public RolesAuthorizationFilter()
  • Method Details