Uses of Class
org.apache.shiro.web.filter.authc.AuthenticationFilter
Packages that use AuthenticationFilter
Package
Description
Servlet
Filter implementations specific to controlling access based on a
subject's authentication status, or those that can execute authentications (log-ins) directly.-
Uses of AuthenticationFilter in org.apache.shiro.web.filter.authc
Subclasses of AuthenticationFilter in org.apache.shiro.web.filter.authcModifier and TypeClassDescriptionclassAnAuthenticationFilterthat 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.classRequires the requesting user to beauthenticatedfor the request to continue, and if they're not, requires the user to login via the HTTP Bearer protocol-specific challenge.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.classAn authentication filter that redirects the user to the login page when they are trying to access a protected resource.