populator
美
英 
例句
In Listing 7, the populator bean takes two arguments in its constructor, as well as a property named groupRoleAttribute.
在清单7中,populatorbean的构造函数包括2个参数,以及一个groupRoleAttribute属性。
The populator returns the role information to the LDAP authentication provider.
populator将用户角色信息返回给LDAP身份验证提供者。
The LDAP authentication provider transfers control to the populator bean.
LDAP身份验证提供者将控制权传递给populatorbean。
It is not mandatory to use the same initial context for both the authenticator and populator beans.
并不强制要求authenticator和populatorbean使用相同的初始上下文。
This completes the configuration of the populator bean.
这样就完成了populatorbean的配置。
The LDAP directory returns the user's role information to the populator.
LDAP目录将用户角色信息返回给populator。
The second constructor argument specifies an RDN that the populator prepends before the initial context.
第二个构造函数参数指定了populator前加到初始上下文的RDN。
The populator searches for groups the user belongs to.
populator搜索用户所属的组。
The following sections show you how to configure the authenticator and populator beans.
以下小节将向您展示如何配置验证器和填充器bean。