The purpose of the method security interceptor is to control access to methods of secure Java beans. 方法安全性拦截器的作用就是控制对安全Javabean的方法的访问。
You need to configure interceptor filters to act after APF has performed a successful authentication. 您需要在APF成功执行身份验证后对拦截过滤器进行配置,以使其发挥作用。
The monitor contains two primary functions: message interceptor and message logger. 监视器包含两种主要功能:消息拦截器(messageinterceptor)和消息记录器(messagelogger)。
You must deploy the stock quote service and the interceptor on both the client and the server side. 您必须在客户机端和服务器端部署股票报价服务和拦截器。
The interceptor filter can use the authenticationManager to re-authenticate a client during the authorization process. 拦截过滤器可以在授权的过程中使用authenticationManager重新对客户机进行身份验证。
Each invocation chain consists of a set of invokers and interceptors. 每个调用链由一组调用器(invoker)和拦截器(interceptor)组成。
Provision of a generic interceptor within the service bus provided a useful extension point. 在服务总线内准备的通用拦截器提供了一个有用的扩展点。
Configuring Acegi's interceptor filter according to the policy. 根据策略配置Acegi的拦截过滤器。
In this pattern, the collector inserts itself as an interceptor between a target and its caller or callers. 在此模式中,收集器将自己作为截取程序插入到目标和它的调用程序之间。
The message interceptor gateway pattern is commonly used to handle Web service invocations between Internet and intranet environments. 消息拦截器网关模式常用来处理Internet和Intranet环境之间的Web服务调用。
This interceptor must be installed on the application server. 这个interceptor必须安装在应用程序服务器上。
RESTEasy uses listener objects called interceptors, which can intercept JAX-RS calls and reroute them. RESTEasy使用称为侦听器(interceptor)的监听器对象,侦听器能够监听JAX-RS调用并重新路由它们。
The Interceptor pattern was then applied to achieve a core project goal of extensibility. 拦截器模式在此后会得到应用,以实现在扩展性方面的核心项目目标。
You can now develop an interceptor class and apply it to a bean. 现在可以开发一个拦截器类并将其应用到Bean。
It is a disadvantage for ballistic missile to escape interceptor having no detector to get information of interceptor. 弹道导弹自身没有探测设备,无法获取拦截器的状态信息,不利于规避拦截。
Coordinator: This is the last interceptor in the chain. 协调器:这是链中的最后一个拦截器。
Control and guide method for side window detection is studied, attitude control law of interceptor is given, and simulation test is done. 研究了侧窗探测条件下的制导控制技术,给出了拦截器的姿态控制规律,并进行了仿真。
A midcourse guidance law for an exo-atmospheric interceptor with constant sustaining thrust shut-off by fuel exhaustion is proposed. 针对采用燃料耗尽方式关机且具有持续定常推力的大气层外拦截弹设计了中段制导律。
A velocity-to-be-gained guidance law for exoatmospheric targets is proposed for an interceptor with a fuel-exhaustion-shutoff solid rocket motor. 针对拦截器使用耗尽关机固体燃料发动机的情况,设计了大气层外目标拦截的速度增益导引方法。
Consulting the structure of the some space intercepting device, the conceptual model of the space interceptor is provided. 参考某些空间拦截器的构造形式,给出了空间拦截器的概念模型。
Channel: This is the first interceptor in the chain. 通道:这是链中的第一个拦截器。
It is indicated that the algorithm can provide a method for missile to locate the position of interceptor. 仿真结果表明,该算法可实现导弹对拦截器的定位。
The United States has announced it plans to sell the latest version of the Patriot interceptor missile to Kuwait. 美国宣布计划向科威特出售最新版本的“爱国者”拦截导弹。
If not, this interceptor would not be able to defeat the latest US or Russian missile. 如果没有,那么中国这个拦截系统将对美国和俄罗斯的最新导弹无效。
The design and implementation of request interceptor in CORBA system CORBA系统中请求级截获器的设计与实现
Unable to create tracking interceptor as required because data not found in callcontext. 无法按要求创建跟踪侦听器,因为在调用上下文中找不到数据。
A near optimal midcourse guidance strategy with fixed-interval propulsive maneuvers for exoatmospheric interceptor is proposed. 本文针对大气层外中段拦截问题,设计了一种带有固定推进时间的近最优中制导策略。
In a Seam application, it adds the Seam interceptor to all EJB3 classes. 在一个Seam应用中,它能将所有的EJB3类加入Seam拦截器。
So essentially we are trying to intercept the interceptor. 因此本质上我们正在试图拦截拦截器。
InfoQ: What distinguishes a decorator from an interceptor? InfoQ:装饰器和拦截器的区别是什么?