| 
 | Oracle Fusion Middleware User and Role Java API Reference for Oracle Platform Security Services 11g Release 1 (11.1.1) E14658-01 | |||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
public interface SearchResponse
This interface represents search results obtained after searching from identity store. Its implementation is service provider specific.
| Method Summary | |
|---|---|
|  void | close()Closes this response object and frees all resources associated with it. | 
|  int | getResultCount()Returns the total result count. | 
|  boolean | hasNext()Determines if further results are available. | 
|  Identity | next()Returns the next result in the response | 
| Method Detail | 
|---|
int getResultCount()
                   throws IMException
IMException
void close()
           throws IMException
OperationFailureException - Thrown in case of operation failureIMException - Thrown by the service provider in case of any other problem.
boolean hasNext()
                throws IMException
OperationFailureException - Thrown in case of operation failureIMException - Thrown by the service provider in case of any other problem.
Identity next()
              throws IMException
OperationFailureException - Thrown in case of operation failureIMException - Thrown by the service provider in case of any other problem.| 
 | Oracle Fusion Middleware User and Role Java API Reference for Oracle Platform Security Services 11g Release 1 (11.1.1) E14658-01 | |||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||