| | |
| | | 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.*; |
| | | |
| | |
| | | */ |
| | | public abstract void setProxiedAuthorizationDN(DN proxiedAuthorizationDN); |
| | | |
| | | /** |
| | | * Retrieves the external changelog request control. |
| | | * |
| | | * @return the external changelog request control, or {@code null} |
| | | * if the control has not been requested. |
| | | */ |
| | | public abstract ExternalChangelogRequestControl getECLRequestControl(); |
| | | |
| | | /** |
| | | * Sets the external changelog request control. |
| | | * <p> |
| | | * It should be set only when searching the external changelog. |
| | | * |
| | | * @param control |
| | | * The external changelog request control. |
| | | */ |
| | | public abstract void setECLRequestControl(ExternalChangelogRequestControl control); |
| | | } |