Uses of Class
org.tynamo.security.shiro.authc.AuthenticationFilter
Packages that use AuthenticationFilter
-
Uses of AuthenticationFilter in org.tynamo.security.shiro.authc
Subclasses of AuthenticationFilter in org.tynamo.security.shiro.authcModifier and TypeClassDescriptionclassFilter that allows access to a path immeidately without performing security checks of any kind.classAnAuthenticationFilterthat is capable of automatically performing an authentication attempt based on the incoming request.classRequires the requesting user to beauthenticatedfor the request to continue, and if they're not, requires the user to login via the HTTP Basic protocol-specific challenge.classThis filter validates the CAS service ticket to authenticate the user.classRequires 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 theloginUrlyou configure.