NamingEnumeration<SearchResult> |
DirContext.search(String name, String filterExpr, Object[] filterArgs, SearchControls cons) |
在命名的上下文或对象中搜索满足给定搜索过滤器的条目。
|
NamingEnumeration<SearchResult> |
DirContext.search(String name, String filter, SearchControls cons) |
在命名的上下文或对象中搜索满足给定搜索过滤器的条目。
|
NamingEnumeration<SearchResult> |
DirContext.search(String name, Attributes matchingAttributes) |
在单个上下文中搜索包含指定属性集的对象。
|
NamingEnumeration<SearchResult> |
DirContext.search(String name, Attributes matchingAttributes, String[] attributesToReturn) |
在单个上下文中搜索包含指定属性集的对象,并检索所选属性。
|
NamingEnumeration<SearchResult> |
DirContext.search(Name name, String filterExpr, Object[] filterArgs, SearchControls cons) |
在命名的上下文或对象中搜索满足给定搜索过滤器的条目。
|
NamingEnumeration<SearchResult> |
DirContext.search(Name name, String filter, SearchControls cons) |
在命名的上下文或对象中搜索满足给定搜索过滤器的条目。
|
NamingEnumeration<SearchResult> |
DirContext.search(Name name, Attributes matchingAttributes) |
在单个上下文中搜索包含指定属性集的对象。
|
NamingEnumeration<SearchResult> |
DirContext.search(Name name, Attributes matchingAttributes, String[] attributesToReturn) |
在单个上下文中搜索包含指定属性集的对象,并检索所选属性。
|