Uses of Class
org.tynamo.security.shiro.authc.AuthenticationFilter

Packages that use AuthenticationFilter
org.tynamo.security.shiro.authc   
 

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

Subclasses of AuthenticationFilter 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 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.
 



Copyright © 2004-2012. All Rights Reserved.