SIF checks whether a session object exists and contains a security context.
SIF将检查是否存在一个会话对象,以及它是否包含安全上下文。
This managed-session object database is transparent to developers - much like GAE.
此托管会话对象数据库对开发人员透明—这很像GAE。
It's worth mentioning the details behind obtaining the Lotus Notes session object.
获取LotusNotes会话对象的详细信息也是值得一提的。
The session object gives access to the Lotus Domino session and its underlying objects.
session对象允许您访问LotusDomino会话及其底层对象。
In the second line, we create a new session object to use for JMX interactions with the server.
在第二行,我们创建用于让JMX与服务器交互的新会话对象。
The session global object is, in fact, a Lotus Domino NotesSession object for the current user.
session全局对象实际上是当前用户的LotusDominoNotesSession对象。
To reuse a dynamic dictionary pass the same session object to all subsequent readers and writers.
要重新使用动态字典,请将同一会话对象传递到所有后续读取器和编写器。
After installing, in order to use it, add the Session object in the Watch window, and click the magnifier icon.
这个也可以用在一个工程生成后,把附上的代码写到一个“生成后事件”去,让它自动安装,安装后,为了能使用它,你得添加一个session对象在那个观察窗口中,并且点击那个放大镜图标.
IF the session object does not exist, SIF creates a new security context and puts it in the security context holder.
如果不存在会话对象,SIF将创建一个新的安全上下文,并将它放到securitycontext holder中。
By using a generic Session object, you can use the same code even if that code is not running inside a web application.
通过使用一个通用的Session对象,即便该代码没有在一个Web应用程序中运行,仍可以使用相同的代码。
This means that any changes made to the security context during filter chain processing now reside in the session object.
就是说在过滤器链处理过程中,对安全上下文的任何更改现在都保存在会话对象中。
You can use Dependency Injection (JSR-330) in action classes to inject a session object into a field of the action class.
你可以在Action类中使用依赖注入(JSR- 330)将会话对象注入到Action类中的属性上。
At this point, the list has not been retrieved from the database, so there is no ErrandListBean stored in the session object.
此时,还未从数据库检索差事列表,所以没有ErrandListBean存储在会话对象中。
To use them you create a session object and pass it to the constructor or initializer for a binary XML reader or writer.
要使用动态字典,请创建会话对象并将其传递到二进制xml读取器或编写器的构造函数或初始值设定项。
To use them, you create a session object and pass it to the constructor or initializer for a binary XML reader or writer.
要使用动态字典,请创建会话对象并将其传递到二进制xml读取器或编写器的构造函数或初始值设定项。
This defect occurred because there was some session state that was not being cleaned up when the session object was invalidated.
此缺陷的发生是因为在使会话对象失效时,存在某个未被清除的会话状态。
Because session creation is costly, in terms of performance, it is a good strategy to reuse the session object whenever possible.
就性能而言,因为会话创建是昂贵的,所以在可能的时候,复用会话的对象是很好的策略。
It retrieves the security context from the session object and places it in a temporary placeholder called security context holder.
它从会话对象中检索安全上下文,并将其放置在名为securitycontextholder的临时占位符中。
The first servlet will create a Session object, register a callback URL for Twitter, and shunt the user to Twitter for authentication.
第一个servlet将创建Session对象,为Twitter注册回调url,以及将用户转向Twitter以便授权。
Most Web frameworks and browsers layer higher-level interfaces (a programmable Session object, for example) that simplify development.
大多数Web框架和浏览器层高级接口(例如可编程的Session对象)简化了Web开发。
The MISession object manages communication to the GDB, and the session object connects the GDB session to the CDI described in Part 1.
MISession对象管理与gdb的通信,Session对象把gdb会话连接到第1部分中描述的CDI。
Direct template access to the request object and attributes, the session object and attributes, and the servlet context and attributes.
对请求对象和属性、会话对象和属性以及servlet上下文和属性的直接模板访问。
The application then creates a RequestCycle object using the session object and delegates the call to RequestCycle to handle the request.
应用程序之后使用这个会话对象创建一个RequestCycle对象并委派对RequestCycle的调用去处理此请求。
The groovlet also updates the session object with the user's Twitter handle, after which the User object is either created or updated.
在创建或更新User对象以后,groovlet还通过用户的Twitter句柄更新session 对象。
After a successful login, the user ID is placed in the Session object, and displayed on the Welcome.jsp page when the user accesses this page.
登录成功之后,用户ID被放入Session对象,并且在用户访问Welcome . jsp页面时显示在该页面上。
All the specification says is "Multiple servlets executing request threads may have active access to a single session object at the same time."
该规范中这样描述:“执行请求线程的多个servlets可能同时积极地访问单个会话对象。”
First, OpenIdLoginPage USES a Session object to determine whether or not the user is logged in (a logged-in user should not have to log in again).
首先,OpenIdLoginPage使用一个Session对象判断用户是否已经登录了(登录的用户应该不必再次登录)。
If there is no session object, we must have arrived at this servlet by mistake so we forward control to the login screen and force the user to log in properly.
如果没有会话对象,我们一定是错误地到达了这个servlet,所以我们将控制权转移给登录屏幕并强制用户正确登录。
In block 1, the servlet checks for a session object by invoking a method on the request object, res, which was passed to the servlet method as a parameter.
在block1中,servlet通过调用请求对象、res(作为参数被传递到servlet方法)的方法检查session对象。
If the application contains a mixture of secure (those with authorization constraints) and insecure servlets, the insecure servlets cannot access the session object.
如果应用程序包含安全的(具有授权约束的)和不安全的Servlet的混合体,则不安全的Servlet将无法访问会话对象。
应用推荐