Uses of Class
org.identityconnectors.framework.common.objects.OperationOptionsBuilder
-
Uses of OperationOptionsBuilder in org.identityconnectors.framework.common.objects
Modifier and TypeMethodDescriptionOperationOptionsBuilder.setAllowPartialAttributeValues
(boolean allowPartialAttributeValues) Convenience method to setOperationOptions.OP_ALLOW_PARTIAL_ATTRIBUTE_VALUES
.OperationOptionsBuilder.setAllowPartialResults
(boolean allowPartialResults) Convenience method to setOperationOptions.OP_ALLOW_PARTIAL_RESULTS
.OperationOptionsBuilder.setAttributesToGet
(String... attrNames) Sets theOperationOptions.OP_ATTRIBUTES_TO_GET
option.OperationOptionsBuilder.setAttributesToGet
(Collection<String> attrNames) Sets theOperationOptions.OP_ATTRIBUTES_TO_GET
option.OperationOptionsBuilder.setContainer
(QualifiedUid container) Convenience method to setOperationOptions.OP_CONTAINER
.Sets a given option and a value for that option.OperationOptionsBuilder.setPagedResultsCookie
(String pagedResultsCookie) Convenience method to setOperationOptions.OP_PAGED_RESULTS_COOKIE
.OperationOptionsBuilder.setPagedResultsOffset
(Integer pagedResultsOffset) Convenience method to setOperationOptions.OP_PAGED_RESULTS_OFFSET
.OperationOptionsBuilder.setPageSize
(Integer pageSize) Convenience method to setOperationOptions.OP_PAGE_SIZE
.OperationOptionsBuilder.setReturnDefaultAttributes
(Boolean flag) Sets theOperationOptions.OP_RETURN_DEFAULT_ATTRIBUTES
option.OperationOptionsBuilder.setRunAsUser
(String user) Set the run as user option.OperationOptionsBuilder.setRunWithPassword
(GuardedString password) Set the run with password option.Convenience method to setOperationOptions.OP_SCOPE
.OperationOptionsBuilder.setSortKeys
(List<SortKey> sortKeys) Convenience method to setOperationOptions.OP_SORT_KEYS
.OperationOptionsBuilder.setSortKeys
(SortKey... sortKeys) Convenience method to setOperationOptions.OP_SORT_KEYS
.