public abstract class AttributesToGetResultsHandler extends Object
OperationOptions.OP_ATTRIBUTES_TO_GET.| Constructor and Description |
|---|
AttributesToGetResultsHandler(String[] attributesToGet)
Keep the attribute to get..
|
| Modifier and Type | Method and Description |
|---|---|
org.identityconnectors.framework.common.objects.ConnectorObject |
reduceToAttrsToGet(org.identityconnectors.framework.common.objects.ConnectorObject obj) |
Set<org.identityconnectors.framework.common.objects.Attribute> |
reduceToAttrsToGet(Set<org.identityconnectors.framework.common.objects.Attribute> attributesToGet)
Simple method that clones the object and remove the attribute thats are
not in the
OperationOptions.OP_ATTRIBUTES_TO_GET set. |
public AttributesToGetResultsHandler(String[] attributesToGet)
public Set<org.identityconnectors.framework.common.objects.Attribute> reduceToAttrsToGet(Set<org.identityconnectors.framework.common.objects.Attribute> attributesToGet)
OperationOptions.OP_ATTRIBUTES_TO_GET set.attributesToGet - case insensitive set of attribute names.public org.identityconnectors.framework.common.objects.ConnectorObject reduceToAttrsToGet(org.identityconnectors.framework.common.objects.ConnectorObject obj)
Copyright © 2018. All rights reserved.