For example, an authentication processing filter requires an authentication manager to select an appropriate authentication provider.
比如,一个身份验证处理过滤器需要一个身份验证管理器选择一个合适的身份验证提供者。
Recall that you configured the authenticationManager property while configuring the authentication processing filter in the first article of this series.
回忆一下,您在本系列第 1部分的配置身份验证处理过滤器 中曾对 authenticationManager属性进行了配置。
The next section digs deeper into Acegi's Authentication Processing Filter to see how its newly configured beans manage the process of authentication.
下一节将进一步介绍 Acegi的身份验证处理过滤器,了解新配置的bean是如何管理身份验证过程的。
For example, the Authentication Processing Filter (which I discuss next) stores user information such as username, password, and E-mail address in the security context.
比如,Authentication Processing Filter(我将稍后进行介绍)将用户信息(如用户名、密码和电子邮件地址)存储在安全上下文中。
When authentication filters have finished processing, they pass request and response objects to the interceptor filter configured in your application.
当身份验证过滤器完成其处理时,这些过滤器将把请求和响应对象发送到应用程序中配置的拦截过滤器。
A filter may even choose to not perform any processing at all (for example, APF might terminate its processing upon discovering that an incoming request did not require authentication).
有的过滤器甚至根本不执行任何处理(比如,如果APF发现一个到来的请求没有要求身份验证,它可能会立即终止其处理)。
A filter may even choose to not perform any processing at all (for example, APF might terminate its processing upon discovering that an incoming request did not require authentication).
有的过滤器甚至根本不执行任何处理(比如,如果APF发现一个到来的请求没有要求身份验证,它可能会立即终止其处理)。
应用推荐