Uses of Class
org.tynamo.security.shiro.AccessControlFilter

Packages that use AccessControlFilter
org.tynamo.security.services.impl   
org.tynamo.security.shiro.authc   
org.tynamo.security.shiro.authz   
 

Uses of AccessControlFilter in org.tynamo.security.services.impl
 

Methods in org.tynamo.security.services.impl with parameters of type AccessControlFilter
 SecurityFilterChain.Builder SecurityFilterChain.Builder.add(AccessControlFilter filter, String config)
           
 

Uses of AccessControlFilter in org.tynamo.security.shiro.authc
 

Subclasses of AccessControlFilter in org.tynamo.security.shiro.authc
 class AnonymousFilter
          Filter that allows access to a path immeidately without performing security checks of any kind.
 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, requires the user to login via the HTTP Basic protocol-specific challenge.
 class CasFilter
          This filter validates the CAS service ticket to authenticate the user.
 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 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.tynamo.security.shiro.authz
 

Subclasses of AccessControlFilter in org.tynamo.security.shiro.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 PortFilter
          A copy of Shiro's 1.2.0 PortFilter that works with tapestry-security 0.4.x A Filter that requires the request to be on a specific port, and if not, redirects to the same URL on that port.
 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.
 class SslFilter
          A copy of Shiro's 1.2.0 SslFilter that works with tapestry-security 0.4.x Filter which requires a request to be over SSL.
 



Copyright © 2004-2013. All Rights Reserved.