Uses of Class
org.apache.shiro.web.filter.authc.AuthenticatingFilter
-
Packages that use AuthenticatingFilter Package Description org.apache.shiro.web.filter.authc ServletFilterimplementations specific to controlling access based on a subject's authentication status, or those that can execute authentications (log-ins) directly. -
-
Uses of AuthenticatingFilter in org.apache.shiro.web.filter.authc
Subclasses of AuthenticatingFilter in org.apache.shiro.web.filter.authc Modifier and Type Class Description classBasicHttpAuthenticationFilterRequires 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.classBearerHttpAuthenticationFilterRequires 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.classFormAuthenticationFilterRequires 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.
-