Uses of Class
org.identityconnectors.framework.api.ResultsHandlerConfiguration
-
Packages that use ResultsHandlerConfiguration Package Description org.identityconnectors.framework.api The Connector API presents a consistent view of any Connector, regardless of which operations the connector actually implements. -
-
Uses of ResultsHandlerConfiguration in org.identityconnectors.framework.api
Methods in org.identityconnectors.framework.api that return ResultsHandlerConfiguration Modifier and Type Method Description ResultsHandlerConfiguration
APIConfiguration. getResultsHandlerConfiguration()
Get the configuration of the ResultsHandler chain of the Search operation.Constructors in org.identityconnectors.framework.api with parameters of type ResultsHandlerConfiguration Constructor Description ResultsHandlerConfiguration(ResultsHandlerConfiguration source)
Copy constructor.
-