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。