| | |
| | | import org.opends.sdk.*; |
| | | import org.opends.sdk.responses.SearchResultEntry; |
| | | |
| | | import com.sun.opends.sdk.util.LocalizedIllegalArgumentException; |
| | | import com.sun.opends.sdk.util.Message; |
| | | import com.sun.opends.sdk.util.StaticUtils; |
| | | import com.sun.opends.sdk.util.Validator; |
| | | |
| | |
| | | * Server. |
| | | */ |
| | | public static Schema getSchema(Connection connection, String dn, |
| | | List<Message> warnings) throws ErrorResultException, |
| | | List<LocalizableMessage> warnings) throws ErrorResultException, |
| | | InterruptedException, LocalizedIllegalArgumentException, |
| | | SchemaNotFoundException |
| | | { |