| | |
| | | * |
| | | * |
| | | * Copyright 2008-2009 Sun Microsystems, Inc. |
| | | * Portions Copyright 2011-2013 ForgeRock AS |
| | | * Portions Copyright 2011-2014 ForgeRock AS |
| | | */ |
| | | package org.opends.server.core; |
| | | |
| | | import java.util.List; |
| | | import java.util.Set; |
| | | |
| | | import org.opends.server.controls.ExternalChangelogRequestControl; |
| | | import org.opends.server.controls.MatchedValuesControl; |
| | | import org.opends.server.types.*; |
| | | |
| | |
| | | getOperation().setProxiedAuthorizationDN(proxiedAuthorizationDN); |
| | | } |
| | | |
| | | /** {@inheritDoc} */ |
| | | @Override |
| | | public ExternalChangelogRequestControl getECLRequestControl() |
| | | { |
| | | return getOperation().getECLRequestControl(); |
| | | } |
| | | |
| | | /** {@inheritDoc} */ |
| | | @Override |
| | | public void setECLRequestControl(ExternalChangelogRequestControl control) |
| | | { |
| | | getOperation().setECLRequestControl(control); |
| | | } |
| | | |
| | | } |