|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use AuthenticationFilter | |
|---|---|
| org.apache.shiro.web.filter.authc | 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.authc | |
|---|---|
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 |
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 |
PassThruAuthenticationFilter
An authentication filter that redirects the user to the login page when they are trying to access a protected resource. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||