| | |
| | | * |
| | | * |
| | | * Copyright 2010 Sun Microsystems, Inc. |
| | | * Portions copyright 2012-2014 ForgeRock AS. |
| | | * Portions copyright 2012-2015 ForgeRock AS. |
| | | */ |
| | | package org.opends.server.protocols.internal; |
| | | |
| | |
| | | */ |
| | | public final class SearchRequest extends AbstractRequestImpl { |
| | | /** |
| | | * Use a LinkedHashSet to return the attributes in the same order as requested by the user |
| | | * Use a LinkedHashSet to return the attributes in the same order as requested by the user. |
| | | */ |
| | | private final Set<String> attributes = new LinkedHashSet<String>(); |
| | | private DereferenceAliasesPolicy dereferenceAliasesPolicy = DereferenceAliasesPolicy.NEVER; |