|
JNDI 1.1.1 | ||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||
| Packages that use SearchControls | |
| javax.naming.directory | Extends the core javax.naming package to provide functionality for accessing directories in addition to naming services. |
| Uses of SearchControls in javax.naming.directory |
| Methods in javax.naming.directory with parameters of type SearchControls | |
NamingEnumeration |
DirContext.search(Name name,
java.lang.String filter,
SearchControls cons)
Searches in the named context or object for entries that satisfy the given search filter. |
NamingEnumeration |
DirContext.search(java.lang.String name,
java.lang.String filter,
SearchControls cons)
Searches in the named context or named object for entries that satisfy the given search filter. |
NamingEnumeration |
DirContext.search(Name name,
java.lang.String filterExpr,
java.lang.Object[] filterArgs,
SearchControls cons)
Searches in the named context or object for entries that satisfy the given search filter. |
NamingEnumeration |
DirContext.search(java.lang.String name,
java.lang.String filterExpr,
java.lang.Object[] filterArgs,
SearchControls cons)
Searches in the named context or object for entries that satisfy the given search filter. |
NamingEnumeration |
InitialDirContext.search(java.lang.String name,
java.lang.String filter,
SearchControls cons)
Search in the context named by 'name' entries with that satisfies the given string 'filter'. |
NamingEnumeration |
InitialDirContext.search(Name name,
java.lang.String filter,
SearchControls cons)
Search in the context named by 'name' entries with that satisfies the given string 'filter'. |
NamingEnumeration |
InitialDirContext.search(java.lang.String name,
java.lang.String filterExpr,
java.lang.Object[] filterArgs,
SearchControls cons)
Search in the context named by 'name' entries with that satisfies the given 'filter'. |
NamingEnumeration |
InitialDirContext.search(Name name,
java.lang.String filterExpr,
java.lang.Object[] filterArgs,
SearchControls cons)
Search in the context named by 'name' entries with that satisfies the given 'filter'. |
|
JNDI 1.1.1 | ||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||