|
Sun Adapter for LDAP API | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface Search
LDAP Search interface. This defines the methods for a search operation.
| Method Summary | |
|---|---|
LDAPSearchControls |
getLDAPSearchControls()
If using an LDAP provider, get the LDAPSearchControls object for the search controls option. |
SearchOptions |
getSearchOptions()
Get the SearchOption object for the search options. |
SearchResults |
getSearchResults()
Get the SearchResults object for the search results. |
void |
performSearch()
Perform a directory search for entries in the directory that match the criteria previously defined. |
void |
removeSearchControls()
Used to clear search controls from context if controls were added for search |
void |
reset()
Method to reset the values |
void |
searchCleanup()
Used to clean up the search results. |
| Method Detail |
|---|
LDAPSearchControls getLDAPSearchControls()
throws LDAPApplicationException
LDAPApplicationException
SearchOptions getSearchOptions()
throws LDAPApplicationException
LDAPApplicationException
SearchResults getSearchResults()
throws LDAPApplicationException
LDAPApplicationException
void performSearch()
throws LDAPApplicationException
LDAPApplicationException - upon errorSearchOptions
void searchCleanup()
throws LDAPApplicationException
LDAPApplicationException - if connection to the LDAP server is not available.
void removeSearchControls()
throws LDAPApplicationException
LDAPApplicationException - if connection to the LDAP server is not available.void reset()
|
Sun Adapter for LDAP API | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||