Class HasRoleFilter

All Implemented Interfaces:
Filter, FilterConfig, Serializable

public class HasRoleFilter extends AbstractAuthorizationFilter
Ensures the user has a given role.

This filter should be installed after the UserFilter as it relies on HttpServletRequest.isUserInRole(java.lang.String).

See Also: