public class LdapCtx extends Object
| Constructor and Description |
|---|
LdapCtx() |
| Modifier and Type | Method and Description |
|---|---|
NamingEnumeration<SearchResult> |
search(Name name,
String filterExpr,
Object[] filterArgs,
SearchControls cons) |
NamingEnumeration<SearchResult> |
search(Name name,
String filter,
SearchControls cons) |
NamingEnumeration<SearchResult> |
search(String name,
String filterExpr,
Object[] filterArgs,
SearchControls cons) |
NamingEnumeration<SearchResult> |
search(String name,
String filter,
SearchControls cons) |
public NamingEnumeration<SearchResult> search(Name name, String filter, SearchControls cons) throws NamingException
NamingExceptionpublic NamingEnumeration<SearchResult> search(Name name, String filterExpr, Object[] filterArgs, SearchControls cons) throws NamingException
NamingExceptionpublic NamingEnumeration<SearchResult> search(String name, String filter, SearchControls cons) throws NamingException
NamingExceptionpublic NamingEnumeration<SearchResult> search(String name, String filterExpr, Object[] filterArgs, SearchControls cons) throws NamingException
NamingExceptionCopyright © 2022. All rights reserved.