2333N/A/*
2333N/A * CDDL HEADER START
2333N/A *
2333N/A * The contents of this file are subject to the terms of the
2333N/A * Common Development and Distribution License, Version 1.0 only
2333N/A * (the "License"). You may not use this file except in compliance
2333N/A * with the License.
2333N/A *
2333N/A * You can obtain a copy of the license at
2333N/A * trunk/opends/resource/legal-notices/OpenDS.LICENSE
2333N/A * or https://OpenDS.dev.java.net/OpenDS.LICENSE.
2333N/A * See the License for the specific language governing permissions
2333N/A * and limitations under the License.
2333N/A *
2333N/A * When distributing Covered Code, include this CDDL HEADER in each
2333N/A * file and include the License file at
2333N/A * trunk/opends/resource/legal-notices/OpenDS.LICENSE. If applicable,
2333N/A * add the following below this CDDL HEADER, with the fields enclosed
2333N/A * by brackets "[]" replaced with your own identifying information:
2333N/A * Portions Copyright [yyyy] [name of copyright owner]
2333N/A *
2333N/A * CDDL HEADER END
2333N/A *
2333N/A *
3231N/A * Copyright 2008 Sun Microsystems, Inc.
2333N/A */
2333N/A
2333N/A
2333N/A
2333N/A/**
2333N/A * Client side driver implementation interfaces.
2333N/A * <p>
2333N/A * This package contains classes which client-side driver
2333N/A * implementations are expected to use.
2333N/A */
2333N/A@org.opends.server.types.PublicAPI(
2333N/A stability=org.opends.server.types.StabilityLevel.PRIVATE)
2333N/Apackage org.opends.server.admin.client.spi;
2333N/A