| 类 | 说明 |
|---|---|
| CaptchaUsernamePasswordToken |
Created by wangrenhui on 14-1-3.
|
| MyAccessControlFilter |
Superclass for any filter that controls access to a resource and may redirect the user to the login page
if they are not authenticated.
|
| MyAnonymousFilter |
Created by wangrenhui on 14-1-9.
|
| MyAuthenticatingFilter |
An
AuthenticationFilter that is capable of automatically performing an authentication attempt
based on the incoming request. |
| MyAuthenticationFilter |
Base class for all Filters that require the current user to be authenticated.
|
| MyFormAuthenticationFilter |
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. |
| MyLogoutFilter |
Simple Filter that, upon receiving a request, will immediately log-out the currently executing
subject
and then redirect them to a configured redirectUrl. |
| MyPasswordMatcher |
Created by wangrenhui on 14-1-3.
|
| MyWebSessionManager |
Created by wangrenhui on 14-1-5.
|
Copyright © 2014. All rights reserved.