Uses of Class
org.identityconnectors.framework.common.objects.OperationOptionsBuilder
Packages that use OperationOptionsBuilder
-
Uses of OperationOptionsBuilder in org.identityconnectors.framework.common.objects
Methods in org.identityconnectors.framework.common.objects that return OperationOptionsBuilderModifier and TypeMethodDescriptionstatic OperationOptionsBuilderOperationOptionsBuilder.create()Create a builder with an empty set of options.OperationOptionsBuilder.setAttributesToGet(String... attrNames) Sets theOperationOptions.OP_ATTRIBUTES_TO_GEToption.OperationOptionsBuilder.setAttributesToGet(Collection<String> attrNames) Sets theOperationOptions.OP_ATTRIBUTES_TO_GEToption.OperationOptionsBuilder.setContainer(QualifiedUid container) Convenience method to setOperationOptions.OP_CONTAINERSets a given option and a value for that option.OperationOptionsBuilder.setPagedResultsCookie(String pagedResultsCookie) Convenience method to setOperationOptions.OP_PAGED_RESULTS_COOKIEOperationOptionsBuilder.setPagedResultsOffset(Integer pagedResultsOffset) Convenience method to setOperationOptions.OP_PAGED_RESULTS_OFFSETOperationOptionsBuilder.setPageSize(Integer pageSize) Convenience method to setOperationOptions.OP_PAGE_SIZEOperationOptionsBuilder.setRunAsUser(String user) Set the run as user option.OperationOptionsBuilder.setRunWithPassword(GuardedString password) Set the run with password option.Convenience method to setOperationOptions.OP_SCOPEOperationOptionsBuilder.setSortKeys(List<SortKey> sortKeys) Convenience method to setOperationOptions.OP_SORT_KEYSOperationOptionsBuilder.setSortKeys(SortKey... sortKeys) Convenience method to setOperationOptions.OP_SORT_KEYSOperationOptionsBuilder.setTotalPagedResultsPolicy(SearchResult.CountPolicy policy) Sets the policy for calculating the total number of paged results.