JSecurity

Uses of Class
org.jsecurity.web.filter.AccessControlFilter

Packages that use AccessControlFilter
org.jsecurity.web.filter.authc Servlet Filter implementations specific to controlling access based on a subject's authentication status, or those that can execute authentications (log-ins) directly. 
org.jsecurity.web.filter.authz Servlet Filter implementations that perform authorization (access control) checks based on the Subject's abilities (for example, role or permission checks). 
 

Uses of AccessControlFilter in org.jsecurity.web.filter.authc
 

Subclasses of AccessControlFilter in org.jsecurity.web.filter.authc
 class AuthenticatingFilter
          An AuthenticationFilter that is capable of automatically performing an authentication attempt based on the incoming request.
 class AuthenticationFilter
          Base class for all Filters that require the current user to be authenticated.
 class BasicHttpAuthenticationFilter
          Requires the requesting user to be authenticated for the request to continue, and if they're not, forces the user to login via the HTTP Basic protocol-specific challenge.
 class FormAuthenticationFilter
          Requires the requesting user to be authenticated for the request to continue, and if they are not, forces the user to login via by redirecting them to the loginUrl you configure.
 class PassThruAuthenticationFilter
          An authentication filter that redirects the user to the login page when they are trying to access a protected resource.
 class UserFilter
          Filter that allows access to resources if the accessor is a known user, which is defined as having a known principal.
 

Uses of AccessControlFilter in org.jsecurity.web.filter.authz
 

Subclasses of AccessControlFilter in org.jsecurity.web.filter.authz
 class AuthorizationFilter
          Superclass for authorization-related filters.
 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.
 


JSecurity

Copyright © 2004-2008 JSecurity.