Context Security Filter的意思|示意
背景信息安全过滤器
Context Security Filter的网络常见释义
滤器 1)过滤器(Context Security Filter) Servlet API 2.3 中最重大的改变是增加了filters,filters 能够传递request 或者修改response。
Context Security Filter相关例句
This means that any changes made to the security context during filter chain processing now reside in the session object.
就是说在过滤器链处理过程中,对安全上下文的任何更改现在都保存在会话对象中。
SIF creates the security context and calls other filters in the filter chain.
SIF创建安全上下文并调用过滤器链中的其他过滤器。
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(我将稍后进行介绍)将用户信息(如用户名、密码和电子邮件地址)存储在安全上下文中。
SIF checks whether any other filter changed the security context during its processing (for example, APF may have stored user details in the security context).
SIF检查其他的过滤器是否在其处理过程中更改了安全上下文(比如,APF可能将用户详细信息存储在安全上下文中)。